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

Unified Diff: build/config/features.gni

Issue 2134513002: Enable basic printing on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Too agressive the first time. Created 4 years, 5 months 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/common.gypi ('k') | components/printing/test/print_web_view_helper_browsertest.cc » ('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 f0dca90976bcc1f1222bece1ee58c1fede24441b..03f31196bdb8d2edb17cb94727b040b78537f72a 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -110,7 +110,7 @@ declare_args() {
use_gio = is_linux && !is_chromeos && !is_chromecast
# Enable basic printing support and UI.
- enable_basic_printing = !is_chromeos && !is_chromecast && !is_ios
+ 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.
« no previous file with comments | « build/common.gypi ('k') | components/printing/test/print_web_view_helper_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698