Add script to setup crashpad repository.
Crashpad use `gclient` to maintain its third_party libraries. This patch switches `gclient` instead of `git submodule` to align crashpad way.
This commit is contained in:
parent
cd8ceec62e
commit
16fb847009
3 changed files with 16 additions and 3 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -13,6 +13,3 @@
|
|||
[submodule "vendor/native_mate"]
|
||||
path = vendor/native_mate
|
||||
url = https://github.com/zcbenz/native-mate.git
|
||||
[submodule "vendor/crashpad"]
|
||||
path = vendor/crashpad
|
||||
url = https://github.com/hokein/crashpad.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue