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

Unified Diff: build/config/features.gni

Issue 1415343008: GN bootstrap fixes: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | tools/gn/bootstrap/bootstrap.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 0f639bed1830219b8e3f45fab92a71883078f574..8a87814ec9ad16d97f14540edc30719e1fd56b4b 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -115,6 +115,8 @@ declare_args() {
# specified in testing/variations/fieldtrial_testing_config_*.json.
# Note: this setting is ignored if is_chrome_branded.
fieldtrial_testing_like_official_build = is_chrome_branded
+
+ use_cups = (is_desktop_linux || is_mac) && !is_chromecast
tfarina 2015/11/04 15:04:31 was this required for the bootstrap fixes? If not,
Paweł Hajdan Jr. 2015/11/04 16:55:54 Yes, this makes bootstrap possible in an environme
}
# Additional dependent variables -----------------------------------------------
@@ -166,8 +168,6 @@ enable_extensions = !is_android && !is_ios
enable_task_manager = !is_ios && !is_android
-use_cups = (is_desktop_linux || is_mac) && !is_chromecast
-
enable_themes = !is_android && !is_ios
# TODO(scottmg) remove this when we've fixed printing.
« no previous file with comments | « no previous file | tools/gn/bootstrap/bootstrap.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698