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

Unified Diff: build/config/features.gni

Issue 2458833005: Move printing defines to buildflag system. (Closed)
Patch Set: Merge Created 4 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/BUILD.gn ('k') | chrome/BUILD.gn » ('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 856fea79d9baffe0008ebafffe83af8b1adada36..7e938fff353c5d7f854410ab70cf53b94b41dc92 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -61,8 +61,6 @@ declare_args() {
# 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
-
# Enables Wi-Fi Display functionality
# WARNING: This enables MPEG Transport Stream (MPEG-TS) encoding!
enable_wifi_display = false
@@ -78,13 +76,6 @@ declare_args() {
use_gio = is_linux && !is_chromeos && !is_chromecast
- # Enable basic printing support and UI.
- enable_basic_printing = !is_chromecast && !is_ios
-
- # Enable printing with print preview. It does not imply
- # enable_basic_printing. It's possible to build Chrome with preview only.
- enable_print_preview = !is_android && !is_chromecast && !is_ios
-
# Whether or not to use external popup menu.
use_external_popup_menu = is_android || is_mac
« no previous file with comments | « build/config/BUILD.gn ('k') | chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698