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

Unified Diff: Source/modules/modules.gypi

Issue 15724023: Vibration API: use runtime flag, change from client to platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 7 years, 6 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 | « Source/core/page/RuntimeEnabledFeatures.in ('k') | Source/modules/vibration/NavigatorVibration.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 bbf1c120ddc858b1f1ecb9fc5baf0665f9a42c51..70f4be92d2f4b513f245bb1af64170e0dbee95dc 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -131,6 +131,7 @@
'speech/SpeechSynthesisUtterance.idl',
'speech/SpeechSynthesisVoice.idl',
'speech/WindowSpeechSynthesis.idl',
+ 'vibration/NavigatorVibration.idl',
'webaudio/AudioBuffer.idl',
'webaudio/AudioBufferCallback.idl',
'webaudio/AudioBufferSourceNode.idl',
@@ -481,6 +482,8 @@
'speech/SpeechSynthesisUtterance.h',
'speech/SpeechSynthesisVoice.cpp',
'speech/SpeechSynthesisVoice.h',
+ 'vibration/NavigatorVibration.cpp',
+ 'vibration/NavigatorVibration.h',
'webaudio/AudioBasicInspectorNode.cpp',
'webaudio/AudioBasicInspectorNode.h',
'webaudio/AudioBasicProcessorNode.cpp',
« no previous file with comments | « Source/core/page/RuntimeEnabledFeatures.in ('k') | Source/modules/vibration/NavigatorVibration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698