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

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: rebase onto master Created 6 years, 6 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: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index c03c7b011aaa93e684d35d4e893ccff439339798..64856f8419a3a691b0604aa64b1d561ceac770fc 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',
@@ -296,8 +291,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',
@@ -306,16 +299,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',

Powered by Google App Engine
This is Rietveld 408576698