Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index 2fc19eecf673c08f2139f971d6f54c162c88442a..d7bd7ce2c846d3cbe9de8565841986f3535d8597 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -1265,7 +1265,6 @@ |
'browser/devtools/devtools_resources.gyp:devtools_resources', |
'../cc/cc.gyp:cc', |
'../net/net.gyp:http_server', |
- '../printing/printing.gyp:printing', |
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
'../ui/surface/surface.gyp:surface', |
'../webkit/common/webkit_common.gyp:webkit_common', |
@@ -1275,6 +1274,11 @@ |
'../webkit/webkit_resources.gyp:webkit_strings', |
], |
}], |
+ ['enable_printing!=0', { |
+ 'dependencies': [ |
+ '../printing/printing.gyp:printing', |
+ ], |
+ }], |
['OS!="ios" and chrome_multiple_dll!=1', { |
'dependencies': [ |
'../third_party/WebKit/public/blink.gyp:blink', |