WebUI: Update obsolete refs to c/b/r/{nearby_share,nearby_internals}
These folders where move under c/b/r/chromeos/ in [1] and [2] respectively. [1] https://crrev.com/c/5838190 [2] https://crrev.com/c/5841719 Bug: None Change-Id: I84737fbeb636e175f42779ce5d7eafac301350c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068326 Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/main@{#1391376}
This commit is contained in:
@ -1611,8 +1611,8 @@
|
||||
},
|
||||
'nearby': {
|
||||
'filepath': 'chrome/browser/nearby_sharing/|'\
|
||||
'chrome/browser/resources/nearby_internals/|'\
|
||||
'chrome/browser/resources/nearby_share/|'\
|
||||
'chrome/browser/resources/chromeos/nearby_internals/|'\
|
||||
'chrome/browser/resources/chromeos/nearby_share/|'\
|
||||
'chrome/browser/resources/ash/settings/nearby_share_page/|'\
|
||||
'chrome/browser/ui/webui/nearby_internals/|'\
|
||||
'chrome/browser/ui/webui/nearby_share/|'\
|
||||
|
@ -147,8 +147,6 @@ def CheckNoNewJs(input_api, output_api):
|
||||
'chrome/browser/resources/internals/notifications/',
|
||||
'chrome/browser/resources/internals/query_tiles/',
|
||||
'chrome/browser/resources/inspect/',
|
||||
'chrome/browser/resources/nearby_internals/',
|
||||
'chrome/browser/resources/nearby_share/',
|
||||
'chrome/browser/resources/net_internals/',
|
||||
'chrome/browser/resources/network_speech_synthesis/',
|
||||
'chrome/browser/resources/new_tab_page_incognito_guest/',
|
||||
|
@ -22,7 +22,7 @@
|
||||
namespace {
|
||||
|
||||
// This enum class needs to stay in sync with the Rpc definition in
|
||||
// chrome/browser/resources/nearby_internals/types.js.
|
||||
// chrome/browser/resources/chromeos/nearby_internals/types.ts
|
||||
enum class Rpc {
|
||||
kCertificate = 0,
|
||||
kContact = 1,
|
||||
@ -31,7 +31,7 @@ enum class Rpc {
|
||||
};
|
||||
|
||||
// This enum class needs to stay in sync with the Direction definition in
|
||||
// chrome/browser/resources/nearby_internals/types.js.
|
||||
// chrome/browser/resources/chromeos/nearby_internals/types.ts
|
||||
enum class Direction { kRequest = 0, kResponse = 1 };
|
||||
|
||||
std::string FormatAsJSON(const base::Value::Dict& value) {
|
||||
|
@ -49,7 +49,8 @@
|
||||
|
||||
namespace nearby_share {
|
||||
|
||||
// Keep in sync with //chrome/browser/resources/nearby_share/shared/types.js
|
||||
// Keep in sync with
|
||||
// chrome/browser/resources/chromeos/nearby_share/shared/types.ts
|
||||
enum class CloseReason {
|
||||
kUnknown = 0,
|
||||
kTransferStarted = 1,
|
||||
|
@ -20,7 +20,8 @@
|
||||
|
||||
namespace {
|
||||
|
||||
// Keep in sync with //chrome/browser/resources/nearby_share/shared/types.js
|
||||
// Keep in sync with
|
||||
// chrome/browser/resources/chromeos/nearby_share/shared/types.ts
|
||||
enum class CloseReason {
|
||||
kUnknown = 0,
|
||||
kTransferStarted = 1,
|
||||
|
3
third_party/polymer/v3_0/BUILD.gn
vendored
3
third_party/polymer/v3_0/BUILD.gn
vendored
@ -168,9 +168,6 @@ ts_library("library") {
|
||||
"//ash/webui/*",
|
||||
"//chrome/browser/resources/ash/*",
|
||||
"//chrome/browser/resources/chromeos/*",
|
||||
"//chrome/browser/resources/nearby_internals:build_ts",
|
||||
"//chrome/browser/resources/nearby_share:build_ts",
|
||||
"//chrome/browser/resources/nearby_share/shared:build_ts",
|
||||
"//chrome/test/data/webui/chromeos/*",
|
||||
"//chrome/test/data/webui/cr_components/chromeos:build_ts",
|
||||
"//chromeos/ash/components/*",
|
||||
|
Reference in New Issue
Block a user