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

Unified Diff: content/content_browser.gypi

Issue 11366084: Android: disable use of libyuv. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tidy up ifdef for header Created 8 years, 1 month 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 | « content/browser/renderer_host/media/video_capture_controller.cc ('k') | 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 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',
« no previous file with comments | « content/browser/renderer_host/media/video_capture_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698