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

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2051083002: WIP : Generic Sensor API implementation Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'quota/DeprecatedStorageQuota.idl', 175 'quota/DeprecatedStorageQuota.idl',
176 'quota/StorageErrorCallback.idl', 176 'quota/StorageErrorCallback.idl',
177 'quota/StorageInfo.idl', 177 'quota/StorageInfo.idl',
178 'quota/StorageManager.idl', 178 'quota/StorageManager.idl',
179 'quota/StorageQuota.idl', 179 'quota/StorageQuota.idl',
180 'quota/StorageQuotaCallback.idl', 180 'quota/StorageQuotaCallback.idl',
181 'quota/StorageUsageCallback.idl', 181 'quota/StorageUsageCallback.idl',
182 'remoteplayback/RemotePlayback.idl', 182 'remoteplayback/RemotePlayback.idl',
183 'remoteplayback/RemotePlaybackAvailability.idl', 183 'remoteplayback/RemotePlaybackAvailability.idl',
184 'screen_orientation/ScreenOrientation.idl', 184 'screen_orientation/ScreenOrientation.idl',
185 'sensor/PressureSensor.idl',
186 'sensor/PressureSensorReading.idl',
185 'sensor/Sensor.idl', 187 'sensor/Sensor.idl',
186 'sensor/SensorErrorEvent.idl', 188 'sensor/SensorErrorEvent.idl',
187 'sensor/SensorReading.idl', 189 'sensor/SensorReading.idl',
188 'sensor/SensorReadingEvent.idl', 190 'sensor/SensorReadingEvent.idl',
189 'serviceworkers/Client.idl', 191 'serviceworkers/Client.idl',
190 'serviceworkers/Clients.idl', 192 'serviceworkers/Clients.idl',
191 'serviceworkers/ExtendableEvent.idl', 193 'serviceworkers/ExtendableEvent.idl',
192 'serviceworkers/ExtendableMessageEvent.idl', 194 'serviceworkers/ExtendableMessageEvent.idl',
193 'serviceworkers/FetchEvent.idl', 195 'serviceworkers/FetchEvent.idl',
194 'serviceworkers/ForeignFetchEvent.idl', 196 'serviceworkers/ForeignFetchEvent.idl',
(...skipping 1274 matching lines...) Expand 10 before | Expand all | Expand 10 after
1469 'screen_orientation/LockOrientationCallback.cpp', 1471 'screen_orientation/LockOrientationCallback.cpp',
1470 'screen_orientation/LockOrientationCallback.h', 1472 'screen_orientation/LockOrientationCallback.h',
1471 'screen_orientation/ScreenScreenOrientation.cpp', 1473 'screen_orientation/ScreenScreenOrientation.cpp',
1472 'screen_orientation/ScreenScreenOrientation.h', 1474 'screen_orientation/ScreenScreenOrientation.h',
1473 'screen_orientation/ScreenOrientation.cpp', 1475 'screen_orientation/ScreenOrientation.cpp',
1474 'screen_orientation/ScreenOrientation.h', 1476 'screen_orientation/ScreenOrientation.h',
1475 'screen_orientation/ScreenOrientationController.cpp', 1477 'screen_orientation/ScreenOrientationController.cpp',
1476 'screen_orientation/ScreenOrientationController.h', 1478 'screen_orientation/ScreenOrientationController.h',
1477 'screen_orientation/ScreenOrientationDispatcher.cpp', 1479 'screen_orientation/ScreenOrientationDispatcher.cpp',
1478 'screen_orientation/ScreenOrientationDispatcher.h', 1480 'screen_orientation/ScreenOrientationDispatcher.h',
1481 'sensor/sensor_error_type.h',
1482 'sensor/sensor_state_type.h',
1483 'sensor/PressureSensor.cpp',
1484 'sensor/PressureSensor.h',
1485 'sensor/PressureSensorReading.cpp',
1486 'sensor/PressureSensorReading.h',
1479 'sensor/Sensor.cpp', 1487 'sensor/Sensor.cpp',
1480 'sensor/Sensor.h', 1488 'sensor/Sensor.h',
1489 'sensor/SensorController.cpp',
1490 'sensor/SensorController.h',
1481 'sensor/SensorErrorEvent.cpp', 1491 'sensor/SensorErrorEvent.cpp',
1482 'sensor/SensorErrorEvent.h', 1492 'sensor/SensorErrorEvent.h',
1493 'sensor/SensorPollingStrategy.cpp',
1494 'sensor/SensorPollingStrategy.h',
1483 'sensor/SensorReading.cpp', 1495 'sensor/SensorReading.cpp',
1484 'sensor/SensorReading.h', 1496 'sensor/SensorReading.h',
1485 'sensor/SensorReadingEvent.cpp', 1497 'sensor/SensorReadingEvent.cpp',
1486 'sensor/SensorReadingEvent.h', 1498 'sensor/SensorReadingEvent.h',
1487 'sensor/SensorState.h', 1499 'sensor/SensorState.h',
1500 'sensor/SensorTraits.h',
1488 'serviceworkers/ExtendableEvent.cpp', 1501 'serviceworkers/ExtendableEvent.cpp',
1489 'serviceworkers/ExtendableEvent.h', 1502 'serviceworkers/ExtendableEvent.h',
1490 'serviceworkers/ExtendableMessageEvent.cpp', 1503 'serviceworkers/ExtendableMessageEvent.cpp',
1491 'serviceworkers/ExtendableMessageEvent.h', 1504 'serviceworkers/ExtendableMessageEvent.h',
1492 'serviceworkers/FetchEvent.cpp', 1505 'serviceworkers/FetchEvent.cpp',
1493 'serviceworkers/FetchEvent.h', 1506 'serviceworkers/FetchEvent.h',
1494 'serviceworkers/ForeignFetchEvent.cpp', 1507 'serviceworkers/ForeignFetchEvent.cpp',
1495 'serviceworkers/ForeignFetchEvent.h', 1508 'serviceworkers/ForeignFetchEvent.h',
1496 'serviceworkers/ForeignFetchRespondWithObserver.cpp', 1509 'serviceworkers/ForeignFetchRespondWithObserver.cpp',
1497 'serviceworkers/ForeignFetchRespondWithObserver.h', 1510 'serviceworkers/ForeignFetchRespondWithObserver.h',
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
2021 'webaudio/ConvolverNodeTest.cpp', 2034 'webaudio/ConvolverNodeTest.cpp',
2022 'webaudio/DynamicsCompressorNodeTest.cpp', 2035 'webaudio/DynamicsCompressorNodeTest.cpp',
2023 'webaudio/ScriptProcessorNodeTest.cpp', 2036 'webaudio/ScriptProcessorNodeTest.cpp',
2024 'webaudio/StereoPannerNodeTest.cpp', 2037 'webaudio/StereoPannerNodeTest.cpp',
2025 'webdatabase/QuotaTrackerTest.cpp', 2038 'webdatabase/QuotaTrackerTest.cpp',
2026 'websockets/DOMWebSocketTest.cpp', 2039 'websockets/DOMWebSocketTest.cpp',
2027 'websockets/DocumentWebSocketChannelTest.cpp', 2040 'websockets/DocumentWebSocketChannelTest.cpp',
2028 ], 2041 ],
2029 }, 2042 },
2030 } 2043 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/sensor/PressureSensor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698