Remove release_scripts from chromium/src dependencies.
This was added in https://crrev.com/c/6036310 and is no longer needed. Bug: 410591132 Change-Id: I3eaf7ebbaaffddfae223c78aeadad5a5d477f2a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6514268 Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Keybo Qian <keybo@google.com> Cr-Commit-Position: refs/heads/main@{#1456335}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
e6c1fc76ce
commit
d9740eaf06
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -9,10 +9,6 @@
|
|||||||
path = chrome/installer/mac/third_party/xz/xz
|
path = chrome/installer/mac/third_party/xz/xz
|
||||||
url = https://chromium.googlesource.com/chromium/deps/xz
|
url = https://chromium.googlesource.com/chromium/deps/xz
|
||||||
gclient-condition = checkout_mac
|
gclient-condition = checkout_mac
|
||||||
[submodule "chrome/release_scripts"]
|
|
||||||
path = chrome/release_scripts
|
|
||||||
url = https://chrome-internal.googlesource.com/chrome/tools/release/scripts
|
|
||||||
gclient-condition = checkout_chrome_release_scripts
|
|
||||||
[submodule "third_party/compiler-rt/src"]
|
[submodule "third_party/compiler-rt/src"]
|
||||||
path = third_party/compiler-rt/src
|
path = third_party/compiler-rt/src
|
||||||
url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt
|
url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt
|
||||||
|
9
DEPS
9
DEPS
@@ -135,10 +135,6 @@ vars = {
|
|||||||
# acts upon.
|
# acts upon.
|
||||||
'checkout_src_internal_infra' : False,
|
'checkout_src_internal_infra' : False,
|
||||||
|
|
||||||
# Condition used by a subset of official Chrome release builders.
|
|
||||||
# By default, do not check out release_scripts.
|
|
||||||
'checkout_chrome_release_scripts': False,
|
|
||||||
|
|
||||||
# Checkout legacy src_internal. This variable is ignored if
|
# Checkout legacy src_internal. This variable is ignored if
|
||||||
# checkout_src_internal is set as false.
|
# checkout_src_internal is set as false.
|
||||||
'checkout_legacy_src_internal': True,
|
'checkout_legacy_src_internal': True,
|
||||||
@@ -1151,11 +1147,6 @@ deps = {
|
|||||||
'condition': 'checkout_mac',
|
'condition': 'checkout_mac',
|
||||||
},
|
},
|
||||||
|
|
||||||
'src/chrome/release_scripts': {
|
|
||||||
'url': Var('chrome_git') + '/chrome/tools/release/scripts' + '@' + '088710b5c1f11a40e005e1b4a09cd6bb3a754fe6',
|
|
||||||
'condition': 'checkout_chrome_release_scripts',
|
|
||||||
},
|
|
||||||
|
|
||||||
'src/third_party/compiler-rt/src':
|
'src/third_party/compiler-rt/src':
|
||||||
Var('chromium_git') +
|
Var('chromium_git') +
|
||||||
'/external/github.com/llvm/llvm-project/compiler-rt.git' + '@' +
|
'/external/github.com/llvm/llvm-project/compiler-rt.git' + '@' +
|
||||||
|
1
OWNERS
1
OWNERS
@@ -47,7 +47,6 @@ per-file chromeos/ash/resources/internal=*
|
|||||||
per-file chromeos/assistant/internal=*
|
per-file chromeos/assistant/internal=*
|
||||||
per-file clank=*
|
per-file clank=*
|
||||||
per-file content/test/data/plugin=*
|
per-file content/test/data/plugin=*
|
||||||
per-file chrome/release_scripts=*
|
|
||||||
per-file docs/website=*
|
per-file docs/website=*
|
||||||
per-file google_apis/internal=*
|
per-file google_apis/internal=*
|
||||||
per-file internal=*
|
per-file internal=*
|
||||||
|
Submodule chrome/release_scripts deleted from 088710b5c1
Reference in New Issue
Block a user