Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1892083002: Generic Sensor API : Ambient Light Sensor API. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re entrancy fix Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 567f5c0dc6dff2e649ccf93a1e442c547463be1d..7100d412f7effc995e103c7224274d013ee3d11f 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',
@@ -389,6 +395,7 @@
'quota/WorkerNavigatorStorageQuota.idl',
'remoteplayback/HTMLMediaElementRemotePlayback.idl',
'screen_orientation/ScreenScreenOrientation.idl',
+ 'sensor/NavigatorAmbientLightSensor.idl',
'serviceworkers/NavigatorServiceWorker.idl',
'speech/WindowSpeech.idl',
'speech/WindowSpeechSynthesis.idl',
@@ -426,6 +433,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',
@@ -513,6 +522,9 @@
'push_messaging/PushEventInit.idl',
'push_messaging/PushSubscriptionOptions.idl',
'quota/StorageEstimate.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/PushSubscriptionOptions.h',
'<(blink_modules_output_dir)/quota/StorageEstimate.cpp',
'<(blink_modules_output_dir)/quota/StorageEstimate.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',
@@ -1457,6 +1475,24 @@
'screen_orientation/ScreenOrientationController.h',
'screen_orientation/ScreenOrientationDispatcher.cpp',
'screen_orientation/ScreenOrientationDispatcher.h',
+ 'sensor/als_reading.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',
+ 'sensor/SensorState.h',
'serviceworkers/ExtendableEvent.cpp',
'serviceworkers/ExtendableEvent.h',
'serviceworkers/ExtendableMessageEvent.cpp',
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gyp ('k') | third_party/WebKit/Source/modules/sensor/AmbientLightSensor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698