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 635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
646 'browser/loader/stream_resource_handler.h', | 646 'browser/loader/stream_resource_handler.h', |
647 'browser/loader/sync_resource_handler.cc', | 647 'browser/loader/sync_resource_handler.cc', |
648 'browser/loader/sync_resource_handler.h', | 648 'browser/loader/sync_resource_handler.h', |
649 'browser/loader/throttling_resource_handler.cc', | 649 'browser/loader/throttling_resource_handler.cc', |
650 'browser/loader/throttling_resource_handler.h', | 650 'browser/loader/throttling_resource_handler.h', |
651 'browser/loader/transfer_navigation_resource_throttle.cc', | 651 'browser/loader/transfer_navigation_resource_throttle.cc', |
652 'browser/loader/transfer_navigation_resource_throttle.h', | 652 'browser/loader/transfer_navigation_resource_throttle.h', |
653 'browser/mach_broker_mac.mm', | 653 'browser/mach_broker_mac.mm', |
654 'browser/mach_broker_mac.h', | 654 'browser/mach_broker_mac.h', |
655 'browser/media_devices_monitor.cc', | 655 'browser/media_devices_monitor.cc', |
| 656 'browser/media/dtls_identity_store.cc', |
| 657 'browser/media/dtls_identity_store.h', |
656 'browser/media/media_internals.cc', | 658 'browser/media/media_internals.cc', |
657 'browser/media/media_internals.h', | 659 'browser/media/media_internals.h', |
658 'browser/media/media_internals_handler.cc', | 660 'browser/media/media_internals_handler.cc', |
659 'browser/media/media_internals_handler.h', | 661 'browser/media/media_internals_handler.h', |
660 'browser/media/media_internals_proxy.cc', | 662 'browser/media/media_internals_proxy.cc', |
661 'browser/media/media_internals_proxy.h', | 663 'browser/media/media_internals_proxy.h', |
662 'browser/media/media_internals_ui.cc', | 664 'browser/media/media_internals_ui.cc', |
663 'browser/media/media_internals_ui.h', | 665 'browser/media/media_internals_ui.h', |
664 'browser/media/webrtc_internals.cc', | 666 'browser/media/webrtc_internals.cc', |
665 'browser/media/webrtc_internals.h', | 667 'browser/media/webrtc_internals.h', |
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1176 '../sandbox/sandbox.gyp:sandbox', | 1178 '../sandbox/sandbox.gyp:sandbox', |
1177 ], | 1179 ], |
1178 }], | 1180 }], |
1179 ['OS!="android" and OS!="ios"', { | 1181 ['OS!="android" and OS!="ios"', { |
1180 'dependencies': [ | 1182 'dependencies': [ |
1181 '../third_party/libyuv/libyuv.gyp:libyuv', | 1183 '../third_party/libyuv/libyuv.gyp:libyuv', |
1182 ], | 1184 ], |
1183 }], | 1185 }], |
1184 ['enable_webrtc==1', { | 1186 ['enable_webrtc==1', { |
1185 'sources': [ | 1187 'sources': [ |
| 1188 'browser/renderer_host/media/dtls_identity_service_host.cc', |
| 1189 'browser/renderer_host/media/dtls_identity_service_host.h', |
1186 'browser/renderer_host/media/peer_connection_tracker_host.cc', | 1190 'browser/renderer_host/media/peer_connection_tracker_host.cc', |
1187 'browser/renderer_host/media/peer_connection_tracker_host.h', | 1191 'browser/renderer_host/media/peer_connection_tracker_host.h', |
1188 'browser/renderer_host/p2p/socket_host.cc', | 1192 'browser/renderer_host/p2p/socket_host.cc', |
1189 'browser/renderer_host/p2p/socket_host.h', | 1193 'browser/renderer_host/p2p/socket_host.h', |
1190 'browser/renderer_host/p2p/socket_host_tcp.cc', | 1194 'browser/renderer_host/p2p/socket_host_tcp.cc', |
1191 'browser/renderer_host/p2p/socket_host_tcp.h', | 1195 'browser/renderer_host/p2p/socket_host_tcp.h', |
1192 'browser/renderer_host/p2p/socket_host_tcp_server.cc', | 1196 'browser/renderer_host/p2p/socket_host_tcp_server.cc', |
1193 'browser/renderer_host/p2p/socket_host_tcp_server.h', | 1197 'browser/renderer_host/p2p/socket_host_tcp_server.h', |
1194 'browser/renderer_host/p2p/socket_host_udp.cc', | 1198 'browser/renderer_host/p2p/socket_host_udp.cc', |
1195 'browser/renderer_host/p2p/socket_host_udp.h', | 1199 'browser/renderer_host/p2p/socket_host_udp.h', |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1433 '../third_party/speex/speex.gyp:libspeex', | 1437 '../third_party/speex/speex.gyp:libspeex', |
1434 ], | 1438 ], |
1435 }], | 1439 }], |
1436 ['linux_use_libgps==1', { | 1440 ['linux_use_libgps==1', { |
1437 'dependencies': [ | 1441 'dependencies': [ |
1438 '../build/linux/system.gyp:libgps', | 1442 '../build/linux/system.gyp:libgps', |
1439 ], | 1443 ], |
1440 }], | 1444 }], |
1441 ], | 1445 ], |
1442 } | 1446 } |
OLD | NEW |