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

Unified Diff: Source/modules/modules.gypi

Issue 340353006: [webcrypto] Replace KeyAlgorithm interfaces with an Object. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove const reference and make v8value a value Created 6 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/RsaKeyAlgorithm.idl ('k') | Source/platform/exported/WebCryptoKeyAlgorithm.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 b119085be59c91695bd7cb087fb3d2b14ff44353..8baafe0fb14d6d0af7708c7306fff672983305df 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -15,13 +15,8 @@
'modules_idl_files': [
'<@(extra_blink_module_idl_files)',
'battery/BatteryManager.idl',
- 'crypto/AesKeyAlgorithm.idl',
'crypto/Crypto.idl',
'crypto/CryptoKey.idl',
- 'crypto/HmacKeyAlgorithm.idl',
- 'crypto/KeyAlgorithm.idl',
- 'crypto/RsaHashedKeyAlgorithm.idl',
- 'crypto/RsaKeyAlgorithm.idl',
'crypto/SubtleCrypto.idl',
'device_light/DeviceLightEvent.idl',
'device_orientation/DeviceAcceleration.idl',
@@ -298,8 +293,6 @@
'battery/NavigatorBattery.h',
'beacon/NavigatorBeacon.cpp',
'beacon/NavigatorBeacon.h',
- 'crypto/AesKeyAlgorithm.cpp',
- 'crypto/AesKeyAlgorithm.h',
'crypto/Crypto.cpp',
'crypto/Crypto.h',
'crypto/CryptoKey.cpp',
@@ -308,16 +301,8 @@
'crypto/CryptoResultImpl.h',
'crypto/DOMWindowCrypto.cpp',
'crypto/DOMWindowCrypto.h',
- 'crypto/HmacKeyAlgorithm.cpp',
- 'crypto/HmacKeyAlgorithm.h',
- 'crypto/KeyAlgorithm.cpp',
- 'crypto/KeyAlgorithm.h',
'crypto/NormalizeAlgorithm.cpp',
'crypto/NormalizeAlgorithm.h',
- 'crypto/RsaHashedKeyAlgorithm.cpp',
- 'crypto/RsaHashedKeyAlgorithm.h',
- 'crypto/RsaKeyAlgorithm.cpp',
- 'crypto/RsaKeyAlgorithm.h',
'crypto/SubtleCrypto.cpp',
'crypto/SubtleCrypto.h',
'crypto/WorkerGlobalScopeCrypto.cpp',
« no previous file with comments | « Source/modules/crypto/RsaKeyAlgorithm.idl ('k') | Source/platform/exported/WebCryptoKeyAlgorithm.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698