Skip to content

Commit

Permalink
[Nearby Share] Add chrome/browser/nearby_sharing/internal to DEPS
Browse files Browse the repository at this point in the history
Adds new internal nearby_sharing repo to chrome DEPS.

Bug: crbug/1490322, b/303261785
Change-Id: I6cdb23762466c5b25e68ad9cd573b12b4fd2d6b8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4927796
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Daniel Classon <dclasson@google.com>
Cr-Commit-Position: refs/heads/main@{#1207877}
  • Loading branch information
Daniel Classon authored and Chromium LUCI CQ committed Oct 10, 2023
1 parent ad71c0b commit abe7f53
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,10 @@
path = chrome/browser/media/engagement_internal
url = https://chrome-internal.googlesource.com/chrome/browser/media/engagement_internal.git
gclient-condition = checkout_src_internal
[submodule "chrome/browser/nearby_sharing/internal"]
path = chrome/browser/nearby_sharing/internal
url = https://chrome-internal.googlesource.com/chrome/browser/nearby_sharing/internal.git
gclient-condition = checkout_src_internal
[submodule "chrome/browser/resources/chromeos/quickoffice"]
path = chrome/browser/resources/chromeos/quickoffice
url = https://chrome-internal.googlesource.com/quickoffice/crx.git
Expand Down
6 changes: 6 additions & 0 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -3965,6 +3965,12 @@ deps = {
'condition': 'checkout_src_internal',
},

'src/chrome/browser/nearby_sharing/internal': {
'url': Var('chrome_git') + '/chrome/browser/nearby_sharing/internal.git' + '@' +
'f4c4312a51a12bd060d3a012345e273a58f26601',
'condition': 'checkout_src_internal',
},

'src/chrome/browser/resources/chromeos/quickoffice': {
'url': Var('chrome_git') + '/quickoffice/crx.git' + '@' +
'79e797d69d4675a2f0ef916dbb65457fe9485fc9',
Expand Down
1 change: 1 addition & 0 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ per-file chrome/browser/enterprise/connectors/internal=*
per-file chrome/browser/google/linkdoctor_internal=*
per-file chrome/browser/internal=*
per-file chrome/browser/media/engagement_internal=*
per-file chrome/browser/nearby_sharing/internal=*
per-file chrome/browser/resources/chromeos/quickoffice=*
per-file chrome/browser/resources/settings_internal=*
per-file chrome/browser/spellchecker/internal=*
Expand Down
1 change: 1 addition & 0 deletions chrome/browser/nearby_sharing/internal
Submodule internal added at f4c431

0 comments on commit abe7f53

Please sign in to comment.