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

Unified Diff: Source/modules/modules.gypi

Issue 23617006: WebCrypto: Add the KeyPair interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase onto master Created 7 years, 4 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
« no previous file with comments | « Source/modules/crypto/KeyPair.idl ('k') | Source/testing/runner/MockWebCrypto.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index f161e3444168fd59546bebb25a2b95f67dc06309..463abbb62662e4822cda8087edb7bd71e4507ad2 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -17,6 +17,7 @@
'crypto/HmacKeyParams.idl',
'crypto/HmacParams.idl',
'crypto/Key.idl',
+ 'crypto/KeyPair.idl',
'crypto/RsaKeyGenParams.idl',
'crypto/RsaSsaParams.idl',
'crypto/SubtleCrypto.idl',
@@ -224,6 +225,8 @@
'crypto/HmacParams.h',
'crypto/Key.cpp',
'crypto/Key.h',
+ 'crypto/KeyPair.cpp',
+ 'crypto/KeyPair.h',
'crypto/NormalizeAlgorithm.cpp',
'crypto/NormalizeAlgorithm.h',
'crypto/RsaKeyGenParams.cpp',
« no previous file with comments | « Source/modules/crypto/KeyPair.idl ('k') | Source/testing/runner/MockWebCrypto.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698