0

Add components/plus_addresses/resources to .gitmodules and DEPS

Bug: 1467623 b/310188348
Change-Id: If3905ebbb6eda494bde16697fae04c404261919c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5131562
Reviewed-by: Brian Begnoche <bcb@chromium.org>
Commit-Queue: Kirubel Aklilu <kaklilu@chromium.org>
Reviewed-by: Josip Sokcevic <sokcevic@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1239126}
This commit is contained in:
Kirubel Aklilu
2023-12-19 14:55:37 +00:00
committed by Chromium LUCI CQ
parent 4684fe9943
commit f213e293fc
3 changed files with 11 additions and 0 deletions
.gitmodulesDEPS
components/plus_addresses/resources

4
.gitmodules vendored

@ -683,6 +683,10 @@
path = components/optimization_guide/internal
url = https://chrome-internal.googlesource.com/chrome/components/optimization_guide.git
gclient-condition = checkout_src_internal
[submodule "components/plus_addresses/resources/internal"]
path = components/plus_addresses/resources/internal
url = https://chrome-internal.googlesource.com/chrome/components/plus_addresses/resources.git
gclient-condition = checkout_src_internal
[submodule "components/resources/default_100_percent/google_chrome"]
path = components/resources/default_100_percent/google_chrome
url = https://chrome-internal.googlesource.com/chrome/components/default_100_percent/google_chrome.git

6
DEPS

@ -3953,6 +3953,12 @@ deps = {
'condition': 'checkout_src_internal',
},
'src/components/plus_addresses/resources/internal': {
'url': Var('chrome_git') + '/chrome/components/plus_addresses/resources.git' + '@' +
'65376fc4825ef797744bbdda81d2e571ded37ad8',
'condition': 'checkout_src_internal',
},
'src/components/resources/default_100_percent/google_chrome': {
'url': Var('chrome_git') + '/chrome/components/default_100_percent/google_chrome.git' + '@' +
'69df46289768ecced37b6c82f067c0c5f484b691',