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

Unified Diff: Source/modules/modules.gypi

Issue 399313003: Initial implementation of API WakeLock. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Implementation of WakeLock API on JavaScript side. Created 6 years, 4 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 | « no previous file | Source/modules/wake_lock/NavigatorWakeLock.h » ('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 488b33d326c26148cae850429df733151f31b78b..53fdde2d4a9c1c59d926ab531ae134215b557b87 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -150,6 +150,7 @@
'speech/SpeechSynthesisEvent.idl',
'speech/SpeechSynthesisUtterance.idl',
'speech/SpeechSynthesisVoice.idl',
+ 'wake_lock/WakeLock.idl',
'webaudio/AnalyserNode.idl',
'webaudio/AudioBuffer.idl',
'webaudio/AudioBufferCallback.idl',
@@ -244,6 +245,7 @@
'speech/WindowSpeech.idl',
'speech/WindowSpeechSynthesis.idl',
'vibration/NavigatorVibration.idl',
+ 'wake_lock/NavigatorWakeLock.idl',
'webaudio/WindowWebAudio.idl',
'webdatabase/WindowWebDatabase.idl',
'webdatabase/WorkerGlobalScopeWebDatabase.idl',
@@ -760,6 +762,14 @@
'speech/SpeechSynthesisVoice.h',
'vibration/NavigatorVibration.cpp',
'vibration/NavigatorVibration.h',
+ 'wake_lock/NavigatorWakeLock.cpp',
+ 'wake_lock/NavigatorWakeLock.h',
+ 'wake_lock/WakeLockController.cpp',
+ 'wake_lock/WakeLockController.h',
+ 'wake_lock/WakeLockPromiseResolver.cpp',
+ 'wake_lock/WakeLockPromiseResolver.h',
+ 'wake_lock/WakeLock.cpp',
+ 'wake_lock/WakeLock.h',
'webaudio/AnalyserNode.cpp',
'webaudio/AnalyserNode.h',
'webaudio/AsyncAudioDecoder.cpp',
« no previous file with comments | « no previous file | Source/modules/wake_lock/NavigatorWakeLock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698