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

Unified Diff: build/common.gypi

Issue 146963004: Exclude print_preview resources for platforms that don't use it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 11 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 | « android_webview/renderer/print_web_view_helper.cc ('k') | chrome/app/generated_resources.grd » ('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 fd0548b542c5eae48e640c4a76df7bae3c9f3e8e..80f291e4ef98b0230c877d796a6fad690bf517bb 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1738,6 +1738,9 @@
['enable_printing!=0', {
'grit_defines': ['-D', 'enable_printing'],
}],
+ ['enable_printing==1', {
+ 'grit_defines': ['-D', 'enable_full_printing'],
+ }],
['enable_themes==1', {
'grit_defines': ['-D', 'enable_themes'],
}],
« no previous file with comments | « android_webview/renderer/print_web_view_helper.cc ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698