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

Side by Side 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, 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/AmbientLightSensor.idl',
186 'sensor/AmbientLightSensorReading.idl',
187 'sensor/Sensor.idl',
188 'sensor/SensorErrorEvent.idl',
189 'sensor/SensorReading.idl',
190 'sensor/SensorReadingEvent.idl',
185 'serviceworkers/Client.idl', 191 'serviceworkers/Client.idl',
186 'serviceworkers/Clients.idl', 192 'serviceworkers/Clients.idl',
187 'serviceworkers/ExtendableEvent.idl', 193 'serviceworkers/ExtendableEvent.idl',
188 'serviceworkers/ExtendableMessageEvent.idl', 194 'serviceworkers/ExtendableMessageEvent.idl',
189 'serviceworkers/FetchEvent.idl', 195 'serviceworkers/FetchEvent.idl',
190 'serviceworkers/ForeignFetchEvent.idl', 196 'serviceworkers/ForeignFetchEvent.idl',
191 'serviceworkers/InstallEvent.idl', 197 'serviceworkers/InstallEvent.idl',
192 'serviceworkers/ServiceWorker.idl', 198 'serviceworkers/ServiceWorker.idl',
193 'serviceworkers/ServiceWorkerContainer.idl', 199 'serviceworkers/ServiceWorkerContainer.idl',
194 'serviceworkers/ServiceWorkerGlobalScope.idl', 200 'serviceworkers/ServiceWorkerGlobalScope.idl',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'permissions/WorkerNavigatorPermissions.idl', 388 'permissions/WorkerNavigatorPermissions.idl',
383 'plugins/NavigatorPlugins.idl', 389 'plugins/NavigatorPlugins.idl',
384 'presentation/NavigatorPresentation.idl', 390 'presentation/NavigatorPresentation.idl',
385 'push_messaging/ServiceWorkerGlobalScopePush.idl', 391 'push_messaging/ServiceWorkerGlobalScopePush.idl',
386 'push_messaging/ServiceWorkerRegistrationPush.idl', 392 'push_messaging/ServiceWorkerRegistrationPush.idl',
387 'quota/NavigatorStorageQuota.idl', 393 'quota/NavigatorStorageQuota.idl',
388 'quota/WindowQuota.idl', 394 'quota/WindowQuota.idl',
389 'quota/WorkerNavigatorStorageQuota.idl', 395 'quota/WorkerNavigatorStorageQuota.idl',
390 'remoteplayback/HTMLMediaElementRemotePlayback.idl', 396 'remoteplayback/HTMLMediaElementRemotePlayback.idl',
391 'screen_orientation/ScreenScreenOrientation.idl', 397 'screen_orientation/ScreenScreenOrientation.idl',
398 'sensor/NavigatorAmbientLightSensor.idl',
392 'serviceworkers/NavigatorServiceWorker.idl', 399 'serviceworkers/NavigatorServiceWorker.idl',
393 'speech/WindowSpeech.idl', 400 'speech/WindowSpeech.idl',
394 'speech/WindowSpeechSynthesis.idl', 401 'speech/WindowSpeechSynthesis.idl',
395 'srcobject/HTMLMediaElementSrcObject.idl', 402 'srcobject/HTMLMediaElementSrcObject.idl',
396 'storage/WindowStorage.idl', 403 'storage/WindowStorage.idl',
397 'vibration/NavigatorVibration.idl', 404 'vibration/NavigatorVibration.idl',
398 'vr/NavigatorVR.idl', 405 'vr/NavigatorVR.idl',
399 'wake_lock/ScreenWakeLock.idl', 406 'wake_lock/ScreenWakeLock.idl',
400 'webaudio/WindowWebAudio.idl', 407 'webaudio/WindowWebAudio.idl',
401 'webdatabase/WindowWebDatabase.idl', 408 'webdatabase/WindowWebDatabase.idl',
(...skipping 17 matching lines...) Expand all
419 'mediastream/MediaStreamEvent.idl', 426 'mediastream/MediaStreamEvent.idl',
420 'mediastream/MediaStreamTrackEvent.idl', 427 'mediastream/MediaStreamTrackEvent.idl',
421 'mediastream/RTCDTMFToneChangeEvent.idl', 428 'mediastream/RTCDTMFToneChangeEvent.idl',
422 'mediastream/RTCDataChannelEvent.idl', 429 'mediastream/RTCDataChannelEvent.idl',
423 'mediastream/RTCIceCandidateEvent.idl', 430 'mediastream/RTCIceCandidateEvent.idl',
424 'notifications/NotificationEvent.idl', 431 'notifications/NotificationEvent.idl',
425 'payments/PaymentRequestUpdateEvent.idl', 432 'payments/PaymentRequestUpdateEvent.idl',
426 'presentation/PresentationConnectionAvailableEvent.idl', 433 'presentation/PresentationConnectionAvailableEvent.idl',
427 'presentation/PresentationConnectionCloseEvent.idl', 434 'presentation/PresentationConnectionCloseEvent.idl',
428 'push_messaging/PushEvent.idl', 435 'push_messaging/PushEvent.idl',
436 'sensor/SensorErrorEvent.idl',
437 'sensor/SensorReadingEvent.idl',
429 'serviceworkers/ExtendableEvent.idl', 438 'serviceworkers/ExtendableEvent.idl',
430 'serviceworkers/ExtendableMessageEvent.idl', 439 'serviceworkers/ExtendableMessageEvent.idl',
431 'serviceworkers/FetchEvent.idl', 440 'serviceworkers/FetchEvent.idl',
432 'serviceworkers/ForeignFetchEvent.idl', 441 'serviceworkers/ForeignFetchEvent.idl',
433 'serviceworkers/InstallEvent.idl', 442 'serviceworkers/InstallEvent.idl',
434 'serviceworkers/ServiceWorkerMessageEvent.idl', 443 'serviceworkers/ServiceWorkerMessageEvent.idl',
435 'speech/SpeechRecognitionError.idl', 444 'speech/SpeechRecognitionError.idl',
436 'speech/SpeechRecognitionEvent.idl', 445 'speech/SpeechRecognitionEvent.idl',
437 'speech/SpeechSynthesisEvent.idl', 446 'speech/SpeechSynthesisEvent.idl',
438 'storage/StorageEvent.idl', 447 'storage/StorageEvent.idl',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 'payments/PaymentRequestUpdateEventInit.idl', 515 'payments/PaymentRequestUpdateEventInit.idl',
507 'payments/ShippingOption.idl', 516 'payments/ShippingOption.idl',
508 'permissions/MidiPermissionDescriptor.idl', 517 'permissions/MidiPermissionDescriptor.idl',
509 'permissions/PermissionDescriptor.idl', 518 'permissions/PermissionDescriptor.idl',
510 'permissions/PushPermissionDescriptor.idl', 519 'permissions/PushPermissionDescriptor.idl',
511 'presentation/PresentationConnectionAvailableEventInit.idl', 520 'presentation/PresentationConnectionAvailableEventInit.idl',
512 'presentation/PresentationConnectionCloseEventInit.idl', 521 'presentation/PresentationConnectionCloseEventInit.idl',
513 'push_messaging/PushEventInit.idl', 522 'push_messaging/PushEventInit.idl',
514 'push_messaging/PushSubscriptionOptions.idl', 523 'push_messaging/PushSubscriptionOptions.idl',
515 'quota/StorageEstimate.idl', 524 'quota/StorageEstimate.idl',
525 'sensor/SensorErrorEventInit.idl',
526 'sensor/SensorReadingEventInit.idl',
527 'sensor/SensorOptions.idl',
516 'serviceworkers/ClientQueryOptions.idl', 528 'serviceworkers/ClientQueryOptions.idl',
517 'serviceworkers/ExtendableEventInit.idl', 529 'serviceworkers/ExtendableEventInit.idl',
518 'serviceworkers/ExtendableMessageEventInit.idl', 530 'serviceworkers/ExtendableMessageEventInit.idl',
519 'serviceworkers/FetchEventInit.idl', 531 'serviceworkers/FetchEventInit.idl',
520 'serviceworkers/ForeignFetchEventInit.idl', 532 'serviceworkers/ForeignFetchEventInit.idl',
521 'serviceworkers/ForeignFetchOptions.idl', 533 'serviceworkers/ForeignFetchOptions.idl',
522 'serviceworkers/ForeignFetchResponse.idl', 534 'serviceworkers/ForeignFetchResponse.idl',
523 'serviceworkers/RegistrationOptions.idl', 535 'serviceworkers/RegistrationOptions.idl',
524 'serviceworkers/ServiceWorkerMessageEventInit.idl', 536 'serviceworkers/ServiceWorkerMessageEventInit.idl',
525 'speech/SpeechRecognitionErrorInit.idl', 537 'speech/SpeechRecognitionErrorInit.idl',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 '<(blink_modules_output_dir)/presentation/PresentationConnectionAvailableE ventInit.cpp', 694 '<(blink_modules_output_dir)/presentation/PresentationConnectionAvailableE ventInit.cpp',
683 '<(blink_modules_output_dir)/presentation/PresentationConnectionAvailableE ventInit.h', 695 '<(blink_modules_output_dir)/presentation/PresentationConnectionAvailableE ventInit.h',
684 '<(blink_modules_output_dir)/presentation/PresentationConnectionCloseEvent Init.cpp', 696 '<(blink_modules_output_dir)/presentation/PresentationConnectionCloseEvent Init.cpp',
685 '<(blink_modules_output_dir)/presentation/PresentationConnectionCloseEvent Init.h', 697 '<(blink_modules_output_dir)/presentation/PresentationConnectionCloseEvent Init.h',
686 '<(blink_modules_output_dir)/push_messaging/PushEventInit.cpp', 698 '<(blink_modules_output_dir)/push_messaging/PushEventInit.cpp',
687 '<(blink_modules_output_dir)/push_messaging/PushEventInit.h', 699 '<(blink_modules_output_dir)/push_messaging/PushEventInit.h',
688 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.cpp', 700 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.cpp',
689 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.h', 701 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.h',
690 '<(blink_modules_output_dir)/quota/StorageEstimate.cpp', 702 '<(blink_modules_output_dir)/quota/StorageEstimate.cpp',
691 '<(blink_modules_output_dir)/quota/StorageEstimate.h', 703 '<(blink_modules_output_dir)/quota/StorageEstimate.h',
704 '<(blink_modules_output_dir)/sensor/SensorErrorEventInit.cpp',
705 '<(blink_modules_output_dir)/sensor/SensorErrorEventInit.h',
706 '<(blink_modules_output_dir)/sensor/SensorReadingEventInit.cpp',
707 '<(blink_modules_output_dir)/sensor/SensorReadingEventInit.h',
708 '<(blink_modules_output_dir)/sensor/SensorOptions.cpp',
709 '<(blink_modules_output_dir)/sensor/SensorOptions.h',
692 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp', 710 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp',
693 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h', 711 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h',
694 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp', 712 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp',
695 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h', 713 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h',
696 '<(blink_modules_output_dir)/serviceworkers/ExtendableMessageEventInit.cpp ', 714 '<(blink_modules_output_dir)/serviceworkers/ExtendableMessageEventInit.cpp ',
697 '<(blink_modules_output_dir)/serviceworkers/ExtendableMessageEventInit.h', 715 '<(blink_modules_output_dir)/serviceworkers/ExtendableMessageEventInit.h',
698 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.cpp', 716 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.cpp',
699 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.h', 717 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.h',
700 '<(blink_modules_output_dir)/serviceworkers/ForeignFetchEventInit.cpp', 718 '<(blink_modules_output_dir)/serviceworkers/ForeignFetchEventInit.cpp',
701 '<(blink_modules_output_dir)/serviceworkers/ForeignFetchEventInit.h', 719 '<(blink_modules_output_dir)/serviceworkers/ForeignFetchEventInit.h',
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 'screen_orientation/LockOrientationCallback.cpp', 1468 'screen_orientation/LockOrientationCallback.cpp',
1451 'screen_orientation/LockOrientationCallback.h', 1469 'screen_orientation/LockOrientationCallback.h',
1452 'screen_orientation/ScreenScreenOrientation.cpp', 1470 'screen_orientation/ScreenScreenOrientation.cpp',
1453 'screen_orientation/ScreenScreenOrientation.h', 1471 'screen_orientation/ScreenScreenOrientation.h',
1454 'screen_orientation/ScreenOrientation.cpp', 1472 'screen_orientation/ScreenOrientation.cpp',
1455 'screen_orientation/ScreenOrientation.h', 1473 'screen_orientation/ScreenOrientation.h',
1456 'screen_orientation/ScreenOrientationController.cpp', 1474 'screen_orientation/ScreenOrientationController.cpp',
1457 'screen_orientation/ScreenOrientationController.h', 1475 'screen_orientation/ScreenOrientationController.h',
1458 'screen_orientation/ScreenOrientationDispatcher.cpp', 1476 'screen_orientation/ScreenOrientationDispatcher.cpp',
1459 'screen_orientation/ScreenOrientationDispatcher.h', 1477 'screen_orientation/ScreenOrientationDispatcher.h',
1478 'sensor/als_reading.h',
1479 'sensor/AmbientLightSensorDispatcher.cpp',
1480 'sensor/AmbientLightSensorDispatcher.h',
1481 'sensor/NavigatorAmbientLightSensor.cpp',
1482 'sensor/NavigatorAmbientLightSensor.h',
1483 'sensor/AmbientLightSensor.cpp',
1484 'sensor/AmbientLightSensor.h',
1485 'sensor/AmbientLightSensorReading.cpp',
1486 'sensor/AmbientLightSensorReading.h',
1487 'sensor/Sensor.cpp',
1488 'sensor/Sensor.h',
1489 'sensor/SensorErrorEvent.cpp',
1490 'sensor/SensorErrorEvent.h',
1491 'sensor/SensorReading.cpp',
1492 'sensor/SensorReading.h',
1493 'sensor/SensorReadingEvent.cpp',
1494 'sensor/SensorReadingEvent.h',
1495 'sensor/SensorState.h',
1460 'serviceworkers/ExtendableEvent.cpp', 1496 'serviceworkers/ExtendableEvent.cpp',
1461 'serviceworkers/ExtendableEvent.h', 1497 'serviceworkers/ExtendableEvent.h',
1462 'serviceworkers/ExtendableMessageEvent.cpp', 1498 'serviceworkers/ExtendableMessageEvent.cpp',
1463 'serviceworkers/ExtendableMessageEvent.h', 1499 'serviceworkers/ExtendableMessageEvent.h',
1464 'serviceworkers/FetchEvent.cpp', 1500 'serviceworkers/FetchEvent.cpp',
1465 'serviceworkers/FetchEvent.h', 1501 'serviceworkers/FetchEvent.h',
1466 'serviceworkers/ForeignFetchEvent.cpp', 1502 'serviceworkers/ForeignFetchEvent.cpp',
1467 'serviceworkers/ForeignFetchEvent.h', 1503 'serviceworkers/ForeignFetchEvent.h',
1468 'serviceworkers/ForeignFetchRespondWithObserver.cpp', 1504 'serviceworkers/ForeignFetchRespondWithObserver.cpp',
1469 'serviceworkers/ForeignFetchRespondWithObserver.h', 1505 'serviceworkers/ForeignFetchRespondWithObserver.h',
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
1995 'webaudio/ConvolverNodeTest.cpp', 2031 'webaudio/ConvolverNodeTest.cpp',
1996 'webaudio/DynamicsCompressorNodeTest.cpp', 2032 'webaudio/DynamicsCompressorNodeTest.cpp',
1997 'webaudio/ScriptProcessorNodeTest.cpp', 2033 'webaudio/ScriptProcessorNodeTest.cpp',
1998 'webaudio/StereoPannerNodeTest.cpp', 2034 'webaudio/StereoPannerNodeTest.cpp',
1999 'webdatabase/QuotaTrackerTest.cpp', 2035 'webdatabase/QuotaTrackerTest.cpp',
2000 'websockets/DOMWebSocketTest.cpp', 2036 'websockets/DOMWebSocketTest.cpp',
2001 'websockets/DocumentWebSocketChannelTest.cpp', 2037 'websockets/DocumentWebSocketChannelTest.cpp',
2002 ], 2038 ],
2003 }, 2039 },
2004 } 2040 }
OLDNEW
« 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