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

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: 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 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 'browser/loader/stream_resource_handler.h', 592 'browser/loader/stream_resource_handler.h',
593 'browser/loader/sync_resource_handler.cc', 593 'browser/loader/sync_resource_handler.cc',
594 'browser/loader/sync_resource_handler.h', 594 'browser/loader/sync_resource_handler.h',
595 'browser/loader/throttling_resource_handler.cc', 595 'browser/loader/throttling_resource_handler.cc',
596 'browser/loader/throttling_resource_handler.h', 596 'browser/loader/throttling_resource_handler.h',
597 'browser/loader/transfer_navigation_resource_throttle.cc', 597 'browser/loader/transfer_navigation_resource_throttle.cc',
598 'browser/loader/transfer_navigation_resource_throttle.h', 598 'browser/loader/transfer_navigation_resource_throttle.h',
599 'browser/mach_broker_mac.mm', 599 'browser/mach_broker_mac.mm',
600 'browser/mach_broker_mac.h', 600 'browser/mach_broker_mac.h',
601 'browser/media_devices_monitor.cc', 601 'browser/media_devices_monitor.cc',
602 'browser/media/dtls_identity_store.cc',
603 'browser/media/dtls_identity_store.h',
602 'browser/media/media_internals.cc', 604 'browser/media/media_internals.cc',
603 'browser/media/media_internals.h', 605 'browser/media/media_internals.h',
604 'browser/media/media_internals_handler.cc', 606 'browser/media/media_internals_handler.cc',
605 'browser/media/media_internals_handler.h', 607 'browser/media/media_internals_handler.h',
606 'browser/media/media_internals_proxy.cc', 608 'browser/media/media_internals_proxy.cc',
607 'browser/media/media_internals_proxy.h', 609 'browser/media/media_internals_proxy.h',
608 'browser/media/media_internals_ui.cc', 610 'browser/media/media_internals_ui.cc',
609 'browser/media/media_internals_ui.h', 611 'browser/media/media_internals_ui.h',
610 'browser/media/webrtc_internals.cc', 612 'browser/media/webrtc_internals.cc',
611 'browser/media/webrtc_internals.h', 613 'browser/media/webrtc_internals.h',
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 '../sandbox/sandbox.gyp:sandbox', 1114 '../sandbox/sandbox.gyp:sandbox',
1113 ], 1115 ],
1114 }], 1116 }],
1115 ['OS!="android" and OS!="ios"', { 1117 ['OS!="android" and OS!="ios"', {
1116 'dependencies': [ 1118 'dependencies': [
1117 '../third_party/libyuv/libyuv.gyp:libyuv', 1119 '../third_party/libyuv/libyuv.gyp:libyuv',
1118 ], 1120 ],
1119 }], 1121 }],
1120 ['enable_webrtc==1', { 1122 ['enable_webrtc==1', {
1121 'sources': [ 1123 'sources': [
1124 'browser/renderer_host/media/dtls_identity_service_host.cc',
1125 'browser/renderer_host/media/dtls_identity_service_host.h',
1122 'browser/renderer_host/media/peer_connection_tracker_host.cc', 1126 'browser/renderer_host/media/peer_connection_tracker_host.cc',
1123 'browser/renderer_host/media/peer_connection_tracker_host.h', 1127 'browser/renderer_host/media/peer_connection_tracker_host.h',
1124 'browser/renderer_host/p2p/socket_host.cc', 1128 'browser/renderer_host/p2p/socket_host.cc',
1125 'browser/renderer_host/p2p/socket_host.h', 1129 'browser/renderer_host/p2p/socket_host.h',
1126 'browser/renderer_host/p2p/socket_host_tcp.cc', 1130 'browser/renderer_host/p2p/socket_host_tcp.cc',
1127 'browser/renderer_host/p2p/socket_host_tcp.h', 1131 'browser/renderer_host/p2p/socket_host_tcp.h',
1128 'browser/renderer_host/p2p/socket_host_tcp_server.cc', 1132 'browser/renderer_host/p2p/socket_host_tcp_server.cc',
1129 'browser/renderer_host/p2p/socket_host_tcp_server.h', 1133 'browser/renderer_host/p2p/socket_host_tcp_server.h',
1130 'browser/renderer_host/p2p/socket_host_udp.cc', 1134 'browser/renderer_host/p2p/socket_host_udp.cc',
1131 'browser/renderer_host/p2p/socket_host_udp.h', 1135 'browser/renderer_host/p2p/socket_host_udp.h',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 '../third_party/speex/speex.gyp:libspeex', 1364 '../third_party/speex/speex.gyp:libspeex',
1361 ], 1365 ],
1362 }], 1366 }],
1363 ['linux_use_libgps==1', { 1367 ['linux_use_libgps==1', {
1364 'dependencies': [ 1368 'dependencies': [
1365 '../build/linux/system.gyp:libgps', 1369 '../build/linux/system.gyp:libgps',
1366 ], 1370 ],
1367 }], 1371 }],
1368 ], 1372 ],
1369 } 1373 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698