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

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

Issue 1084923002: Wake Lock API implementation (Blink part) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Applied review comments Created 5 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'quota/NavigatorStorageQuota.idl', 287 'quota/NavigatorStorageQuota.idl',
288 'quota/WindowQuota.idl', 288 'quota/WindowQuota.idl',
289 'quota/WorkerNavigatorStorageQuota.idl', 289 'quota/WorkerNavigatorStorageQuota.idl',
290 'screen_orientation/ScreenScreenOrientation.idl', 290 'screen_orientation/ScreenScreenOrientation.idl',
291 'serviceworkers/NavigatorServiceWorker.idl', 291 'serviceworkers/NavigatorServiceWorker.idl',
292 'speech/WindowSpeech.idl', 292 'speech/WindowSpeech.idl',
293 'speech/WindowSpeechSynthesis.idl', 293 'speech/WindowSpeechSynthesis.idl',
294 'storage/WindowStorage.idl', 294 'storage/WindowStorage.idl',
295 'vibration/NavigatorVibration.idl', 295 'vibration/NavigatorVibration.idl',
296 'vr/NavigatorVRDevice.idl', 296 'vr/NavigatorVRDevice.idl',
297 'wake_lock/DocumentWakeLock.idl',
297 'webaudio/WindowWebAudio.idl', 298 'webaudio/WindowWebAudio.idl',
298 'webdatabase/WindowWebDatabase.idl', 299 'webdatabase/WindowWebDatabase.idl',
299 'webmidi/NavigatorWebMIDI.idl', 300 'webmidi/NavigatorWebMIDI.idl',
300 ], 301 ],
301 # interfaces that inherit from Event 302 # interfaces that inherit from Event
302 'modules_event_idl_files': [ 303 'modules_event_idl_files': [
303 'app_banner/BeforeInstallPromptEvent.idl', 304 'app_banner/BeforeInstallPromptEvent.idl',
304 'background_sync/SyncEvent.idl', 305 'background_sync/SyncEvent.idl',
305 'device_light/DeviceLightEvent.idl', 306 'device_light/DeviceLightEvent.idl',
306 'device_orientation/DeviceMotionEvent.idl', 307 'device_orientation/DeviceMotionEvent.idl',
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 'vr/PositionSensorVRDevice.h', 1137 'vr/PositionSensorVRDevice.h',
1137 'vr/VRDevice.cpp', 1138 'vr/VRDevice.cpp',
1138 'vr/VRDevice.h', 1139 'vr/VRDevice.h',
1139 'vr/VREyeParameters.cpp', 1140 'vr/VREyeParameters.cpp',
1140 'vr/VREyeParameters.h', 1141 'vr/VREyeParameters.h',
1141 'vr/VRFieldOfView.h', 1142 'vr/VRFieldOfView.h',
1142 'vr/VRHardwareUnit.cpp', 1143 'vr/VRHardwareUnit.cpp',
1143 'vr/VRHardwareUnit.h', 1144 'vr/VRHardwareUnit.h',
1144 'vr/VRPositionState.cpp', 1145 'vr/VRPositionState.cpp',
1145 'vr/VRPositionState.h', 1146 'vr/VRPositionState.h',
1147 'wake_lock/DocumentWakeLock.cpp',
1148 'wake_lock/DocumentWakeLock.h',
1149 'wake_lock/WakeLock.cpp',
1150 'wake_lock/WakeLock.h',
1151 'wake_lock/WakeLockController.cpp',
1152 'wake_lock/WakeLockController.h',
1146 'webaudio/AnalyserNode.cpp', 1153 'webaudio/AnalyserNode.cpp',
1147 'webaudio/AnalyserNode.h', 1154 'webaudio/AnalyserNode.h',
1148 'webaudio/AsyncAudioDecoder.cpp', 1155 'webaudio/AsyncAudioDecoder.cpp',
1149 'webaudio/AsyncAudioDecoder.h', 1156 'webaudio/AsyncAudioDecoder.h',
1150 'webaudio/AudioBasicInspectorNode.cpp', 1157 'webaudio/AudioBasicInspectorNode.cpp',
1151 'webaudio/AudioBasicInspectorNode.h', 1158 'webaudio/AudioBasicInspectorNode.h',
1152 'webaudio/AudioBasicProcessorNode.cpp', 1159 'webaudio/AudioBasicProcessorNode.cpp',
1153 'webaudio/AudioBasicProcessorNode.h', 1160 'webaudio/AudioBasicProcessorNode.h',
1154 'webaudio/AudioBuffer.cpp', 1161 'webaudio/AudioBuffer.cpp',
1155 'webaudio/AudioBuffer.h', 1162 'webaudio/AudioBuffer.h',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
1373 'indexeddb/IDBKeyPathTest.cpp', 1380 'indexeddb/IDBKeyPathTest.cpp',
1374 'indexeddb/IDBRequestTest.cpp', 1381 'indexeddb/IDBRequestTest.cpp',
1375 'indexeddb/IDBTransactionTest.cpp', 1382 'indexeddb/IDBTransactionTest.cpp',
1376 'serviceworkers/CacheTest.cpp', 1383 'serviceworkers/CacheTest.cpp',
1377 'serviceworkers/ServiceWorkerContainerTest.cpp', 1384 'serviceworkers/ServiceWorkerContainerTest.cpp',
1378 'websockets/DOMWebSocketTest.cpp', 1385 'websockets/DOMWebSocketTest.cpp',
1379 'websockets/DocumentWebSocketChannelTest.cpp', 1386 'websockets/DocumentWebSocketChannelTest.cpp',
1380 ], 1387 ],
1381 }, 1388 },
1382 } 1389 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698