Move brightray submodules to root vendor
This commit is contained in:
parent
dde21e7657
commit
4dab62dfcf
5 changed files with 6 additions and 7 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -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
|
||||||
|
|
6
brightray/.gitmodules
vendored
6
brightray/.gitmodules
vendored
|
@ -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
|
|
1
brightray/vendor/.gitignore
vendored
1
brightray/vendor/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
/download/
|
|
0
brightray/vendor/gyp → vendor/gyp
vendored
0
brightray/vendor/gyp → vendor/gyp
vendored
Loading…
Add table
Add a link
Reference in a new issue