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 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
641 'browser/loader/stream_resource_handler.h', | 641 'browser/loader/stream_resource_handler.h', |
642 'browser/loader/sync_resource_handler.cc', | 642 'browser/loader/sync_resource_handler.cc', |
643 'browser/loader/sync_resource_handler.h', | 643 'browser/loader/sync_resource_handler.h', |
644 'browser/loader/throttling_resource_handler.cc', | 644 'browser/loader/throttling_resource_handler.cc', |
645 'browser/loader/throttling_resource_handler.h', | 645 'browser/loader/throttling_resource_handler.h', |
646 'browser/loader/transfer_navigation_resource_throttle.cc', | 646 'browser/loader/transfer_navigation_resource_throttle.cc', |
647 'browser/loader/transfer_navigation_resource_throttle.h', | 647 'browser/loader/transfer_navigation_resource_throttle.h', |
648 'browser/mach_broker_mac.mm', | 648 'browser/mach_broker_mac.mm', |
649 'browser/mach_broker_mac.h', | 649 'browser/mach_broker_mac.h', |
650 'browser/media_devices_monitor.cc', | 650 'browser/media_devices_monitor.cc', |
| 651 'browser/media/dtls_identity_store.cc', |
| 652 'browser/media/dtls_identity_store.h', |
651 'browser/media/media_internals.cc', | 653 'browser/media/media_internals.cc', |
652 'browser/media/media_internals.h', | 654 'browser/media/media_internals.h', |
653 'browser/media/media_internals_handler.cc', | 655 'browser/media/media_internals_handler.cc', |
654 'browser/media/media_internals_handler.h', | 656 'browser/media/media_internals_handler.h', |
655 'browser/media/media_internals_proxy.cc', | 657 'browser/media/media_internals_proxy.cc', |
656 'browser/media/media_internals_proxy.h', | 658 'browser/media/media_internals_proxy.h', |
657 'browser/media/media_internals_ui.cc', | 659 'browser/media/media_internals_ui.cc', |
658 'browser/media/media_internals_ui.h', | 660 'browser/media/media_internals_ui.h', |
659 'browser/media/webrtc_internals.cc', | 661 'browser/media/webrtc_internals.cc', |
660 'browser/media/webrtc_internals.h', | 662 'browser/media/webrtc_internals.h', |
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1167 '../sandbox/sandbox.gyp:sandbox', | 1169 '../sandbox/sandbox.gyp:sandbox', |
1168 ], | 1170 ], |
1169 }], | 1171 }], |
1170 ['OS!="android" and OS!="ios"', { | 1172 ['OS!="android" and OS!="ios"', { |
1171 'dependencies': [ | 1173 'dependencies': [ |
1172 '../third_party/libyuv/libyuv.gyp:libyuv', | 1174 '../third_party/libyuv/libyuv.gyp:libyuv', |
1173 ], | 1175 ], |
1174 }], | 1176 }], |
1175 ['enable_webrtc==1', { | 1177 ['enable_webrtc==1', { |
1176 'sources': [ | 1178 'sources': [ |
| 1179 'browser/renderer_host/media/dtls_identity_service_host.cc', |
| 1180 'browser/renderer_host/media/dtls_identity_service_host.h', |
1177 'browser/renderer_host/media/peer_connection_tracker_host.cc', | 1181 'browser/renderer_host/media/peer_connection_tracker_host.cc', |
1178 'browser/renderer_host/media/peer_connection_tracker_host.h', | 1182 'browser/renderer_host/media/peer_connection_tracker_host.h', |
1179 'browser/renderer_host/p2p/socket_host.cc', | 1183 'browser/renderer_host/p2p/socket_host.cc', |
1180 'browser/renderer_host/p2p/socket_host.h', | 1184 'browser/renderer_host/p2p/socket_host.h', |
1181 'browser/renderer_host/p2p/socket_host_tcp.cc', | 1185 'browser/renderer_host/p2p/socket_host_tcp.cc', |
1182 'browser/renderer_host/p2p/socket_host_tcp.h', | 1186 'browser/renderer_host/p2p/socket_host_tcp.h', |
1183 'browser/renderer_host/p2p/socket_host_tcp_server.cc', | 1187 'browser/renderer_host/p2p/socket_host_tcp_server.cc', |
1184 'browser/renderer_host/p2p/socket_host_tcp_server.h', | 1188 'browser/renderer_host/p2p/socket_host_tcp_server.h', |
1185 'browser/renderer_host/p2p/socket_host_udp.cc', | 1189 'browser/renderer_host/p2p/socket_host_udp.cc', |
1186 'browser/renderer_host/p2p/socket_host_udp.h', | 1190 'browser/renderer_host/p2p/socket_host_udp.h', |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1422 '../third_party/speex/speex.gyp:libspeex', | 1426 '../third_party/speex/speex.gyp:libspeex', |
1423 ], | 1427 ], |
1424 }], | 1428 }], |
1425 ['linux_use_libgps==1', { | 1429 ['linux_use_libgps==1', { |
1426 'dependencies': [ | 1430 'dependencies': [ |
1427 '../build/linux/system.gyp:libgps', | 1431 '../build/linux/system.gyp:libgps', |
1428 ], | 1432 ], |
1429 }], | 1433 }], |
1430 ], | 1434 ], |
1431 } | 1435 } |
OLD | NEW |