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

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, 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 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 7108227b3fb177c3f7c0b59548ef33bb89becfea..b270ab9da48062e644fd72882248d866bc91532c 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -653,6 +653,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',
@@ -1183,6 +1185,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