0

Adding internal remoting directory to DEPS

Change-Id: Ic5500d1d201d57506cca1ff3b1d7bab1f1dcb427
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4860162
Commit-Queue: Jamie Walch <jamiewalch@chromium.org>
Commit-Queue: Joe Downing <joedow@chromium.org>
Auto-Submit: Joe Downing <joedow@chromium.org>
Reviewed-by: Jamie Walch <jamiewalch@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1195652}
This commit is contained in:
Joe Downing
2023-09-12 21:59:45 +00:00
committed by Chromium LUCI CQ
parent 1ee592dc44
commit a522f9e0c3
3 changed files with 11 additions and 0 deletions

4
.gitmodules vendored

@ -731,6 +731,10 @@
path = remoting/host/installer/linux/internal
url = https://chrome-internal.googlesource.com/chrome/remoting/host/installer/linux/internal.git
gclient-condition = checkout_linux and checkout_src_internal
[submodule "remoting/internal"]
path = remoting/internal
url = https://chrome-internal.googlesource.com/chrome/remoting/internal.git
gclient-condition = checkout_src_internal
[submodule "remoting/test/internal"]
path = remoting/test/internal
url = https://chrome-internal.googlesource.com/chrome/remoting/test/internal.git

6
DEPS

@ -4262,6 +4262,12 @@ deps = {
'condition': 'checkout_linux and checkout_src_internal',
},
'src/remoting/internal': {
'url': Var('chrome_git') + '/chrome/remoting/internal.git' + '@' +
'a26e656f4cb328e4fb657a8bc7560ce7576372dd',
'condition': 'checkout_src_internal',
},
'src/remoting/test/internal': {
'url': Var('chrome_git') + '/chrome/remoting/test/internal.git' + '@' +
'34ff3657e2176fc48a57fad555b076a50a409de6',

1
remoting/internal Submodule

Submodule remoting/internal added at a26e656f4c