| 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 }], |
| 1294 ['enable_webrtc==1', { | 1298 ['enable_webrtc==1', { |
| 1295 'dependencies': [ | 1299 'dependencies': [ |
| 1296 '../jingle/jingle.gyp:jingle_glue', | 1300 '../jingle/jingle.gyp:jingle_glue', |
| 1297 ], | 1301 ], |
| 1298 'sources': [ | 1302 'sources': [ |
| 1299 'browser/renderer_host/media/peer_connection_tracker_host.cc', | 1303 'browser/renderer_host/media/peer_connection_tracker_host.cc', |
| 1300 'browser/renderer_host/media/peer_connection_tracker_host.h', | 1304 'browser/renderer_host/media/peer_connection_tracker_host.h', |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1549 '../third_party/speex/speex.gyp:libspeex', | 1553 '../third_party/speex/speex.gyp:libspeex', |
| 1550 ], | 1554 ], |
| 1551 }], | 1555 }], |
| 1552 ['linux_use_libgps==1', { | 1556 ['linux_use_libgps==1', { |
| 1553 'dependencies': [ | 1557 'dependencies': [ |
| 1554 '../build/linux/system.gyp:libgps', | 1558 '../build/linux/system.gyp:libgps', |
| 1555 ], | 1559 ], |
| 1556 }], | 1560 }], |
| 1557 ], | 1561 ], |
| 1558 } | 1562 } |
| OLD | NEW |