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

Unified Diff: build/common.gypi

Issue 694633002: Disable basic printing on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fri Oct 31 10:04:51 PDT 2014 Created 6 years, 2 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 | « no previous file | 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/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 6301aebbfe145bd3c163fdc6a40f17b619faaf17..7948b6d4e8b5a23829f506bb6ed5deb0c646d6bd 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2916,6 +2916,9 @@
['enable_printing==1', {
'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'],
}],
+ ['enable_printing==1 and chromeos==1', {
+ 'defines': ['DISABLE_BASIC_PRINTING=1'],
Lei Zhang 2014/10/31 18:24:38 You probably want to add this to the GN version as
Vitaly Buka (NO REVIEWS) 2014/10/31 19:09:49 Done.
+ }],
['enable_printing==2', {
'defines': ['ENABLE_PRINTING=1'],
}],
« no previous file with comments | « no previous file | chrome/browser/ui/browser_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698