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

Unified Diff: build/secondary/tools/grit/grit_rule.gni

Issue 702603004: Renamed DISABLE_BASIC_PRINTING and ENABLE_FULL_PRINTING. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wed Nov 5 02:31:54 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
Index: build/secondary/tools/grit/grit_rule.gni
diff --git a/build/secondary/tools/grit/grit_rule.gni b/build/secondary/tools/grit/grit_rule.gni
index 572b11f22943b008a27f83ce9bcd2c22443938c2..1d9ded2917e2adb37f67fdfce62426339fb183fe 100644
--- a/build/secondary/tools/grit/grit_rule.gni
+++ b/build/secondary/tools/grit/grit_rule.gni
@@ -162,7 +162,7 @@ if (enable_plugins) {
if (printing_mode != 0) {
grit_defines += [ "-D", "enable_printing" ]
if (printing_mode == 1) {
- grit_defines += [ "-D", "enable_full_printing" ]
+ grit_defines += [ "-D", "enable_print_preview" ]
}
}
if (enable_themes) {
« build/common.gypi ('K') | « build/config/BUILD.gn ('k') | chrome/app/chrome_dll.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698