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

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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 'quota/NavigatorStorageQuota.idl', 355 'quota/NavigatorStorageQuota.idl',
356 'quota/WindowQuota.idl', 356 'quota/WindowQuota.idl',
357 'quota/WorkerNavigatorStorageQuota.idl', 357 'quota/WorkerNavigatorStorageQuota.idl',
358 'screen_orientation/ScreenScreenOrientation.idl', 358 'screen_orientation/ScreenScreenOrientation.idl',
359 'serviceworkers/NavigatorServiceWorker.idl', 359 'serviceworkers/NavigatorServiceWorker.idl',
360 'speech/WindowSpeech.idl', 360 'speech/WindowSpeech.idl',
361 'speech/WindowSpeechSynthesis.idl', 361 'speech/WindowSpeechSynthesis.idl',
362 'storage/WindowStorage.idl', 362 'storage/WindowStorage.idl',
363 'vibration/NavigatorVibration.idl', 363 'vibration/NavigatorVibration.idl',
364 'vr/NavigatorVRDevice.idl', 364 'vr/NavigatorVRDevice.idl',
365 'wake_lock/ScreenWakeLock.idl',
365 'webaudio/WindowWebAudio.idl', 366 'webaudio/WindowWebAudio.idl',
366 'webdatabase/WindowWebDatabase.idl', 367 'webdatabase/WindowWebDatabase.idl',
367 'webgl/WebGL2RenderingContextBase.idl', 368 'webgl/WebGL2RenderingContextBase.idl',
368 'webgl/WebGLRenderingContextBase.idl', 369 'webgl/WebGLRenderingContextBase.idl',
369 'webmidi/NavigatorWebMIDI.idl', 370 'webmidi/NavigatorWebMIDI.idl',
370 ], 371 ],
371 # interfaces that inherit from Event 372 # interfaces that inherit from Event
372 'modules_event_idl_files': [ 373 'modules_event_idl_files': [
373 'app_banner/BeforeInstallPromptEvent.idl', 374 'app_banner/BeforeInstallPromptEvent.idl',
374 'background_sync/PeriodicSyncEvent.idl', 375 'background_sync/PeriodicSyncEvent.idl',
(...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
1357 'vr/VREyeParameters.h', 1358 'vr/VREyeParameters.h',
1358 'vr/VRFieldOfView.h', 1359 'vr/VRFieldOfView.h',
1359 'vr/VRGetDevicesCallback.cpp', 1360 'vr/VRGetDevicesCallback.cpp',
1360 'vr/VRGetDevicesCallback.h', 1361 'vr/VRGetDevicesCallback.h',
1361 'vr/VRHardwareUnit.cpp', 1362 'vr/VRHardwareUnit.cpp',
1362 'vr/VRHardwareUnit.h', 1363 'vr/VRHardwareUnit.h',
1363 'vr/VRHardwareUnitCollection.cpp', 1364 'vr/VRHardwareUnitCollection.cpp',
1364 'vr/VRHardwareUnitCollection.h', 1365 'vr/VRHardwareUnitCollection.h',
1365 'vr/VRPositionState.cpp', 1366 'vr/VRPositionState.cpp',
1366 'vr/VRPositionState.h', 1367 'vr/VRPositionState.h',
1368 'wake_lock/ScreenWakeLock.cpp',
1369 'wake_lock/ScreenWakeLock.h',
1367 'webaudio/AbstractAudioContext.cpp', 1370 'webaudio/AbstractAudioContext.cpp',
1368 'webaudio/AbstractAudioContext.h', 1371 'webaudio/AbstractAudioContext.h',
1369 'webaudio/AnalyserNode.cpp', 1372 'webaudio/AnalyserNode.cpp',
1370 'webaudio/AnalyserNode.h', 1373 'webaudio/AnalyserNode.h',
1371 'webaudio/AsyncAudioDecoder.cpp', 1374 'webaudio/AsyncAudioDecoder.cpp',
1372 'webaudio/AsyncAudioDecoder.h', 1375 'webaudio/AsyncAudioDecoder.h',
1373 'webaudio/AudioBasicInspectorNode.cpp', 1376 'webaudio/AudioBasicInspectorNode.cpp',
1374 'webaudio/AudioBasicInspectorNode.h', 1377 'webaudio/AudioBasicInspectorNode.h',
1375 'webaudio/AudioBasicProcessorHandler.cpp', 1378 'webaudio/AudioBasicProcessorHandler.cpp',
1376 'webaudio/AudioBasicProcessorHandler.h', 1379 'webaudio/AudioBasicProcessorHandler.h',
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
1726 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1729 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1727 'webaudio/ConvolverNodeTest.cpp', 1730 'webaudio/ConvolverNodeTest.cpp',
1728 'webaudio/DynamicsCompressorNodeTest.cpp', 1731 'webaudio/DynamicsCompressorNodeTest.cpp',
1729 'webaudio/ScriptProcessorNodeTest.cpp', 1732 'webaudio/ScriptProcessorNodeTest.cpp',
1730 'webaudio/StereoPannerNodeTest.cpp', 1733 'webaudio/StereoPannerNodeTest.cpp',
1731 'websockets/DOMWebSocketTest.cpp', 1734 'websockets/DOMWebSocketTest.cpp',
1732 'websockets/DocumentWebSocketChannelTest.cpp', 1735 'websockets/DocumentWebSocketChannelTest.cpp',
1733 ], 1736 ],
1734 }, 1737 },
1735 } 1738 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/wake_lock/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698