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

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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 649993b5b49f1ab7f78b4f8b0725ce882f95a909..4ab478b5135086cbd622821d39effb97c1fda0a6 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -145,6 +145,7 @@
'speech/SpeechSynthesisEvent.idl',
'speech/SpeechSynthesisUtterance.idl',
'speech/SpeechSynthesisVoice.idl',
+ 'wake_lock/WakeLock.idl',
'webaudio/AnalyserNode.idl',
'webaudio/AudioBuffer.idl',
'webaudio/AudioBufferCallback.idl',
@@ -238,6 +239,7 @@
'speech/WindowSpeech.idl',
'speech/WindowSpeechSynthesis.idl',
'vibration/NavigatorVibration.idl',
+ 'wake_lock/NavigatorWakeLock.idl',
'webaudio/WindowWebAudio.idl',
'webdatabase/WindowWebDatabase.idl',
'webdatabase/WorkerGlobalScopeWebDatabase.idl',
@@ -740,6 +742,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') | Source/modules/wake_lock/NavigatorWakeLock.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698