Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(751)

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2603043002: Add a Physical Web WebUI for Android (Closed)
Patch Set: Add explicit dependency Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 822d5fc3fd6d96a4abc81675d1cdc02901dc110a..8dcf509cefe43639a335040db5f4af6d0377024b 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -384,6 +384,8 @@ split_static_library("ui") {
"webui/omnibox/omnibox_ui.h",
"webui/password_manager_internals/password_manager_internals_ui.cc",
"webui/password_manager_internals/password_manager_internals_ui.h",
+ "webui/physical_web/physical_web_ui.cc",
+ "webui/physical_web/physical_web_ui.h",
"webui/policy_material_design_ui.cc",
"webui/policy_material_design_ui.h",
"webui/policy_ui.cc",
@@ -522,6 +524,7 @@ split_static_library("ui") {
"//components/password_manager/core/browser",
"//components/password_manager/sync/browser",
"//components/pdf/browser",
+ "//components/physical_web/data_source:data_source",
mattreynolds 2017/01/04 23:21:15 When the target is the same as the final directory
"//components/policy/core/browser",
"//components/pref_registry",
"//components/proximity_auth",
@@ -2136,6 +2139,8 @@ split_static_library("ui") {
if (is_android) {
deps += [
"//components/navigation_interception",
+ "//components/physical_web/data_source",
+ "//components/physical_web/webui",
"//crypto:platform",
"//device/usb/mojo",
"//device/usb/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698