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

Unified Diff: content/content_renderer.gypi

Issue 1311853005: RTCCertificate and RTCPeerConnection.generateCertificate added to JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Chromium implementation of Blink interfaces. Addressed comments. Created 5 years, 3 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 | « no previous file | content/renderer/media/peer_connection_identity_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 72e305519fa178cfb07357167a234c259d3f5d30..60cc2cbf06eef6ff8b84b434931f6ddcf095dd9c 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -630,6 +630,10 @@
'renderer/media/peer_connection_tracker.h',
'renderer/media/remote_media_stream_impl.cc',
'renderer/media/remote_media_stream_impl.h',
+ 'renderer/media/rtc_certificate.cc',
+ 'renderer/media/rtc_certificate.h',
+ 'renderer/media/rtc_certificate_generator.cc',
+ 'renderer/media/rtc_certificate_generator.h',
'renderer/media/rtc_data_channel_handler.cc',
'renderer/media/rtc_data_channel_handler.h',
'renderer/media/rtc_dtmf_sender_handler.cc',
« no previous file with comments | « no previous file | content/renderer/media/peer_connection_identity_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698