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

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

Issue 1412863004: arc-bridge: Add the ARC Bridge Service (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Fixed chrome/browser/ui/BUILD.gn Created 5 years, 1 month 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 fd5be708c28e141e6ed139ced05a7b4d924ac444..6560bb1dba910c48ce0d452186af03ccb5f6962f 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -191,7 +191,10 @@ source_set("ui") {
sources += rebase_path(gypi_values.chrome_browser_ui_chromeos_sources,
".",
"//chrome")
- deps += [ "//chrome/browser/chromeos" ]
+ deps += [
+ "//chrome/browser/chromeos",
+ "//components/arc",
+ ]
} else {
defines += [ "FRAME_AVATAR_BUTTON=1" ]
}

Powered by Google App Engine
This is Rietveld 408576698