| Index: third_party/WebKit/Source/modules/modules.gypi
|
| diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
|
| index faaf3a768184aeb3de3685f66c1aa120de5cb759..f33667e1708ebf65bf09926e17b6f9f80cb8d74e 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -182,6 +182,12 @@
|
| 'remoteplayback/RemotePlayback.idl',
|
| 'remoteplayback/RemotePlaybackAvailability.idl',
|
| 'screen_orientation/ScreenOrientation.idl',
|
| + 'sensor/AmbientLightSensor.idl',
|
| + 'sensor/AmbientLightSensorReading.idl',
|
| + 'sensor/Sensor.idl',
|
| + 'sensor/SensorErrorEvent.idl',
|
| + 'sensor/SensorReading.idl',
|
| + 'sensor/SensorReadingEvent.idl',
|
| 'serviceworkers/Client.idl',
|
| 'serviceworkers/Clients.idl',
|
| 'serviceworkers/ExtendableEvent.idl',
|
| @@ -394,6 +400,7 @@
|
| 'quota/WorkerNavigatorStorageQuota.idl',
|
| 'remoteplayback/HTMLMediaElementRemotePlayback.idl',
|
| 'screen_orientation/ScreenScreenOrientation.idl',
|
| + 'sensor/NavigatorAmbientLightSensor.idl',
|
| 'serviceworkers/NavigatorServiceWorker.idl',
|
| 'speech/WindowSpeech.idl',
|
| 'speech/WindowSpeechSynthesis.idl',
|
| @@ -431,6 +438,8 @@
|
| 'presentation/PresentationConnectionAvailableEvent.idl',
|
| 'presentation/PresentationConnectionCloseEvent.idl',
|
| 'push_messaging/PushEvent.idl',
|
| + 'sensor/SensorErrorEvent.idl',
|
| + 'sensor/SensorReadingEvent.idl',
|
| 'serviceworkers/ExtendableEvent.idl',
|
| 'serviceworkers/ExtendableMessageEvent.idl',
|
| 'serviceworkers/FetchEvent.idl',
|
| @@ -517,6 +526,9 @@
|
| 'presentation/PresentationConnectionCloseEventInit.idl',
|
| 'push_messaging/PushEventInit.idl',
|
| 'push_messaging/PushSubscriptionOptions.idl',
|
| + 'sensor/SensorErrorEventInit.idl',
|
| + 'sensor/SensorReadingEventInit.idl',
|
| + 'sensor/SensorOptions.idl',
|
| 'serviceworkers/ClientQueryOptions.idl',
|
| 'serviceworkers/ExtendableEventInit.idl',
|
| 'serviceworkers/ExtendableMessageEventInit.idl',
|
| @@ -689,6 +701,12 @@
|
| '<(blink_modules_output_dir)/push_messaging/PushEventInit.h',
|
| '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.cpp',
|
| '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.h',
|
| + '<(blink_modules_output_dir)/sensor/SensorErrorEventInit.cpp',
|
| + '<(blink_modules_output_dir)/sensor/SensorErrorEventInit.h',
|
| + '<(blink_modules_output_dir)/sensor/SensorReadingEventInit.cpp',
|
| + '<(blink_modules_output_dir)/sensor/SensorReadingEventInit.h',
|
| + '<(blink_modules_output_dir)/sensor/SensorOptions.cpp',
|
| + '<(blink_modules_output_dir)/sensor/SensorOptions.h',
|
| '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp',
|
| '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h',
|
| '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp',
|
| @@ -1459,6 +1477,25 @@
|
| 'screen_orientation/ScreenOrientationController.h',
|
| 'screen_orientation/ScreenOrientationDispatcher.cpp',
|
| 'screen_orientation/ScreenOrientationDispatcher.h',
|
| + 'sensor/als_reading.h',
|
| + 'sensor/sensor_error_type.h',
|
| + 'sensor/sensor_state_type.h',
|
| + 'sensor/AmbientLightSensorDispatcher.cpp',
|
| + 'sensor/AmbientLightSensorDispatcher.h',
|
| + 'sensor/NavigatorAmbientLightSensor.cpp',
|
| + 'sensor/NavigatorAmbientLightSensor.h',
|
| + 'sensor/AmbientLightSensor.cpp',
|
| + 'sensor/AmbientLightSensor.h',
|
| + 'sensor/AmbientLightSensorReading.cpp',
|
| + 'sensor/AmbientLightSensorReading.h',
|
| + 'sensor/Sensor.cpp',
|
| + 'sensor/Sensor.h',
|
| + 'sensor/SensorErrorEvent.cpp',
|
| + 'sensor/SensorErrorEvent.h',
|
| + 'sensor/SensorReading.cpp',
|
| + 'sensor/SensorReading.h',
|
| + 'sensor/SensorReadingEvent.cpp',
|
| + 'sensor/SensorReadingEvent.h',
|
| 'serviceworkers/ExtendableEvent.cpp',
|
| 'serviceworkers/ExtendableEvent.h',
|
| 'serviceworkers/ExtendableMessageEvent.cpp',
|
|
|