Remove devtools-frontend-internal from DEPS
We are now shipping only the public devtools https://crrev.com/c/6031797. For details see: http://go/chrome-devtools:remove-internal-plan Bug: 379040628 Change-Id: Ic0ad83cd80049dab07691d322f5cfd72568b305c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6090756 Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Liviu Rau <liviurau@chromium.org> Reviewed-by: Joanna Wang <jojwang@chromium.org> Cr-Commit-Position: refs/heads/main@{#1395820}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
18278c4509
commit
d827f61bd7
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -212,10 +212,6 @@
|
||||
[submodule "third_party/devtools-frontend/src"]
|
||||
path = third_party/devtools-frontend/src
|
||||
url = https://chromium.googlesource.com/devtools/devtools-frontend
|
||||
[submodule "third_party/devtools-frontend-internal"]
|
||||
path = third_party/devtools-frontend-internal
|
||||
url = https://chrome-internal.googlesource.com/devtools/devtools-internal
|
||||
gclient-condition = checkout_src_internal
|
||||
[submodule "third_party/dom_distiller_js/dist"]
|
||||
path = third_party/dom_distiller_js/dist
|
||||
url = https://chromium.googlesource.com/chromium/dom-distiller/dist
|
||||
|
6
DEPS
6
DEPS
@ -1804,11 +1804,6 @@ deps = {
|
||||
'src/third_party/devtools-frontend/src':
|
||||
Var('chromium_git') + '/devtools/devtools-frontend' + '@' + Var('devtools_frontend_revision'),
|
||||
|
||||
'src/third_party/devtools-frontend-internal': {
|
||||
'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + '4b0016e116288e419beb13a521994b584acc435e',
|
||||
'condition': 'checkout_src_internal',
|
||||
},
|
||||
|
||||
'src/third_party/dom_distiller_js/dist':
|
||||
Var('chromium_git') + '/chromium/dom-distiller/dist.git' + '@' + '199de96b345ada7c6e7e6ba3d2fa7a6911b8767d',
|
||||
|
||||
@ -5565,7 +5560,6 @@ recursedeps = [
|
||||
# Dawn manages DEPS for its copy of the WebGPU CTS as well as GLFW for which
|
||||
# it has build files.
|
||||
'src/third_party/dawn',
|
||||
'src/third_party/devtools-frontend-internal',
|
||||
'src/third_party/instrumented_libs',
|
||||
'src/third_party/openscreen/src',
|
||||
'src/third_party/devtools-frontend/src',
|
||||
|
1
third_party/devtools-frontend-internal
vendored
1
third_party/devtools-frontend-internal
vendored
Submodule third_party/devtools-frontend-internal deleted from 4b0016e116
Reference in New Issue
Block a user