| Index: Source/modules/modules.gypi
 | 
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
 | 
| index 03edd014cc6d91c90c1677ad49d528d5c3901432..ab13bac4ef19f239174810c0b0c62eea3282a36c 100644
 | 
| --- a/Source/modules/modules.gypi
 | 
| +++ b/Source/modules/modules.gypi
 | 
| @@ -15,10 +15,11 @@
 | 
|        'crypto/Algorithm.idl',
 | 
|        'crypto/Crypto.idl',
 | 
|        'crypto/CryptoOperation.idl',
 | 
| +      'crypto/Key.idl',
 | 
|        'crypto/SubtleCrypto.idl',
 | 
|        'crypto/WindowCrypto.idl',
 | 
| -      'crypto/WorkerGlobalScopeCrypto.idl',
 | 
|        'crypto/WorkerCrypto.idl',
 | 
| +      'crypto/WorkerGlobalScopeCrypto.idl',
 | 
|        'device_orientation/DeviceAcceleration.idl',
 | 
|        'device_orientation/DeviceMotionEvent.idl',
 | 
|        'device_orientation/DeviceRotationRate.idl',
 | 
| @@ -207,14 +208,16 @@
 | 
|        'crypto/CryptoOperation.h',
 | 
|        'crypto/DOMWindowCrypto.cpp',
 | 
|        'crypto/DOMWindowCrypto.h',
 | 
| +      'crypto/Key.cpp',
 | 
| +      'crypto/Key.h',
 | 
|        'crypto/NormalizeAlgorithm.cpp',
 | 
|        'crypto/NormalizeAlgorithm.h',
 | 
|        'crypto/SubtleCrypto.cpp',
 | 
|        'crypto/SubtleCrypto.h',
 | 
| -      'crypto/WorkerGlobalScopeCrypto.cpp',
 | 
| -      'crypto/WorkerGlobalScopeCrypto.h',
 | 
|        'crypto/WorkerCrypto.cpp',
 | 
|        'crypto/WorkerCrypto.h',
 | 
| +      'crypto/WorkerGlobalScopeCrypto.cpp',
 | 
| +      'crypto/WorkerGlobalScopeCrypto.h',
 | 
|        'device_orientation/DeviceAcceleration.cpp',
 | 
|        'device_orientation/DeviceAcceleration.h',
 | 
|        'device_orientation/DeviceMotionClient.h',
 | 
| 
 |