| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 028f1270654cb5b96a30f9acb26e4c4b59aa247f..57a702c4b0add4011feb120c7b18b2e5924cb251 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -13,6 +13,8 @@
|
| 'crypto/Crypto.idl',
|
| 'crypto/DOMWindowCrypto.idl',
|
| 'crypto/SubtleCrypto.idl',
|
| + 'crypto/WorkerContextCrypto.idl',
|
| + 'crypto/WorkerCrypto.idl',
|
| 'device_orientation/DeviceAcceleration.idl',
|
| 'device_orientation/DeviceMotionEvent.idl',
|
| 'device_orientation/DeviceRotationRate.idl',
|
| @@ -193,6 +195,10 @@
|
| 'crypto/DOMWindowCrypto.h',
|
| 'crypto/SubtleCrypto.cpp',
|
| 'crypto/SubtleCrypto.h',
|
| + 'crypto/WorkerContextCrypto.cpp',
|
| + 'crypto/WorkerContextCrypto.h',
|
| + 'crypto/WorkerCrypto.cpp',
|
| + 'crypto/WorkerCrypto.h',
|
| 'device_orientation/DeviceAcceleration.cpp',
|
| 'device_orientation/DeviceAcceleration.h',
|
| 'device_orientation/DeviceMotionClient.h',
|
|
|