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

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

Issue 1942663003: [sensors]: Introduce the Generic Sensor API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + remove state from global interface listing 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 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'quota/DeprecatedStorageQuota.idl', 177 'quota/DeprecatedStorageQuota.idl',
178 'quota/StorageErrorCallback.idl', 178 'quota/StorageErrorCallback.idl',
179 'quota/StorageInfo.idl', 179 'quota/StorageInfo.idl',
180 'quota/StorageManager.idl', 180 'quota/StorageManager.idl',
181 'quota/StorageQuota.idl', 181 'quota/StorageQuota.idl',
182 'quota/StorageQuotaCallback.idl', 182 'quota/StorageQuotaCallback.idl',
183 'quota/StorageUsageCallback.idl', 183 'quota/StorageUsageCallback.idl',
184 'remoteplayback/RemotePlayback.idl', 184 'remoteplayback/RemotePlayback.idl',
185 'remoteplayback/RemotePlaybackAvailability.idl', 185 'remoteplayback/RemotePlaybackAvailability.idl',
186 'screen_orientation/ScreenOrientation.idl', 186 'screen_orientation/ScreenOrientation.idl',
187 'sensor/Sensor.idl',
188 'sensor/SensorErrorEvent.idl',
189 'sensor/SensorReading.idl',
190 'sensor/SensorReadingEvent.idl',
187 'serviceworkers/Client.idl', 191 'serviceworkers/Client.idl',
188 'serviceworkers/Clients.idl', 192 'serviceworkers/Clients.idl',
189 'serviceworkers/ExtendableEvent.idl', 193 'serviceworkers/ExtendableEvent.idl',
190 'serviceworkers/ExtendableMessageEvent.idl', 194 'serviceworkers/ExtendableMessageEvent.idl',
191 'serviceworkers/FetchEvent.idl', 195 'serviceworkers/FetchEvent.idl',
192 'serviceworkers/ForeignFetchEvent.idl', 196 'serviceworkers/ForeignFetchEvent.idl',
193 'serviceworkers/InstallEvent.idl', 197 'serviceworkers/InstallEvent.idl',
194 'serviceworkers/ServiceWorker.idl', 198 'serviceworkers/ServiceWorker.idl',
195 'serviceworkers/ServiceWorkerContainer.idl', 199 'serviceworkers/ServiceWorkerContainer.idl',
196 'serviceworkers/ServiceWorkerGlobalScope.idl', 200 'serviceworkers/ServiceWorkerGlobalScope.idl',
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 'mediarecorder/BlobEvent.idl', 428 'mediarecorder/BlobEvent.idl',
425 'mediastream/MediaStreamEvent.idl', 429 'mediastream/MediaStreamEvent.idl',
426 'mediastream/MediaStreamTrackEvent.idl', 430 'mediastream/MediaStreamTrackEvent.idl',
427 'mediastream/RTCDTMFToneChangeEvent.idl', 431 'mediastream/RTCDTMFToneChangeEvent.idl',
428 'mediastream/RTCDataChannelEvent.idl', 432 'mediastream/RTCDataChannelEvent.idl',
429 'mediastream/RTCIceCandidateEvent.idl', 433 'mediastream/RTCIceCandidateEvent.idl',
430 'notifications/NotificationEvent.idl', 434 'notifications/NotificationEvent.idl',
431 'presentation/PresentationConnectionAvailableEvent.idl', 435 'presentation/PresentationConnectionAvailableEvent.idl',
432 'presentation/PresentationConnectionCloseEvent.idl', 436 'presentation/PresentationConnectionCloseEvent.idl',
433 'push_messaging/PushEvent.idl', 437 'push_messaging/PushEvent.idl',
438 'sensor/SensorErrorEvent.idl',
439 'sensor/SensorReadingEvent.idl',
434 'serviceworkers/ExtendableEvent.idl', 440 'serviceworkers/ExtendableEvent.idl',
435 'serviceworkers/ExtendableMessageEvent.idl', 441 'serviceworkers/ExtendableMessageEvent.idl',
436 'serviceworkers/FetchEvent.idl', 442 'serviceworkers/FetchEvent.idl',
437 'serviceworkers/ForeignFetchEvent.idl', 443 'serviceworkers/ForeignFetchEvent.idl',
438 'serviceworkers/InstallEvent.idl', 444 'serviceworkers/InstallEvent.idl',
439 'serviceworkers/ServiceWorkerMessageEvent.idl', 445 'serviceworkers/ServiceWorkerMessageEvent.idl',
440 'speech/SpeechRecognitionError.idl', 446 'speech/SpeechRecognitionError.idl',
441 'speech/SpeechRecognitionEvent.idl', 447 'speech/SpeechRecognitionEvent.idl',
442 'speech/SpeechSynthesisEvent.idl', 448 'speech/SpeechSynthesisEvent.idl',
443 'storage/StorageEvent.idl', 449 'storage/StorageEvent.idl',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 'payments/PaymentItem.idl', 517 'payments/PaymentItem.idl',
512 'payments/ShippingOption.idl', 518 'payments/ShippingOption.idl',
513 'permissions/MidiPermissionDescriptor.idl', 519 'permissions/MidiPermissionDescriptor.idl',
514 'permissions/PermissionDescriptor.idl', 520 'permissions/PermissionDescriptor.idl',
515 'permissions/PushPermissionDescriptor.idl', 521 'permissions/PushPermissionDescriptor.idl',
516 'presentation/PresentationConnectionAvailableEventInit.idl', 522 'presentation/PresentationConnectionAvailableEventInit.idl',
517 'presentation/PresentationConnectionCloseEventInit.idl', 523 'presentation/PresentationConnectionCloseEventInit.idl',
518 'push_messaging/PushEventInit.idl', 524 'push_messaging/PushEventInit.idl',
519 'push_messaging/PushSubscriptionOptions.idl', 525 'push_messaging/PushSubscriptionOptions.idl',
520 'quota/StorageEstimate.idl', 526 'quota/StorageEstimate.idl',
527 'sensor/SensorErrorEventInit.idl',
528 'sensor/SensorReadingEventInit.idl',
529 'sensor/SensorOptions.idl',
521 'serviceworkers/ClientQueryOptions.idl', 530 'serviceworkers/ClientQueryOptions.idl',
522 'serviceworkers/ExtendableEventInit.idl', 531 'serviceworkers/ExtendableEventInit.idl',
523 'serviceworkers/ExtendableMessageEventInit.idl', 532 'serviceworkers/ExtendableMessageEventInit.idl',
524 'serviceworkers/FetchEventInit.idl', 533 'serviceworkers/FetchEventInit.idl',
525 'serviceworkers/ForeignFetchEventInit.idl', 534 'serviceworkers/ForeignFetchEventInit.idl',
526 'serviceworkers/ForeignFetchOptions.idl', 535 'serviceworkers/ForeignFetchOptions.idl',
527 'serviceworkers/ForeignFetchResponse.idl', 536 'serviceworkers/ForeignFetchResponse.idl',
528 'serviceworkers/RegistrationOptions.idl', 537 'serviceworkers/RegistrationOptions.idl',
529 'serviceworkers/ServiceWorkerMessageEventInit.idl', 538 'serviceworkers/ServiceWorkerMessageEventInit.idl',
530 'speech/SpeechRecognitionErrorInit.idl', 539 'speech/SpeechRecognitionErrorInit.idl',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 '<(blink_modules_output_dir)/presentation/PresentationConnectionAvailableE ventInit.cpp', 694 '<(blink_modules_output_dir)/presentation/PresentationConnectionAvailableE ventInit.cpp',
686 '<(blink_modules_output_dir)/presentation/PresentationConnectionAvailableE ventInit.h', 695 '<(blink_modules_output_dir)/presentation/PresentationConnectionAvailableE ventInit.h',
687 '<(blink_modules_output_dir)/presentation/PresentationConnectionCloseEvent Init.cpp', 696 '<(blink_modules_output_dir)/presentation/PresentationConnectionCloseEvent Init.cpp',
688 '<(blink_modules_output_dir)/presentation/PresentationConnectionCloseEvent Init.h', 697 '<(blink_modules_output_dir)/presentation/PresentationConnectionCloseEvent Init.h',
689 '<(blink_modules_output_dir)/push_messaging/PushEventInit.cpp', 698 '<(blink_modules_output_dir)/push_messaging/PushEventInit.cpp',
690 '<(blink_modules_output_dir)/push_messaging/PushEventInit.h', 699 '<(blink_modules_output_dir)/push_messaging/PushEventInit.h',
691 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.cpp', 700 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.cpp',
692 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.h', 701 '<(blink_modules_output_dir)/push_messaging/PushSubscriptionOptions.h',
693 '<(blink_modules_output_dir)/quota/StorageEstimate.cpp', 702 '<(blink_modules_output_dir)/quota/StorageEstimate.cpp',
694 '<(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',
695 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp', 710 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp',
696 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h', 711 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h',
697 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp', 712 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp',
698 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h', 713 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h',
699 '<(blink_modules_output_dir)/serviceworkers/ExtendableMessageEventInit.cpp ', 714 '<(blink_modules_output_dir)/serviceworkers/ExtendableMessageEventInit.cpp ',
700 '<(blink_modules_output_dir)/serviceworkers/ExtendableMessageEventInit.h', 715 '<(blink_modules_output_dir)/serviceworkers/ExtendableMessageEventInit.h',
701 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.cpp', 716 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.cpp',
702 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.h', 717 '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.h',
703 '<(blink_modules_output_dir)/serviceworkers/ForeignFetchEventInit.cpp', 718 '<(blink_modules_output_dir)/serviceworkers/ForeignFetchEventInit.cpp',
704 '<(blink_modules_output_dir)/serviceworkers/ForeignFetchEventInit.h', 719 '<(blink_modules_output_dir)/serviceworkers/ForeignFetchEventInit.h',
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
1461 'screen_orientation/LockOrientationCallback.cpp', 1476 'screen_orientation/LockOrientationCallback.cpp',
1462 'screen_orientation/LockOrientationCallback.h', 1477 'screen_orientation/LockOrientationCallback.h',
1463 'screen_orientation/ScreenScreenOrientation.cpp', 1478 'screen_orientation/ScreenScreenOrientation.cpp',
1464 'screen_orientation/ScreenScreenOrientation.h', 1479 'screen_orientation/ScreenScreenOrientation.h',
1465 'screen_orientation/ScreenOrientation.cpp', 1480 'screen_orientation/ScreenOrientation.cpp',
1466 'screen_orientation/ScreenOrientation.h', 1481 'screen_orientation/ScreenOrientation.h',
1467 'screen_orientation/ScreenOrientationController.cpp', 1482 'screen_orientation/ScreenOrientationController.cpp',
1468 'screen_orientation/ScreenOrientationController.h', 1483 'screen_orientation/ScreenOrientationController.h',
1469 'screen_orientation/ScreenOrientationDispatcher.cpp', 1484 'screen_orientation/ScreenOrientationDispatcher.cpp',
1470 'screen_orientation/ScreenOrientationDispatcher.h', 1485 'screen_orientation/ScreenOrientationDispatcher.h',
1486 'sensor/Sensor.cpp',
1487 'sensor/Sensor.h',
1488 'sensor/SensorErrorEvent.cpp',
1489 'sensor/SensorErrorEvent.h',
1490 'sensor/SensorReading.cpp',
1491 'sensor/SensorReading.h',
1492 'sensor/SensorReadingEvent.cpp',
1493 'sensor/SensorReadingEvent.h',
1471 'serviceworkers/ExtendableEvent.cpp', 1494 'serviceworkers/ExtendableEvent.cpp',
1472 'serviceworkers/ExtendableEvent.h', 1495 'serviceworkers/ExtendableEvent.h',
1473 'serviceworkers/ExtendableMessageEvent.cpp', 1496 'serviceworkers/ExtendableMessageEvent.cpp',
1474 'serviceworkers/ExtendableMessageEvent.h', 1497 'serviceworkers/ExtendableMessageEvent.h',
1475 'serviceworkers/FetchEvent.cpp', 1498 'serviceworkers/FetchEvent.cpp',
1476 'serviceworkers/FetchEvent.h', 1499 'serviceworkers/FetchEvent.h',
1477 'serviceworkers/ForeignFetchEvent.cpp', 1500 'serviceworkers/ForeignFetchEvent.cpp',
1478 'serviceworkers/ForeignFetchEvent.h', 1501 'serviceworkers/ForeignFetchEvent.h',
1479 'serviceworkers/ForeignFetchRespondWithObserver.cpp', 1502 'serviceworkers/ForeignFetchRespondWithObserver.cpp',
1480 'serviceworkers/ForeignFetchRespondWithObserver.h', 1503 'serviceworkers/ForeignFetchRespondWithObserver.h',
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
2007 'webaudio/ConvolverNodeTest.cpp', 2030 'webaudio/ConvolverNodeTest.cpp',
2008 'webaudio/DynamicsCompressorNodeTest.cpp', 2031 'webaudio/DynamicsCompressorNodeTest.cpp',
2009 'webaudio/ScriptProcessorNodeTest.cpp', 2032 'webaudio/ScriptProcessorNodeTest.cpp',
2010 'webaudio/StereoPannerNodeTest.cpp', 2033 'webaudio/StereoPannerNodeTest.cpp',
2011 'webdatabase/QuotaTrackerTest.cpp', 2034 'webdatabase/QuotaTrackerTest.cpp',
2012 'websockets/DOMWebSocketTest.cpp', 2035 'websockets/DOMWebSocketTest.cpp',
2013 'websockets/DocumentWebSocketChannelTest.cpp', 2036 'websockets/DocumentWebSocketChannelTest.cpp',
2014 ], 2037 ],
2015 }, 2038 },
2016 } 2039 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698