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

Unified Diff: Source/modules/modules.gypi

Issue 144093009: [webcrypto] Remove code supporting Key.algorithm. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 11 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') | no next file » | 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 4eab0ac4cf824086c276d7189a848f54affc7ad0..c37cee9ada6cc4c2cd59e8211122791a96b60e76 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -10,17 +10,10 @@
# Files for which bindings (.cpp and .h files) will be generated
'modules_idl_files': [
'<@(extra_blink_module_idl_files)',
- 'crypto/AesCbcParams.idl',
- 'crypto/AesCtrParams.idl',
- 'crypto/AesKeyGenParams.idl',
'crypto/Algorithm.idl',
'crypto/Crypto.idl',
- 'crypto/HmacKeyParams.idl',
- 'crypto/HmacParams.idl',
'crypto/Key.idl',
'crypto/KeyPair.idl',
- 'crypto/RsaKeyGenParams.idl',
- 'crypto/RsaSsaParams.idl',
'crypto/SubtleCrypto.idl',
'crypto/WorkerCrypto.idl',
'device_orientation/DeviceAcceleration.idl',
@@ -215,12 +208,6 @@
],
'modules_files': [
'<@(extra_blink_module_files)',
- 'crypto/AesCbcParams.cpp',
- 'crypto/AesCbcParams.h',
- 'crypto/AesCtrParams.cpp',
- 'crypto/AesCtrParams.h',
- 'crypto/AesKeyGenParams.cpp',
- 'crypto/AesKeyGenParams.h',
'crypto/Algorithm.cpp',
'crypto/Algorithm.h',
'crypto/Crypto.cpp',
@@ -229,20 +216,12 @@
'crypto/CryptoResultImpl.h',
'crypto/DOMWindowCrypto.cpp',
'crypto/DOMWindowCrypto.h',
- 'crypto/HmacKeyParams.cpp',
- 'crypto/HmacKeyParams.h',
- 'crypto/HmacParams.cpp',
- 'crypto/HmacParams.h',
'crypto/Key.cpp',
'crypto/Key.h',
'crypto/KeyPair.cpp',
'crypto/KeyPair.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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698