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

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
« no previous file with comments | « content/common/media/webrtc_identity_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 6e744f694469456886b8e5ff434d249f1937ef66..31babc721c1672b384fae6f33008df757988503d 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -664,6 +664,8 @@
'browser/media/media_internals_proxy.h',
'browser/media/media_internals_ui.cc',
'browser/media/media_internals_ui.h',
+ 'browser/media/webrtc_identity_store.cc',
+ 'browser/media/webrtc_identity_store.h',
'browser/media/webrtc_internals.cc',
'browser/media/webrtc_internals.h',
'browser/media/webrtc_internals_message_handler.cc',
@@ -1201,6 +1203,8 @@
'sources': [
'browser/renderer_host/media/peer_connection_tracker_host.cc',
'browser/renderer_host/media/peer_connection_tracker_host.h',
+ 'browser/renderer_host/media/webrtc_identity_service_host.cc',
+ 'browser/renderer_host/media/webrtc_identity_service_host.h',
'browser/renderer_host/p2p/socket_host.cc',
'browser/renderer_host/p2p/socket_host.h',
'browser/renderer_host/p2p/socket_host_tcp.cc',
« no previous file with comments | « content/common/media/webrtc_identity_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698