Index: Source/modules/modules.gypi |
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
index dd6678e3f194f480e569879b82c6a6d2ac865099..7e1078ee554b065d5de10e43345690d544d218cd 100644 |
--- a/Source/modules/modules.gypi |
+++ b/Source/modules/modules.gypi |
@@ -20,6 +20,7 @@ |
'crypto/RsaKeyAlgorithm.idl', |
'crypto/SubtleCrypto.idl', |
'crypto/WorkerCrypto.idl', |
+ 'device_light/DeviceLightEvent.idl', |
'device_orientation/DeviceAcceleration.idl', |
'device_orientation/DeviceMotionEvent.idl', |
'device_orientation/DeviceOrientationEvent.idl', |
@@ -250,6 +251,12 @@ |
'crypto/WorkerCrypto.h', |
'crypto/WorkerGlobalScopeCrypto.cpp', |
'crypto/WorkerGlobalScopeCrypto.h', |
+ 'device_light/DeviceLightController.h', |
+ 'device_light/DeviceLightController.cpp', |
+ 'device_light/DeviceLightEvent.cpp', |
+ 'device_light/DeviceLightEvent.h', |
+ 'device_light/DeviceLightDispatcher.cpp', |
+ 'device_light/DeviceLightDispatcher.h', |
'device_orientation/DeviceAcceleration.cpp', |
'device_orientation/DeviceAcceleration.h', |
'device_orientation/DeviceMotionController.cpp', |