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

Unified Diff: 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: Merge with master 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: public/blink_headers.gypi
diff --git a/public/blink_headers.gypi b/public/blink_headers.gypi
index e85ffbf9b783a18c3ac9af7a23e5558cb3191b5d..0803cbfc7decdad7a7fff1ed366c4f9140557539 100644
--- a/public/blink_headers.gypi
+++ b/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",

Powered by Google App Engine
This is Rietveld 408576698