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

Unified Diff: public/BUILD.gn

Issue 1311853005: RTCCertificate and RTCPeerConnection.generateCertificate added to JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed jochen's 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: public/BUILD.gn
diff --git a/public/BUILD.gn b/public/BUILD.gn
index 5654be6d276fd4ad8db68876e7dfa6db1dc06121..fd58e4ecca26b33727a2ef4d11fd0295eeea8dd6 100644
--- a/public/BUILD.gn
+++ b/public/BUILD.gn
@@ -365,6 +365,9 @@ source_set("blink_headers") {
"platform/WebFileInfo.h",
"platform/WebMediaKeySystemConfiguration.h",
"platform/WebPublicSuffixList.h",
+ "platform/WebRTCCertificate.h",
+ "platform/WebRTCCertificateGenerator.h",
+ "platform/WebRTCKeyType.h",
"platform/WebRTCPeerConnectionHandler.h",
"platform/WebCryptoAlgorithmParams.h",
"platform/WebSuspendableTask.h",

Powered by Google App Engine
This is Rietveld 408576698