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 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1179 'dependencies': [ | 1179 'dependencies': [ |
1180 '../sandbox/sandbox.gyp:sandbox', | 1180 '../sandbox/sandbox.gyp:sandbox', |
1181 ], | 1181 ], |
1182 }], | 1182 }], |
1183 ['OS!="android" and OS!="ios"', { | 1183 ['OS!="android" and OS!="ios"', { |
1184 'dependencies': [ | 1184 'dependencies': [ |
1185 '../third_party/libyuv/libyuv.gyp:libyuv', | 1185 '../third_party/libyuv/libyuv.gyp:libyuv', |
1186 ], | 1186 ], |
1187 }], | 1187 }], |
1188 ['enable_webrtc==1', { | 1188 ['enable_webrtc==1', { |
| 1189 'dependencies': [ |
| 1190 '../jingle/jingle.gyp:jingle_glue', |
| 1191 ], |
1189 'sources': [ | 1192 'sources': [ |
1190 'browser/renderer_host/media/peer_connection_tracker_host.cc', | 1193 'browser/renderer_host/media/peer_connection_tracker_host.cc', |
1191 'browser/renderer_host/media/peer_connection_tracker_host.h', | 1194 'browser/renderer_host/media/peer_connection_tracker_host.h', |
1192 'browser/renderer_host/p2p/socket_host.cc', | 1195 'browser/renderer_host/p2p/socket_host.cc', |
1193 'browser/renderer_host/p2p/socket_host.h', | 1196 'browser/renderer_host/p2p/socket_host.h', |
1194 'browser/renderer_host/p2p/socket_host_tcp.cc', | 1197 'browser/renderer_host/p2p/socket_host_tcp.cc', |
1195 'browser/renderer_host/p2p/socket_host_tcp.h', | 1198 'browser/renderer_host/p2p/socket_host_tcp.h', |
1196 'browser/renderer_host/p2p/socket_host_tcp_server.cc', | 1199 'browser/renderer_host/p2p/socket_host_tcp_server.cc', |
1197 'browser/renderer_host/p2p/socket_host_tcp_server.h', | 1200 'browser/renderer_host/p2p/socket_host_tcp_server.h', |
1198 'browser/renderer_host/p2p/socket_host_udp.cc', | 1201 'browser/renderer_host/p2p/socket_host_udp.cc', |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1437 '../third_party/speex/speex.gyp:libspeex', | 1440 '../third_party/speex/speex.gyp:libspeex', |
1438 ], | 1441 ], |
1439 }], | 1442 }], |
1440 ['linux_use_libgps==1', { | 1443 ['linux_use_libgps==1', { |
1441 'dependencies': [ | 1444 'dependencies': [ |
1442 '../build/linux/system.gyp:libgps', | 1445 '../build/linux/system.gyp:libgps', |
1443 ], | 1446 ], |
1444 }], | 1447 }], |
1445 ], | 1448 ], |
1446 } | 1449 } |
OLD | NEW |