Index: chrome/chrome_common.gypi |
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
index b3dca66ff6fbc52c69e74d2948d382d605186640..3fb5de9ce5dc4125765bafe558daf4a2b5bbed2f 100644 |
--- a/chrome/chrome_common.gypi |
+++ b/chrome/chrome_common.gypi |
@@ -454,7 +454,6 @@ |
'<(DEPTH)/components/components.gyp:autofill_core_common', |
'<(DEPTH)/components/nacl_common.gyp:nacl_common', |
'<(DEPTH)/ipc/ipc.gyp:ipc', |
- '<(DEPTH)/printing/printing.gyp:printing', |
'<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
'<(DEPTH)/third_party/re2/re2.gyp:re2', |
'<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
@@ -491,6 +490,11 @@ |
'<(DEPTH)/breakpad/src', |
], |
}], |
+ ['enable_printing!=0', { |
+ 'dependencies': [ |
+ '<(DEPTH)/printing/printing.gyp:printing', |
+ ], |
+ }], |
['OS!="ios" and chrome_multiple_dll!=1', { |
'dependencies': [ |
'<(DEPTH)/webkit/glue/webkit_glue.gyp:glue', |