Index: Source/modules/modules.gypi |
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
index 0dabcb726e4b21a38dbafa0344afbb5945e486ad..0360974debb194bf9ab2ff160fc556d79c3b33ec 100644 |
--- a/Source/modules/modules.gypi |
+++ b/Source/modules/modules.gypi |
@@ -11,7 +11,9 @@ |
'modules_idl_files': [ |
'crypto/Crypto.idl', |
'crypto/DOMWindowCrypto.idl', |
+ 'crypto/RandomSource.idl', |
'crypto/SubtleCrypto.idl', |
+ 'crypto/WorkerContextCrypto.idl', |
'device_orientation/DeviceAcceleration.idl', |
'device_orientation/DeviceMotionEvent.idl', |
'device_orientation/DeviceRotationRate.idl', |
@@ -187,8 +189,12 @@ |
'crypto/Crypto.h', |
'crypto/DOMWindowCrypto.cpp', |
'crypto/DOMWindowCrypto.h', |
+ 'crypto/RandomSource.cpp', |
+ 'crypto/RandomSource.h', |
'crypto/SubtleCrypto.cpp', |
'crypto/SubtleCrypto.h', |
+ 'crypto/WorkerContextCrypto.cpp', |
+ 'crypto/WorkerContextCrypto.h', |
'device_orientation/DeviceAcceleration.cpp', |
'device_orientation/DeviceAcceleration.h', |
'device_orientation/DeviceMotionClient.h', |