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

Unified Diff: third_party/WebKit/public/blink_headers.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/public/blink_headers.gypi
diff --git a/third_party/WebKit/public/blink_headers.gypi b/third_party/WebKit/public/blink_headers.gypi
index d933df1fcb1f6f7dc854611951203a759162f98b..5e581e39e43d136420c9686904a24f67087fc8ba 100644
--- a/third_party/WebKit/public/blink_headers.gypi
+++ b/third_party/WebKit/public/blink_headers.gypi
@@ -166,6 +166,8 @@
"platform/WebPrivatePtr.h",
"platform/WebProcessMemoryDump.h",
"platform/WebPublicSuffixList.h",
+ "platform/WebRTCCertificate.h",
+ "platform/WebRTCCertificateGenerator.h",
"platform/WebRTCConfiguration.h",
"platform/WebRTCDTMFSenderHandler.h",
"platform/WebRTCDTMFSenderHandlerClient.h",
@@ -173,6 +175,7 @@
"platform/WebRTCDataChannelHandlerClient.h",
"platform/WebRTCDataChannelInit.h",
"platform/WebRTCICECandidate.h",
+ "platform/WebRTCKeyType.h",
"platform/WebRTCOfferOptions.h",
"platform/WebRTCPeerConnectionHandler.h",
"platform/WebRTCPeerConnectionHandlerClient.h",
« no previous file with comments | « third_party/WebKit/Source/platform/mediastream/RTCConfiguration.h ('k') | third_party/WebKit/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698