Move brightray submodules to root vendor

This commit is contained in:
Kevin Sawicki 2017-05-09 13:26:23 -07:00
parent dde21e7657
commit 4dab62dfcf
5 changed files with 6 additions and 7 deletions

6
.gitmodules vendored
View file

@ -22,3 +22,9 @@
[submodule "vendor/pdf_viewer"] [submodule "vendor/pdf_viewer"]
path = vendor/pdf_viewer path = vendor/pdf_viewer
url = https://github.com/electron/pdf-viewer.git url = https://github.com/electron/pdf-viewer.git
[submodule "vendor/gyp"]
path = vendor/gyp
url = https://github.com/electron/gyp
[submodule "vendor/libchromiumcontent"]
path = vendor/libchromiumcontent
url = https://github.com/electron/libchromiumcontent

View file

@ -1,6 +0,0 @@
[submodule "vendor/libchromiumcontent"]
path = vendor/libchromiumcontent
url = https://github.com/electron/libchromiumcontent
[submodule "vendor/gyp"]
path = vendor/gyp
url = https://github.com/electron/gyp

View file

@ -1 +0,0 @@
/download/

View file