mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Remove CEF from the repo and download it as needed
We now use github/prebuilt-cef to download CEF from S3, then build against that. This means we no longer need to have CEF committed to the repo. Fixes #280.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -46,3 +46,6 @@
|
||||
[submodule "vendor/packages/python.tmbundle"]
|
||||
path = vendor/packages/python.tmbundle
|
||||
url = https://github.com/textmate/python.tmbundle
|
||||
[submodule "prebuilt-cef"]
|
||||
path = prebuilt-cef
|
||||
url = https://github.com/github/prebuilt-cef
|
||||
|
||||
Reference in New Issue
Block a user