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

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

Issue 399313003: Initial implementation of API WakeLock. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Implementation of WakeLock API on JavaScript side. Created 6 years, 4 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
« no previous file with comments | « no previous file | Source/modules/wake_lock/NavigatorWakeLock.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'speech/SpeechRecognition.idl', 143 'speech/SpeechRecognition.idl',
144 'speech/SpeechRecognitionAlternative.idl', 144 'speech/SpeechRecognitionAlternative.idl',
145 'speech/SpeechRecognitionError.idl', 145 'speech/SpeechRecognitionError.idl',
146 'speech/SpeechRecognitionEvent.idl', 146 'speech/SpeechRecognitionEvent.idl',
147 'speech/SpeechRecognitionResult.idl', 147 'speech/SpeechRecognitionResult.idl',
148 'speech/SpeechRecognitionResultList.idl', 148 'speech/SpeechRecognitionResultList.idl',
149 'speech/SpeechSynthesis.idl', 149 'speech/SpeechSynthesis.idl',
150 'speech/SpeechSynthesisEvent.idl', 150 'speech/SpeechSynthesisEvent.idl',
151 'speech/SpeechSynthesisUtterance.idl', 151 'speech/SpeechSynthesisUtterance.idl',
152 'speech/SpeechSynthesisVoice.idl', 152 'speech/SpeechSynthesisVoice.idl',
153 'wake_lock/WakeLock.idl',
153 'webaudio/AnalyserNode.idl', 154 'webaudio/AnalyserNode.idl',
154 'webaudio/AudioBuffer.idl', 155 'webaudio/AudioBuffer.idl',
155 'webaudio/AudioBufferCallback.idl', 156 'webaudio/AudioBufferCallback.idl',
156 'webaudio/AudioBufferSourceNode.idl', 157 'webaudio/AudioBufferSourceNode.idl',
157 'webaudio/AudioContext.idl', 158 'webaudio/AudioContext.idl',
158 'webaudio/AudioDestinationNode.idl', 159 'webaudio/AudioDestinationNode.idl',
159 'webaudio/AudioListener.idl', 160 'webaudio/AudioListener.idl',
160 'webaudio/AudioNode.idl', 161 'webaudio/AudioNode.idl',
161 'webaudio/AudioParam.idl', 162 'webaudio/AudioParam.idl',
162 'webaudio/AudioProcessingEvent.idl', 163 'webaudio/AudioProcessingEvent.idl',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'push_messaging/NavigatorPushManager.idl', 238 'push_messaging/NavigatorPushManager.idl',
238 'push_messaging/ServiceWorkerGlobalScopePush.idl', 239 'push_messaging/ServiceWorkerGlobalScopePush.idl',
239 'quota/NavigatorStorageQuota.idl', 240 'quota/NavigatorStorageQuota.idl',
240 'quota/WindowQuota.idl', 241 'quota/WindowQuota.idl',
241 'quota/WorkerNavigatorStorageQuota.idl', 242 'quota/WorkerNavigatorStorageQuota.idl',
242 'screen_orientation/ScreenScreenOrientation.idl', 243 'screen_orientation/ScreenScreenOrientation.idl',
243 'serviceworkers/NavigatorServiceWorker.idl', 244 'serviceworkers/NavigatorServiceWorker.idl',
244 'speech/WindowSpeech.idl', 245 'speech/WindowSpeech.idl',
245 'speech/WindowSpeechSynthesis.idl', 246 'speech/WindowSpeechSynthesis.idl',
246 'vibration/NavigatorVibration.idl', 247 'vibration/NavigatorVibration.idl',
248 'wake_lock/NavigatorWakeLock.idl',
247 'webaudio/WindowWebAudio.idl', 249 'webaudio/WindowWebAudio.idl',
248 'webdatabase/WindowWebDatabase.idl', 250 'webdatabase/WindowWebDatabase.idl',
249 'webdatabase/WorkerGlobalScopeWebDatabase.idl', 251 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
250 'webmidi/NavigatorWebMIDI.idl', 252 'webmidi/NavigatorWebMIDI.idl',
251 ], 253 ],
252 # interfaces that inherit from Event 254 # interfaces that inherit from Event
253 'modules_event_idl_files': [ 255 'modules_event_idl_files': [
254 'device_light/DeviceLightEvent.idl', 256 'device_light/DeviceLightEvent.idl',
255 'device_orientation/DeviceMotionEvent.idl', 257 'device_orientation/DeviceMotionEvent.idl',
256 'device_orientation/DeviceOrientationEvent.idl', 258 'device_orientation/DeviceOrientationEvent.idl',
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'speech/SpeechSynthesis.cpp', 755 'speech/SpeechSynthesis.cpp',
754 'speech/SpeechSynthesis.h', 756 'speech/SpeechSynthesis.h',
755 'speech/SpeechSynthesisEvent.cpp', 757 'speech/SpeechSynthesisEvent.cpp',
756 'speech/SpeechSynthesisEvent.h', 758 'speech/SpeechSynthesisEvent.h',
757 'speech/SpeechSynthesisUtterance.cpp', 759 'speech/SpeechSynthesisUtterance.cpp',
758 'speech/SpeechSynthesisUtterance.h', 760 'speech/SpeechSynthesisUtterance.h',
759 'speech/SpeechSynthesisVoice.cpp', 761 'speech/SpeechSynthesisVoice.cpp',
760 'speech/SpeechSynthesisVoice.h', 762 'speech/SpeechSynthesisVoice.h',
761 'vibration/NavigatorVibration.cpp', 763 'vibration/NavigatorVibration.cpp',
762 'vibration/NavigatorVibration.h', 764 'vibration/NavigatorVibration.h',
765 'wake_lock/NavigatorWakeLock.cpp',
766 'wake_lock/NavigatorWakeLock.h',
767 'wake_lock/WakeLockController.cpp',
768 'wake_lock/WakeLockController.h',
769 'wake_lock/WakeLockPromiseResolver.cpp',
770 'wake_lock/WakeLockPromiseResolver.h',
771 'wake_lock/WakeLock.cpp',
772 'wake_lock/WakeLock.h',
763 'webaudio/AnalyserNode.cpp', 773 'webaudio/AnalyserNode.cpp',
764 'webaudio/AnalyserNode.h', 774 'webaudio/AnalyserNode.h',
765 'webaudio/AsyncAudioDecoder.cpp', 775 'webaudio/AsyncAudioDecoder.cpp',
766 'webaudio/AsyncAudioDecoder.h', 776 'webaudio/AsyncAudioDecoder.h',
767 'webaudio/AudioBasicInspectorNode.cpp', 777 'webaudio/AudioBasicInspectorNode.cpp',
768 'webaudio/AudioBasicInspectorNode.h', 778 'webaudio/AudioBasicInspectorNode.h',
769 'webaudio/AudioBasicProcessorNode.cpp', 779 'webaudio/AudioBasicProcessorNode.cpp',
770 'webaudio/AudioBasicProcessorNode.h', 780 'webaudio/AudioBasicProcessorNode.h',
771 'webaudio/AudioBuffer.cpp', 781 'webaudio/AudioBuffer.cpp',
772 'webaudio/AudioBuffer.h', 782 'webaudio/AudioBuffer.h',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 'serviceworkers/ServiceWorkerContainerTest.cpp', 1029 'serviceworkers/ServiceWorkerContainerTest.cpp',
1020 'websockets/DOMWebSocketTest.cpp', 1030 'websockets/DOMWebSocketTest.cpp',
1021 'websockets/NewWebSocketChannelImplTest.cpp', 1031 'websockets/NewWebSocketChannelImplTest.cpp',
1022 'websockets/WebSocketDeflaterTest.cpp', 1032 'websockets/WebSocketDeflaterTest.cpp',
1023 'websockets/WebSocketExtensionDispatcherTest.cpp', 1033 'websockets/WebSocketExtensionDispatcherTest.cpp',
1024 'websockets/WebSocketExtensionParserTest.cpp', 1034 'websockets/WebSocketExtensionParserTest.cpp',
1025 'websockets/WebSocketPerMessageDeflateTest.cpp', 1035 'websockets/WebSocketPerMessageDeflateTest.cpp',
1026 ], 1036 ],
1027 }, 1037 },
1028 } 1038 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/wake_lock/NavigatorWakeLock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698