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

Unified Diff: Source/modules/modules.gypi

Issue 23164012: WebCrypto: Remove support for multi-part operations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 872b0df2b099f03746a5b6a0365df25357656fef..99cf4f83ff37a6996e11fc9c52c101de9b6748de 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -14,7 +14,6 @@
'crypto/AesKeyGenParams.idl',
'crypto/Algorithm.idl',
'crypto/Crypto.idl',
- 'crypto/CryptoOperation.idl',
'crypto/HmacParams.idl',
'crypto/Key.idl',
'crypto/RsaKeyGenParams.idl',
@@ -213,16 +212,12 @@
'crypto/Algorithm.h',
'crypto/Crypto.cpp',
'crypto/Crypto.h',
- 'crypto/CryptoOperation.cpp',
- 'crypto/CryptoOperation.h',
'crypto/DOMWindowCrypto.cpp',
'crypto/DOMWindowCrypto.h',
'crypto/HmacParams.cpp',
'crypto/HmacParams.h',
'crypto/Key.cpp',
'crypto/Key.h',
- 'crypto/KeyOperation.cpp',
- 'crypto/KeyOperation.h',
'crypto/NormalizeAlgorithm.cpp',
'crypto/NormalizeAlgorithm.h',
'crypto/RsaKeyGenParams.cpp',

Powered by Google App Engine
This is Rietveld 408576698