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

Unified Diff: third_party/WebKit/Source/modules/modules.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
Index: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index bf240442ad94f75313da2f8e385174310035f3c0..8a6b3aa4df2fe98fb02e6c9c3cfa9628e44f10a9 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -125,6 +125,7 @@
'mediastream/NavigatorUserMediaError.idl',
'mediastream/NavigatorUserMediaErrorCallback.idl',
'mediastream/NavigatorUserMediaSuccessCallback.idl',
+ 'mediastream/RTCCertificate.idl',
'mediastream/RTCDTMFSender.idl',
'mediastream/RTCDTMFToneChangeEvent.idl',
'mediastream/RTCDataChannel.idl',
@@ -1148,6 +1149,8 @@
'mediastream/NavigatorUserMediaError.h',
'mediastream/NavigatorUserMediaErrorCallback.h',
'mediastream/NavigatorUserMediaSuccessCallback.h',
+ 'mediastream/RTCCertificate.cpp',
+ 'mediastream/RTCCertificate.h',
'mediastream/RTCDTMFSender.cpp',
'mediastream/RTCDTMFSender.h',
'mediastream/RTCDTMFToneChangeEvent.cpp',

Powered by Google App Engine
This is Rietveld 408576698