| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index cd2e5212032ff681b7232a4021d3966243699c7c..5aac923de719e2db4f2581254139c71a3c0b5d3c 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -20,6 +20,7 @@
|
| 'crypto/RsaHashedKeyAlgorithm.idl',
|
| 'crypto/RsaKeyAlgorithm.idl',
|
| 'crypto/SubtleCrypto.idl',
|
| + 'device_light/DeviceLightEvent.idl',
|
| 'device_orientation/DeviceAcceleration.idl',
|
| 'device_orientation/DeviceMotionEvent.idl',
|
| 'device_orientation/DeviceOrientationEvent.idl',
|
| @@ -190,6 +191,7 @@
|
| 'battery/NavigatorBattery.idl',
|
| 'crypto/WindowCrypto.idl',
|
| 'crypto/WorkerGlobalScopeCrypto.idl',
|
| + 'device_light/WindowDeviceLight.idl',
|
| 'device_orientation/WindowDeviceMotion.idl',
|
| 'device_orientation/WindowDeviceOrientation.idl',
|
| 'donottrack/NavigatorDoNotTrack.idl',
|
| @@ -226,6 +228,7 @@
|
| ],
|
| # interfaces that inherit from Event
|
| 'modules_event_idl_files': [
|
| + 'device_light/DeviceLightEvent.idl',
|
| 'device_orientation/DeviceMotionEvent.idl',
|
| 'device_orientation/DeviceOrientationEvent.idl',
|
| 'encryptedmedia/MediaKeyMessageEvent.idl',
|
| @@ -285,6 +288,12 @@
|
| 'crypto/SubtleCrypto.h',
|
| 'crypto/WorkerGlobalScopeCrypto.cpp',
|
| 'crypto/WorkerGlobalScopeCrypto.h',
|
| + 'device_light/DeviceLightController.cpp',
|
| + 'device_light/DeviceLightController.h',
|
| + 'device_light/DeviceLightDispatcher.cpp',
|
| + 'device_light/DeviceLightDispatcher.h',
|
| + 'device_light/DeviceLightEvent.cpp',
|
| + 'device_light/DeviceLightEvent.h',
|
| 'device_orientation/DeviceAcceleration.cpp',
|
| 'device_orientation/DeviceAcceleration.h',
|
| 'device_orientation/DeviceMotionController.cpp',
|
|
|