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

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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index eecb365334127c46b7b4ef216524a432c7a79865..81ae6efcd53d3141c9cdb2d8a5745fcb9ca8841d 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -307,6 +307,7 @@
'storage/WindowStorage.idl',
'vibration/NavigatorVibration.idl',
'vr/NavigatorVRDevice.idl',
+ 'wake_lock/ScreenWakeLock.idl',
'webaudio/WindowWebAudio.idl',
'webdatabase/WindowWebDatabase.idl',
'webmidi/NavigatorWebMIDI.idl',
@@ -1259,6 +1260,8 @@
'vr/VRHardwareUnitCollection.h',
'vr/VRPositionState.cpp',
'vr/VRPositionState.h',
+ 'wake_lock/ScreenWakeLock.cpp',
+ 'wake_lock/ScreenWakeLock.h',
'webaudio/AnalyserNode.cpp',
'webaudio/AnalyserNode.h',
'webaudio/AsyncAudioDecoder.cpp',

Powered by Google App Engine
This is Rietveld 408576698