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

Unified Diff: skia/skia_chrome.gypi

Issue 702603004: Renamed DISABLE_BASIC_PRINTING and ENABLE_FULL_PRINTING. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tue Nov 4 17:22:50 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: skia/skia_chrome.gypi
diff --git a/skia/skia_chrome.gypi b/skia/skia_chrome.gypi
index f023b28cd1f5a4b52928f1500a6472d14f8d1ba2..7c56b593b1a96c62e11ccdd8d06f1eb3d35fb5c1 100644
--- a/skia/skia_chrome.gypi
+++ b/skia/skia_chrome.gypi
@@ -87,12 +87,12 @@
'ext/vector_platform_device_skia.h',
],
'conditions': [
- [ 'OS == "android" and enable_printing == 0', {
+ [ 'OS == "android" and printing_mode == 0', {
'sources!': [
'ext/skia_utils_base.cc',
],
}],
- [ 'enable_printing == 0', {
+ [ 'printing_mode == 0', {
'sources!': [
'ext/vector_platform_device_skia.cc',
],
« build/common.gypi ('K') | « printing/printing_context_win.cc ('k') | skia/skia_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698