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

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: Vibration cannot be canceled during pattern vibration. Created 7 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 ba24a2ed92ab362d4bd2ec0c321e2037492ced7b..d7216cd7d5df3ad10b89ce5f4d24689447ed1989 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -748,6 +748,13 @@
'websockets/WorkerThreadableWebSocketChannel.cpp',
'websockets/WorkerThreadableWebSocketChannel.h',
],
+ 'modules_test_support_idl_files' : [
+ 'testing/InternalsVibration.idl',
+ ],
+ 'modules_test_support_files': [
+ 'testing/InternalsVibration.cpp',
+ 'testing/InternalsVibration.h',
+ ],
'modules_unittest_files': [
'indexeddb/IDBDatabaseTest.cpp',
'indexeddb/IDBKeyPathTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698