Skip to content

Commit

Permalink
Have content_browser depend on printing only if not on iOS.
Browse files Browse the repository at this point in the history
iOS does not build printing.gyp:printing, so the iOS build was broken by https://chromiumcodereview.appspot.com/10826072, which added that target as an unconditional dependency of content_browser.

BUG=None
TBR=jam

Review URL: https://chromiumcodereview.appspot.com/10991068

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159260 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
blundell@chromium.org committed Sep 28, 2012
1 parent 5f81588 commit 90893ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/content_browser.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 90893ae

Please sign in to comment.