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

Unified Diff: Source/modules/modules.gypi

Issue 18478003: Vibration cannot be canceled during pattern vibration. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for Relanding Created 7 years, 2 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/modules/modules.gyp ('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 2a7347762059f158b56d3fa20c679954bea6726f..7a7c9d97a3a3b29ec2359ea014ad412db874ad56 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -775,6 +775,13 @@
'websockets/WorkerThreadableWebSocketChannel.cpp',
'websockets/WorkerThreadableWebSocketChannel.h',
],
+ 'modules_testing_support_idl_files' : [
+ 'vibration/testing/InternalsVibration.idl',
+ ],
+ 'modules_testing_support_files': [
+ 'vibration/testing/InternalsVibration.cpp',
+ 'vibration/testing/InternalsVibration.h',
+ ],
'modules_unittest_files': [
'indexeddb/IDBDatabaseTest.cpp',
'indexeddb/IDBKeyPathTest.cpp',
« no previous file with comments | « Source/modules/modules.gyp ('k') | Source/modules/vibration/NavigatorVibration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698