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

Unified Diff: Source/modules/modules.gypi

Issue 21759002: WebCrypto: Add algorithm normalization rules for RSASSA-PKCS1-v1_5. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase onto master Created 7 years, 5 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/RsaSsaParams.idl ('k') | public/platform/WebCryptoAlgorithm.h » ('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 bf4083c31ec82f603a9c8c67866ff889b9b41166..4ad70da0c12f73e4f736ee9e5997d0e3a597b828 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -17,6 +17,8 @@
'crypto/CryptoOperation.idl',
'crypto/HmacParams.idl',
'crypto/Key.idl',
+ 'crypto/RsaKeyGenParams.idl',
+ 'crypto/RsaSsaParams.idl',
'crypto/SubtleCrypto.idl',
'crypto/WorkerCrypto.idl',
'device_orientation/DeviceAcceleration.idl',
@@ -224,6 +226,10 @@
'crypto/KeyOperation.h',
'crypto/NormalizeAlgorithm.cpp',
'crypto/NormalizeAlgorithm.h',
+ 'crypto/RsaKeyGenParams.cpp',
+ 'crypto/RsaKeyGenParams.h',
+ 'crypto/RsaSsaParams.cpp',
+ 'crypto/RsaSsaParams.h',
'crypto/SubtleCrypto.cpp',
'crypto/SubtleCrypto.h',
'crypto/WorkerCrypto.cpp',
« no previous file with comments | « Source/modules/crypto/RsaSsaParams.idl ('k') | public/platform/WebCryptoAlgorithm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698