docs: Remove mentions of the old external_binaries directory (#28859)
This functionality was removed in https://github.com/electron/electron/pull/26701. Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
parent
0a1b26b1d5
commit
5ec3e02d13
2 changed files with 0 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -17,7 +17,6 @@
|
||||||
*.xcodeproj
|
*.xcodeproj
|
||||||
/.idea/
|
/.idea/
|
||||||
/dist/
|
/dist/
|
||||||
/external_binaries/
|
|
||||||
/out/
|
/out/
|
||||||
/vendor/.gclient
|
/vendor/.gclient
|
||||||
/vendor/debian_jessie_mips64-sysroot/
|
/vendor/debian_jessie_mips64-sysroot/
|
||||||
|
|
|
@ -83,8 +83,6 @@ Electron
|
||||||
* **.github** - GitHub-specific config files including issues templates and CODEOWNERS.
|
* **.github** - GitHub-specific config files including issues templates and CODEOWNERS.
|
||||||
* **dist** - Temporary directory created by `script/create-dist.py` script
|
* **dist** - Temporary directory created by `script/create-dist.py` script
|
||||||
when creating a distribution.
|
when creating a distribution.
|
||||||
* **external_binaries** - Downloaded binaries of third-party frameworks which
|
|
||||||
do not support building with `gn`.
|
|
||||||
* **node_modules** - Third party node modules used for building.
|
* **node_modules** - Third party node modules used for building.
|
||||||
* **npm** - Logic for installation of Electron via npm.
|
* **npm** - Logic for installation of Electron via npm.
|
||||||
* **out** - Temporary output directory of `ninja`.
|
* **out** - Temporary output directory of `ninja`.
|
||||||
|
|
Loading…
Reference in a new issue