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

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: Created 5 years, 5 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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 'quota/NavigatorStorageQuota.idl', 300 'quota/NavigatorStorageQuota.idl',
301 'quota/WindowQuota.idl', 301 'quota/WindowQuota.idl',
302 'quota/WorkerNavigatorStorageQuota.idl', 302 'quota/WorkerNavigatorStorageQuota.idl',
303 'screen_orientation/ScreenScreenOrientation.idl', 303 'screen_orientation/ScreenScreenOrientation.idl',
304 'serviceworkers/NavigatorServiceWorker.idl', 304 'serviceworkers/NavigatorServiceWorker.idl',
305 'speech/WindowSpeech.idl', 305 'speech/WindowSpeech.idl',
306 'speech/WindowSpeechSynthesis.idl', 306 'speech/WindowSpeechSynthesis.idl',
307 'storage/WindowStorage.idl', 307 'storage/WindowStorage.idl',
308 'vibration/NavigatorVibration.idl', 308 'vibration/NavigatorVibration.idl',
309 'vr/NavigatorVRDevice.idl', 309 'vr/NavigatorVRDevice.idl',
310 'wake_lock/ScreenWakeLock.idl',
310 'webaudio/WindowWebAudio.idl', 311 'webaudio/WindowWebAudio.idl',
311 'webdatabase/WindowWebDatabase.idl', 312 'webdatabase/WindowWebDatabase.idl',
312 'webmidi/NavigatorWebMIDI.idl', 313 'webmidi/NavigatorWebMIDI.idl',
313 ], 314 ],
314 # interfaces that inherit from Event 315 # interfaces that inherit from Event
315 'modules_event_idl_files': [ 316 'modules_event_idl_files': [
316 'app_banner/BeforeInstallPromptEvent.idl', 317 'app_banner/BeforeInstallPromptEvent.idl',
317 'background_sync/PeriodicSyncEvent.idl', 318 'background_sync/PeriodicSyncEvent.idl',
318 'background_sync/SyncEvent.idl', 319 'background_sync/SyncEvent.idl',
319 'device_light/DeviceLightEvent.idl', 320 'device_light/DeviceLightEvent.idl',
(...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after
1252 'vr/VREyeParameters.h', 1253 'vr/VREyeParameters.h',
1253 'vr/VRFieldOfView.h', 1254 'vr/VRFieldOfView.h',
1254 'vr/VRGetDevicesCallback.cpp', 1255 'vr/VRGetDevicesCallback.cpp',
1255 'vr/VRGetDevicesCallback.h', 1256 'vr/VRGetDevicesCallback.h',
1256 'vr/VRHardwareUnit.cpp', 1257 'vr/VRHardwareUnit.cpp',
1257 'vr/VRHardwareUnit.h', 1258 'vr/VRHardwareUnit.h',
1258 'vr/VRHardwareUnitCollection.cpp', 1259 'vr/VRHardwareUnitCollection.cpp',
1259 'vr/VRHardwareUnitCollection.h', 1260 'vr/VRHardwareUnitCollection.h',
1260 'vr/VRPositionState.cpp', 1261 'vr/VRPositionState.cpp',
1261 'vr/VRPositionState.h', 1262 'vr/VRPositionState.h',
1263 'wake_lock/ScreenWakeLock.cpp',
1264 'wake_lock/ScreenWakeLock.h',
1262 'webaudio/AnalyserNode.cpp', 1265 'webaudio/AnalyserNode.cpp',
1263 'webaudio/AnalyserNode.h', 1266 'webaudio/AnalyserNode.h',
1264 'webaudio/AsyncAudioDecoder.cpp', 1267 'webaudio/AsyncAudioDecoder.cpp',
1265 'webaudio/AsyncAudioDecoder.h', 1268 'webaudio/AsyncAudioDecoder.h',
1266 'webaudio/AudioBasicInspectorNode.cpp', 1269 'webaudio/AudioBasicInspectorNode.cpp',
1267 'webaudio/AudioBasicInspectorNode.h', 1270 'webaudio/AudioBasicInspectorNode.h',
1268 'webaudio/AudioBasicProcessorHandler.cpp', 1271 'webaudio/AudioBasicProcessorHandler.cpp',
1269 'webaudio/AudioBasicProcessorHandler.h', 1272 'webaudio/AudioBasicProcessorHandler.h',
1270 'webaudio/AudioBuffer.cpp', 1273 'webaudio/AudioBuffer.cpp',
1271 'webaudio/AudioBuffer.h', 1274 'webaudio/AudioBuffer.h',
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
1509 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1512 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1510 'webaudio/ConvolverNodeTest.cpp', 1513 'webaudio/ConvolverNodeTest.cpp',
1511 'webaudio/DynamicsCompressorNodeTest.cpp', 1514 'webaudio/DynamicsCompressorNodeTest.cpp',
1512 'webaudio/ScriptProcessorNodeTest.cpp', 1515 'webaudio/ScriptProcessorNodeTest.cpp',
1513 'webaudio/StereoPannerNodeTest.cpp', 1516 'webaudio/StereoPannerNodeTest.cpp',
1514 'websockets/DOMWebSocketTest.cpp', 1517 'websockets/DOMWebSocketTest.cpp',
1515 'websockets/DocumentWebSocketChannelTest.cpp', 1518 'websockets/DocumentWebSocketChannelTest.cpp',
1516 ], 1519 ],
1517 }, 1520 },
1518 } 1521 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698