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

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: 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 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 77a27a60b13e2210a34f66e24869ba0e924c8356..157c371774d1ddab00942dd01af9440e9e80a099 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -650,6 +650,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',
@@ -1172,6 +1174,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