| 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',
|
|
|