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

Unified Diff: build/config/ui.gni

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.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/ui.gni
diff --git a/build/config/ui.gni b/build/config/ui.gni
index 3acf6556603f299694aa10d7796cf240b0cfb9cc..1c4624133392ab591ee9460ba75d49d57a8c198a 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -33,7 +33,7 @@ declare_args() {
# True means the UI is built using the "views" framework.
toolkit_views =
- (is_mac || is_win || is_chromeos || use_aura) && !is_chromecast
+ (is_mac || is_win || is_chromeos || use_aura) && !is_chromecast && !is_headless
# Whether the entire browser uses toolkit-views on Mac instead of Cocoa.
mac_views_browser = false
« no previous file with comments | « BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698