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

Unified Diff: content/content_browser.gypi

Issue 10991068: Have content_browser depend on printing only if not on iOS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 47a493f228399e3971ba4334295c7a43f448aa0b..5c127f5bd6ad30f600f7fd990351de74738a9875 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -8,7 +8,6 @@
'../base/base.gyp:base_static',
'../crypto/crypto.gyp:crypto',
'../google_apis/google_apis.gyp:google_apis',
- '../printing/printing.gyp:printing',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
'../third_party/zlib/zlib.gyp:zlib',
@@ -880,6 +879,7 @@
'browser/debugger/devtools_resources.gyp:devtools_resources',
'../net/net.gyp:http_server',
'../ppapi/ppapi_internal.gyp:ppapi_ipc',
+ '../printing/printing.gyp:printing',
'<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
'../ui/surface/surface.gyp:surface',
'../webkit/support/webkit_support.gyp:dom_storage',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698