0

updater: add chrome/updater/internal to DEPS

Bug: b/349923358
Change-Id: I1cd376c38018a160d5498e233cd74c6bbbf3673f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5671033
Commit-Queue: Noah Rose Ledesma <noahrose@google.com>
Auto-Submit: S Ganesh <ganesh@chromium.org>
Reviewed-by: Noah Rose Ledesma <noahrose@google.com>
Cr-Commit-Position: refs/heads/main@{#1321962}
This commit is contained in:
S. Ganesh
2024-07-02 02:20:31 +00:00
committed by Chromium LUCI CQ
parent 12a41bdf84
commit 8d01d449a3
3 changed files with 11 additions and 0 deletions

4
.gitmodules vendored

@ -710,6 +710,10 @@
path = chrome/services/speech/internal
url = https://chrome-internal.googlesource.com/chromeos/speech
gclient-condition = checkout_chromeos and checkout_src_internal
[submodule "chrome/updater/internal"]
path = chrome/updater/internal
url = https://chrome-internal.googlesource.com/chrome/updater/internal
gclient-condition = checkout_src_internal
[submodule "components/accessibility/internal"]
path = components/accessibility/internal
url = https://chrome-internal.googlesource.com/chrome-accessibility

6
DEPS

@ -4692,6 +4692,12 @@ deps = {
'condition': 'checkout_chromeos and checkout_src_internal',
},
'src/chrome/updater/internal': {
'url': Var('chrome_git') + '/chrome/updater/internal.git' + '@' +
'84d54a3483d304c84d6e39d4b2c4e467dfd616ed',
'condition': 'checkout_src_internal',
},
'src/components/accessibility/internal': {
'url': Var('chrome_git') + '/chrome-accessibility.git' + '@' +
'979ee3c1761a6fbbce220ea50a29b0c9aeeebaf2',