chore: remove vendored depot_tools (#14676)
The GN build now requires that users install depot_tools to their path, rendering our vendored version obsolete.
This commit is contained in:
parent
ec125b761c
commit
1b165c2c39
2 changed files with 0 additions and 4 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,6 +1,3 @@
|
|||
[submodule "vendor/depot_tools"]
|
||||
path = vendor/depot_tools
|
||||
url = https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||
[submodule "vendor/requests"]
|
||||
path = vendor/requests
|
||||
url = https://github.com/kennethreitz/requests
|
||||
|
|
1
vendor/depot_tools
vendored
1
vendor/depot_tools
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit 4fa73b8ca6899bc69577932b80145a6bf07e4424
|
Loading…
Reference in a new issue