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

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

Issue 1080163002: Add new chrome://proximity-auth WebUI for debugging Smart Lock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/DEPS » ('j') | components/proximity_auth/webui/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 6d4f8983fffb3099c5049c9aa5c3c8a8749fe27c..ed89e3b56278b8dd0768b9cb4e2148e947cc9796 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -178,7 +178,10 @@ source_set("ui") {
sources += rebase_path(gypi_values.chrome_browser_ui_chromeos_sources,
".",
"//chrome")
- deps += [ "//chrome/browser/chromeos" ]
+ deps += [
+ "//chrome/browser/chromeos",
+ "//components/proximity_auth/webui",
+ ]
} else {
sources += rebase_path(gypi_values.chrome_browser_ui_non_chromeos_sources,
".",
« no previous file with comments | « no previous file | chrome/browser/ui/webui/DEPS » ('j') | components/proximity_auth/webui/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698