Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index ed61715b632c32d0e35065e80571b6c53aacde29..9299f00a1658ff39b3487c3bcabcaef872a51c04 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -920,7 +920,6 @@ |
'../ppapi/ppapi_internal.gyp:ppapi_ipc', |
'../printing/printing.gyp:printing', |
'<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
- '../third_party/libyuv/libyuv.gyp:libyuv', |
'../ui/surface/surface.gyp:surface', |
'../webkit/support/webkit_support.gyp:webkit_resources', |
'../webkit/support/webkit_support.gyp:webkit_storage', |
@@ -932,6 +931,11 @@ |
'../sandbox/sandbox.gyp:sandbox', |
], |
}], |
+ ['OS!="android" and OS!="ios"', { |
+ 'dependencies': [ |
+ '../third_party/libyuv/libyuv.gyp:libyuv', |
+ ], |
+ }], |
['enable_webrtc==1', { |
'sources': [ |
'browser/renderer_host/p2p/socket_host.cc', |