Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1281 ], | 1281 ], |
| 1282 }], | 1282 }], |
| 1283 ['OS!="mac" and OS!="ios"', { | 1283 ['OS!="mac" and OS!="ios"', { |
| 1284 'dependencies': [ | 1284 'dependencies': [ |
| 1285 '../sandbox/sandbox.gyp:sandbox', | 1285 '../sandbox/sandbox.gyp:sandbox', |
| 1286 ], | 1286 ], |
| 1287 }], | 1287 }], |
| 1288 ['OS!="android" and OS!="ios"', { | 1288 ['OS!="android" and OS!="ios"', { |
| 1289 'dependencies': [ | 1289 'dependencies': [ |
| 1290 'browser/tracing/tracing_resources.gyp:tracing_resources', | 1290 'browser/tracing/tracing_resources.gyp:tracing_resources', |
| 1291 ], | |
| 1292 }], | |
| 1293 ['android_webview_build==0 and OS!="ios"', { | |
| 1294 'dependencies': [ | |
| 1291 '../third_party/libyuv/libyuv.gyp:libyuv', | 1295 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 1292 ], | 1296 ], |
| 1293 }], | 1297 }], |
| 1298 ['android_webview_build==0', { | |
| 1299 }, { # android_webview_build!=0 | |
| 1300 'defines': ['AVOID_LIBYUV_FOR_ANDROID_WEBVIEW'], | |
|
wjia(left Chromium)
2013/09/26 20:31:35
This won't work, considering how you use AVOID_LIB
mcasas
2013/09/27 08:32:36
Yes but iOS builds do not compile anything related
| |
| 1301 }], | |
| 1294 ['enable_webrtc==1', { | 1302 ['enable_webrtc==1', { |
| 1295 'dependencies': [ | 1303 'dependencies': [ |
| 1296 '../jingle/jingle.gyp:jingle_glue', | 1304 '../jingle/jingle.gyp:jingle_glue', |
| 1297 ], | 1305 ], |
| 1298 'sources': [ | 1306 'sources': [ |
| 1299 'browser/renderer_host/media/peer_connection_tracker_host.cc', | 1307 'browser/renderer_host/media/peer_connection_tracker_host.cc', |
| 1300 'browser/renderer_host/media/peer_connection_tracker_host.h', | 1308 'browser/renderer_host/media/peer_connection_tracker_host.h', |
| 1301 'browser/renderer_host/media/webrtc_identity_service_host.cc', | 1309 'browser/renderer_host/media/webrtc_identity_service_host.cc', |
| 1302 'browser/renderer_host/media/webrtc_identity_service_host.h', | 1310 'browser/renderer_host/media/webrtc_identity_service_host.h', |
| 1303 'browser/renderer_host/p2p/socket_host.cc', | 1311 'browser/renderer_host/p2p/socket_host.cc', |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1549 '../third_party/speex/speex.gyp:libspeex', | 1557 '../third_party/speex/speex.gyp:libspeex', |
| 1550 ], | 1558 ], |
| 1551 }], | 1559 }], |
| 1552 ['linux_use_libgps==1', { | 1560 ['linux_use_libgps==1', { |
| 1553 'dependencies': [ | 1561 'dependencies': [ |
| 1554 '../build/linux/system.gyp:libgps', | 1562 '../build/linux/system.gyp:libgps', |
| 1555 ], | 1563 ], |
| 1556 }], | 1564 }], |
| 1557 ], | 1565 ], |
| 1558 } | 1566 } |
| OLD | NEW |