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

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

Issue 1466143002: arc-bridge: Enable ARC with a command-line flag (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rebased to ToT 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 6c1d26a860c8173882fec64e4bc6e418d96fd221..b1cd3d81adac3985e593a536664f4b689a921e52 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -197,13 +197,13 @@ 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" ]
}
- if (is_chromeos && enable_arc) {
- deps += [ "//components/arc" ]
- }
if (use_cups) {
configs += [ "//printing:cups" ]
}
« no previous file with comments | « chrome/browser/chromeos/chrome_browser_main_chromeos.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698