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