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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index d7b81c0884c4a01fd72c5afa8fd7a3e4aa06e543..dd4a3a764e3783c86569716079dda4e66024eb32 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -599,6 +599,8 @@
'browser/mach_broker_mac.mm',
'browser/mach_broker_mac.h',
'browser/media_devices_monitor.cc',
+ 'browser/media/dtls_identity_store.cc',
+ 'browser/media/dtls_identity_store.h',
'browser/media/media_internals.cc',
'browser/media/media_internals.h',
'browser/media/media_internals_handler.cc',
@@ -1119,6 +1121,8 @@
}],
['enable_webrtc==1', {
'sources': [
+ 'browser/renderer_host/media/dtls_identity_service_host.cc',
+ 'browser/renderer_host/media/dtls_identity_service_host.h',
'browser/renderer_host/media/peer_connection_tracker_host.cc',
'browser/renderer_host/media/peer_connection_tracker_host.h',
'browser/renderer_host/p2p/socket_host.cc',

Powered by Google App Engine
This is Rietveld 408576698