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

Unified Diff: build/config/features.gni

Issue 694633002: Disable basic printing on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wed Nov 5 13:54:38 PST 2014 Created 6 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/common.gypi ('k') | chrome/browser/ui/browser_commands.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 8227ee9b0de7869109ba81eb5891ad599bdadd99..a395b406c977e176fd25edd4162be717726e79ef 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -64,7 +64,7 @@ enable_pepper_cdms = enable_plugins && (is_linux || is_mac || is_win)
enable_browser_cdms = is_android
# Enable basic printing support and UI.
-enable_basic_printing = true
+enable_basic_printing = !is_chromeos
# 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') | chrome/browser/ui/browser_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698