0

Connect new internal repo to an internal directory

We have created a new internal repository found here:
https://chrome-internal.googlesource.com/chrome/browser/resources/downloads_internal/
Now we are mapping the repository to a directory found in c/b/r/downloads/.

The .gitmodules and the c/b/r/downloads/internal (gitlink) files
were autogenerated by running gclient gitmodules. The remaining files
are changes that I manually added.

Bug: 336332581
Change-Id: Ifb6975edd66e369a79fe55eabe39be485cc8c9c3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5473544
Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org>
Reviewed-by: Alan Zhao <ayzhao@google.com>
Commit-Queue: Awad Osman <awado@google.com>
Cr-Commit-Position: refs/heads/main@{#1290876}
This commit is contained in:
Awad Osman
2024-04-22 20:57:44 +00:00
committed by Chromium LUCI CQ
parent dd60926987
commit 55e9529db0
5 changed files with 13 additions and 0 deletions
.gitignore.gitmodulesDEPS
chrome/browser/resources/downloads
tools/clang/plugins

1
.gitignore vendored

@ -127,6 +127,7 @@ vs-chromium-project.txt
/chrome/browser/protector/internal
/chrome/browser/resources/chromeos/mako/resources/
/chrome/browser/resources/chromeos/seal/resources/
/chrome/browser/resources/downloads/internal/
/chrome/browser/resources/pdf/html_office
/chrome/browser/resources/media_router/extension/src/
/chrome/browser/resources/preinstalled_web_apps/internal/

4
.gitmodules vendored

@ -628,6 +628,10 @@
path = chrome/browser/platform_experience/win
url = https://chrome-internal.googlesource.com/chrome/browser/platform_experience/win
gclient-condition = checkout_src_internal
[submodule "chrome/browser/resources/downloads/internal"]
path = chrome/browser/resources/downloads/internal
url = https://chrome-internal.googlesource.com/chrome/browser/resources/downloads_internal
gclient-condition = checkout_src_internal
[submodule "chrome/browser/resources/settings/internal"]
path = chrome/browser/resources/settings/internal
url = https://chrome-internal.googlesource.com/chrome/browser/resources/settings_internal

6
DEPS

@ -3961,6 +3961,12 @@ deps = {
'condition': 'checkout_src_internal',
},
'src/chrome/browser/resources/downloads/internal': {
'url': Var('chrome_git') + '/chrome/browser/resources/downloads_internal.git' + '@' +
'f74a255015c49bcce777fd4775307895a5d4ca54',
'condition': 'checkout_src_internal',
},
'src/chrome/browser/resources/settings/internal': {
'url': Var('chrome_git') + '/chrome/browser/resources/settings_internal.git' + '@' +
'c8a62277e90b0e4cea284f3ba188d5e1cbfc07ab', # from svn revision 41419

@ -28,6 +28,7 @@ constexpr const char* const kSeparateRepositoryPaths[] = {
"chrome/browser/internal/",
"chrome/browser/media/engagement_internal/",
"chrome/browser/resources/chromeos/quickoffice/",
"chrome/browser/resources/downloads/internal/",
"chrome/browser/resources/preinstalled_web_apps/internal/",
"chrome/browser/resources/settings/internal/",
"chrome/browser/spellchecker/internal/",