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

Unified Diff: content/browser/BUILD.gn

Issue 1430673002: Headless demo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better javascript 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
« no previous file with comments | « build/config/ui.gni ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 9990e726efcd8dabdea498b8bb20a8d3e4c268bc..641f57c91cf5d9e0d072f64db11913ce259349c1 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -419,9 +419,13 @@ source_set("browser") {
"//ui/aura",
"//ui/aura_extra",
"//ui/strings",
- "//ui/views/mus:for_component",
"//ui/wm",
]
+ if (toolkit_views) {
+ deps += [
+ "//ui/views/mus:for_component",
+ ]
+ }
} else { # Not aura.
sources -= [
"media/capture/cursor_renderer_aura.cc",
« no previous file with comments | « build/config/ui.gni ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698