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

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
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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'speech/SpeechRecognition.idl', 138 'speech/SpeechRecognition.idl',
139 'speech/SpeechRecognitionAlternative.idl', 139 'speech/SpeechRecognitionAlternative.idl',
140 'speech/SpeechRecognitionError.idl', 140 'speech/SpeechRecognitionError.idl',
141 'speech/SpeechRecognitionEvent.idl', 141 'speech/SpeechRecognitionEvent.idl',
142 'speech/SpeechRecognitionResult.idl', 142 'speech/SpeechRecognitionResult.idl',
143 'speech/SpeechRecognitionResultList.idl', 143 'speech/SpeechRecognitionResultList.idl',
144 'speech/SpeechSynthesis.idl', 144 'speech/SpeechSynthesis.idl',
145 'speech/SpeechSynthesisEvent.idl', 145 'speech/SpeechSynthesisEvent.idl',
146 'speech/SpeechSynthesisUtterance.idl', 146 'speech/SpeechSynthesisUtterance.idl',
147 'speech/SpeechSynthesisVoice.idl', 147 'speech/SpeechSynthesisVoice.idl',
148 'wake_lock/WakeLock.idl',
148 'webaudio/AnalyserNode.idl', 149 'webaudio/AnalyserNode.idl',
149 'webaudio/AudioBuffer.idl', 150 'webaudio/AudioBuffer.idl',
150 'webaudio/AudioBufferCallback.idl', 151 'webaudio/AudioBufferCallback.idl',
151 'webaudio/AudioBufferSourceNode.idl', 152 'webaudio/AudioBufferSourceNode.idl',
152 'webaudio/AudioContext.idl', 153 'webaudio/AudioContext.idl',
153 'webaudio/AudioDestinationNode.idl', 154 'webaudio/AudioDestinationNode.idl',
154 'webaudio/AudioListener.idl', 155 'webaudio/AudioListener.idl',
155 'webaudio/AudioNode.idl', 156 'webaudio/AudioNode.idl',
156 'webaudio/AudioParam.idl', 157 'webaudio/AudioParam.idl',
157 'webaudio/AudioProcessingEvent.idl', 158 'webaudio/AudioProcessingEvent.idl',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 'push_messaging/NavigatorPushManager.idl', 232 'push_messaging/NavigatorPushManager.idl',
232 'push_messaging/ServiceWorkerGlobalScopePush.idl', 233 'push_messaging/ServiceWorkerGlobalScopePush.idl',
233 'quota/NavigatorStorageQuota.idl', 234 'quota/NavigatorStorageQuota.idl',
234 'quota/WindowQuota.idl', 235 'quota/WindowQuota.idl',
235 'quota/WorkerNavigatorStorageQuota.idl', 236 'quota/WorkerNavigatorStorageQuota.idl',
236 'screen_orientation/ScreenScreenOrientation.idl', 237 'screen_orientation/ScreenScreenOrientation.idl',
237 'serviceworkers/NavigatorServiceWorker.idl', 238 'serviceworkers/NavigatorServiceWorker.idl',
238 'speech/WindowSpeech.idl', 239 'speech/WindowSpeech.idl',
239 'speech/WindowSpeechSynthesis.idl', 240 'speech/WindowSpeechSynthesis.idl',
240 'vibration/NavigatorVibration.idl', 241 'vibration/NavigatorVibration.idl',
242 'wake_lock/NavigatorWakeLock.idl',
241 'webaudio/WindowWebAudio.idl', 243 'webaudio/WindowWebAudio.idl',
242 'webdatabase/WindowWebDatabase.idl', 244 'webdatabase/WindowWebDatabase.idl',
243 'webdatabase/WorkerGlobalScopeWebDatabase.idl', 245 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
244 'webmidi/NavigatorWebMIDI.idl', 246 'webmidi/NavigatorWebMIDI.idl',
245 ], 247 ],
246 # interfaces that inherit from Event 248 # interfaces that inherit from Event
247 'modules_event_idl_files': [ 249 'modules_event_idl_files': [
248 'device_light/DeviceLightEvent.idl', 250 'device_light/DeviceLightEvent.idl',
249 'device_orientation/DeviceMotionEvent.idl', 251 'device_orientation/DeviceMotionEvent.idl',
250 'device_orientation/DeviceOrientationEvent.idl', 252 'device_orientation/DeviceOrientationEvent.idl',
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'speech/SpeechSynthesis.cpp', 735 'speech/SpeechSynthesis.cpp',
734 'speech/SpeechSynthesis.h', 736 'speech/SpeechSynthesis.h',
735 'speech/SpeechSynthesisEvent.cpp', 737 'speech/SpeechSynthesisEvent.cpp',
736 'speech/SpeechSynthesisEvent.h', 738 'speech/SpeechSynthesisEvent.h',
737 'speech/SpeechSynthesisUtterance.cpp', 739 'speech/SpeechSynthesisUtterance.cpp',
738 'speech/SpeechSynthesisUtterance.h', 740 'speech/SpeechSynthesisUtterance.h',
739 'speech/SpeechSynthesisVoice.cpp', 741 'speech/SpeechSynthesisVoice.cpp',
740 'speech/SpeechSynthesisVoice.h', 742 'speech/SpeechSynthesisVoice.h',
741 'vibration/NavigatorVibration.cpp', 743 'vibration/NavigatorVibration.cpp',
742 'vibration/NavigatorVibration.h', 744 'vibration/NavigatorVibration.h',
745 'wake_lock/NavigatorWakeLock.cpp',
746 'wake_lock/NavigatorWakeLock.h',
747 'wake_lock/WakeLockController.cpp',
748 'wake_lock/WakeLockController.h',
749 'wake_lock/WakeLockPromiseResolver.cpp',
750 'wake_lock/WakeLockPromiseResolver.h',
751 'wake_lock/WakeLock.cpp',
752 'wake_lock/WakeLock.h',
743 'webaudio/AnalyserNode.cpp', 753 'webaudio/AnalyserNode.cpp',
744 'webaudio/AnalyserNode.h', 754 'webaudio/AnalyserNode.h',
745 'webaudio/AsyncAudioDecoder.cpp', 755 'webaudio/AsyncAudioDecoder.cpp',
746 'webaudio/AsyncAudioDecoder.h', 756 'webaudio/AsyncAudioDecoder.h',
747 'webaudio/AudioBasicInspectorNode.cpp', 757 'webaudio/AudioBasicInspectorNode.cpp',
748 'webaudio/AudioBasicInspectorNode.h', 758 'webaudio/AudioBasicInspectorNode.h',
749 'webaudio/AudioBasicProcessorNode.cpp', 759 'webaudio/AudioBasicProcessorNode.cpp',
750 'webaudio/AudioBasicProcessorNode.h', 760 'webaudio/AudioBasicProcessorNode.h',
751 'webaudio/AudioBuffer.cpp', 761 'webaudio/AudioBuffer.cpp',
752 'webaudio/AudioBuffer.h', 762 'webaudio/AudioBuffer.h',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 'serviceworkers/ServiceWorkerContainerTest.cpp', 1009 'serviceworkers/ServiceWorkerContainerTest.cpp',
1000 'websockets/DOMWebSocketTest.cpp', 1010 'websockets/DOMWebSocketTest.cpp',
1001 'websockets/NewWebSocketChannelImplTest.cpp', 1011 'websockets/NewWebSocketChannelImplTest.cpp',
1002 'websockets/WebSocketDeflaterTest.cpp', 1012 'websockets/WebSocketDeflaterTest.cpp',
1003 'websockets/WebSocketExtensionDispatcherTest.cpp', 1013 'websockets/WebSocketExtensionDispatcherTest.cpp',
1004 'websockets/WebSocketExtensionParserTest.cpp', 1014 'websockets/WebSocketExtensionParserTest.cpp',
1005 'websockets/WebSocketPerMessageDeflateTest.cpp', 1015 'websockets/WebSocketPerMessageDeflateTest.cpp',
1006 ], 1016 ],
1007 }, 1017 },
1008 } 1018 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/wake_lock/NavigatorWakeLock.h » ('j') | Source/modules/wake_lock/NavigatorWakeLock.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698