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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/wake_lock/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 625298aec131eba779876cac322253c43f8b6d84..e0e5c7465279bb4f15bc553ed629f1659d6881fe 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -362,6 +362,7 @@
'storage/WindowStorage.idl',
'vibration/NavigatorVibration.idl',
'vr/NavigatorVRDevice.idl',
+ 'wake_lock/ScreenWakeLock.idl',
'webaudio/WindowWebAudio.idl',
'webdatabase/WindowWebDatabase.idl',
'webgl/WebGL2RenderingContextBase.idl',
@@ -1364,6 +1365,8 @@
'vr/VRHardwareUnitCollection.h',
'vr/VRPositionState.cpp',
'vr/VRPositionState.h',
+ 'wake_lock/ScreenWakeLock.cpp',
+ 'wake_lock/ScreenWakeLock.h',
'webaudio/AbstractAudioContext.cpp',
'webaudio/AbstractAudioContext.h',
'webaudio/AnalyserNode.cpp',
« 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