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

Side by Side Diff: content/content_browser.gypi

Issue 23444072: Use libyuv in Android VideoCaptureController (not for Android WebView) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed content_browser gyp define. Created 7 years, 2 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 1269 matching lines...) Expand 10 before | Expand all | Expand 10 after
1280 ], 1280 ],
1281 }], 1281 }],
1282 ['OS!="mac" and OS!="ios"', { 1282 ['OS!="mac" and OS!="ios"', {
1283 'dependencies': [ 1283 'dependencies': [
1284 '../sandbox/sandbox.gyp:sandbox', 1284 '../sandbox/sandbox.gyp:sandbox',
1285 ], 1285 ],
1286 }], 1286 }],
1287 ['OS!="android" and OS!="ios"', { 1287 ['OS!="android" and OS!="ios"', {
1288 'dependencies': [ 1288 'dependencies': [
1289 'browser/tracing/tracing_resources.gyp:tracing_resources', 1289 'browser/tracing/tracing_resources.gyp:tracing_resources',
1290 ],
1291 }],
1292 ['android_webview_build==0 and OS!="ios"', {
1293 'dependencies': [
1290 '../third_party/libyuv/libyuv.gyp:libyuv', 1294 '../third_party/libyuv/libyuv.gyp:libyuv',
1291 ], 1295 ],
1292 }], 1296 }],
1297 ['android_webview_build==1', {
1298 'defines': ['AVOID_LIBYUV_FOR_ANDROID_WEBVIEW'],
1299 }],
1293 ['enable_webrtc==1', { 1300 ['enable_webrtc==1', {
1294 'dependencies': [ 1301 'dependencies': [
1295 '../jingle/jingle.gyp:jingle_glue', 1302 '../jingle/jingle.gyp:jingle_glue',
1296 ], 1303 ],
1297 'sources': [ 1304 'sources': [
1298 'browser/renderer_host/media/peer_connection_tracker_host.cc', 1305 'browser/renderer_host/media/peer_connection_tracker_host.cc',
1299 'browser/renderer_host/media/peer_connection_tracker_host.h', 1306 'browser/renderer_host/media/peer_connection_tracker_host.h',
1300 'browser/renderer_host/media/webrtc_identity_service_host.cc', 1307 'browser/renderer_host/media/webrtc_identity_service_host.cc',
1301 'browser/renderer_host/media/webrtc_identity_service_host.h', 1308 'browser/renderer_host/media/webrtc_identity_service_host.h',
1302 'browser/renderer_host/p2p/socket_host.cc', 1309 'browser/renderer_host/p2p/socket_host.cc',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1551 '../third_party/speex/speex.gyp:libspeex', 1558 '../third_party/speex/speex.gyp:libspeex',
1552 ], 1559 ],
1553 }], 1560 }],
1554 ['linux_use_libgps==1', { 1561 ['linux_use_libgps==1', {
1555 'dependencies': [ 1562 'dependencies': [
1556 '../build/linux/system.gyp:libgps', 1563 '../build/linux/system.gyp:libgps',
1557 ], 1564 ],
1558 }], 1565 }],
1559 ], 1566 ],
1560 } 1567 }
OLDNEW
« 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