Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Side by Side Diff: content/content_browser.gypi

Issue 15969025: Generates the DTLS identity in browser process and returns it to render process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 'browser/loader/stream_resource_handler.h', 643 'browser/loader/stream_resource_handler.h',
644 'browser/loader/sync_resource_handler.cc', 644 'browser/loader/sync_resource_handler.cc',
645 'browser/loader/sync_resource_handler.h', 645 'browser/loader/sync_resource_handler.h',
646 'browser/loader/throttling_resource_handler.cc', 646 'browser/loader/throttling_resource_handler.cc',
647 'browser/loader/throttling_resource_handler.h', 647 'browser/loader/throttling_resource_handler.h',
648 'browser/loader/transfer_navigation_resource_throttle.cc', 648 'browser/loader/transfer_navigation_resource_throttle.cc',
649 'browser/loader/transfer_navigation_resource_throttle.h', 649 'browser/loader/transfer_navigation_resource_throttle.h',
650 'browser/mach_broker_mac.mm', 650 'browser/mach_broker_mac.mm',
651 'browser/mach_broker_mac.h', 651 'browser/mach_broker_mac.h',
652 'browser/media_devices_monitor.cc', 652 'browser/media_devices_monitor.cc',
653 'browser/media/dtls_identity_store.cc',
654 'browser/media/dtls_identity_store.h',
653 'browser/media/media_internals.cc', 655 'browser/media/media_internals.cc',
654 'browser/media/media_internals.h', 656 'browser/media/media_internals.h',
655 'browser/media/media_internals_handler.cc', 657 'browser/media/media_internals_handler.cc',
656 'browser/media/media_internals_handler.h', 658 'browser/media/media_internals_handler.h',
657 'browser/media/media_internals_proxy.cc', 659 'browser/media/media_internals_proxy.cc',
658 'browser/media/media_internals_proxy.h', 660 'browser/media/media_internals_proxy.h',
659 'browser/media/media_internals_ui.cc', 661 'browser/media/media_internals_ui.cc',
660 'browser/media/media_internals_ui.h', 662 'browser/media/media_internals_ui.h',
661 'browser/media/webrtc_internals.cc', 663 'browser/media/webrtc_internals.cc',
662 'browser/media/webrtc_internals.h', 664 'browser/media/webrtc_internals.h',
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
1165 '../sandbox/sandbox.gyp:sandbox', 1167 '../sandbox/sandbox.gyp:sandbox',
1166 ], 1168 ],
1167 }], 1169 }],
1168 ['OS!="android" and OS!="ios"', { 1170 ['OS!="android" and OS!="ios"', {
1169 'dependencies': [ 1171 'dependencies': [
1170 '../third_party/libyuv/libyuv.gyp:libyuv', 1172 '../third_party/libyuv/libyuv.gyp:libyuv',
1171 ], 1173 ],
1172 }], 1174 }],
1173 ['enable_webrtc==1', { 1175 ['enable_webrtc==1', {
1174 'sources': [ 1176 'sources': [
1177 'browser/renderer_host/media/dtls_identity_service_host.cc',
1178 'browser/renderer_host/media/dtls_identity_service_host.h',
1175 'browser/renderer_host/media/peer_connection_tracker_host.cc', 1179 'browser/renderer_host/media/peer_connection_tracker_host.cc',
1176 'browser/renderer_host/media/peer_connection_tracker_host.h', 1180 'browser/renderer_host/media/peer_connection_tracker_host.h',
1177 'browser/renderer_host/p2p/socket_host.cc', 1181 'browser/renderer_host/p2p/socket_host.cc',
1178 'browser/renderer_host/p2p/socket_host.h', 1182 'browser/renderer_host/p2p/socket_host.h',
1179 'browser/renderer_host/p2p/socket_host_tcp.cc', 1183 'browser/renderer_host/p2p/socket_host_tcp.cc',
1180 'browser/renderer_host/p2p/socket_host_tcp.h', 1184 'browser/renderer_host/p2p/socket_host_tcp.h',
1181 'browser/renderer_host/p2p/socket_host_tcp_server.cc', 1185 'browser/renderer_host/p2p/socket_host_tcp_server.cc',
1182 'browser/renderer_host/p2p/socket_host_tcp_server.h', 1186 'browser/renderer_host/p2p/socket_host_tcp_server.h',
1183 'browser/renderer_host/p2p/socket_host_udp.cc', 1187 'browser/renderer_host/p2p/socket_host_udp.cc',
1184 'browser/renderer_host/p2p/socket_host_udp.h', 1188 'browser/renderer_host/p2p/socket_host_udp.h',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1413 '../third_party/speex/speex.gyp:libspeex', 1417 '../third_party/speex/speex.gyp:libspeex',
1414 ], 1418 ],
1415 }], 1419 }],
1416 ['linux_use_libgps==1', { 1420 ['linux_use_libgps==1', {
1417 'dependencies': [ 1421 'dependencies': [
1418 '../build/linux/system.gyp:libgps', 1422 '../build/linux/system.gyp:libgps',
1419 ], 1423 ],
1420 }], 1424 }],
1421 ], 1425 ],
1422 } 1426 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698