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

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: Moved chromeos/arc/bridge/common to components/arc/common 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 28cf5e67a4f616df0726166d122af5171fa7d6a5..32477873d55e23d7673379ac5a6f588c8b057ed9 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -194,6 +194,9 @@ source_set("ui") {
} else {
defines += [ "FRAME_AVATAR_BUTTON=1" ]
}
+ if (is_chromeos && enable_arc) {
+ deps += [ "//components/arc" ]
+ }
if (use_cups) {
configs += [ "//printing:cups" ]
}

Powered by Google App Engine
This is Rietveld 408576698