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

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: Sync to tot 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
« no previous file with comments | « Source/modules/crypto/SubtleCrypto.idl ('k') | Source/testing/runner/MockWebCrypto.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 848cb27eb9786914d41ca412497d7404cca44eb5..65dc3472ff82d3d0e1c419196a34a7e65be50e11 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',
@@ -214,16 +213,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',
« no previous file with comments | « Source/modules/crypto/SubtleCrypto.idl ('k') | Source/testing/runner/MockWebCrypto.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698