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

Unified Diff: third_party/WebKit/public/blink_headers.gypi

Issue 1373023002: RTCCertificate, RTCPeerConnection.generateCertificate (WebRTC JavaScript) added. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make trybots compile (WebRTCCertificate not including wtf/Noncopyable) Created 5 years, 2 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 a95806803cdb18cd4afd5944ee3ceb908ede3c51..e3825e79b178f5d5efb33a783f3fa94ab82c88e9 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/WebRTCKeyParams.h",
"platform/WebRTCOfferOptions.h",
"platform/WebRTCPeerConnectionHandler.h",
"platform/WebRTCPeerConnectionHandlerClient.h",

Powered by Google App Engine
This is Rietveld 408576698