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

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 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index cad847601ea7447d6e738561281809ddd5808269..3390488e22f21b48559500be7ac68738d9725e14 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -778,6 +778,13 @@
'websockets/WorkerThreadableWebSocketChannel.cpp',
'websockets/WorkerThreadableWebSocketChannel.h',
],
+ 'modules_testing_support_idl_files' : [
+ 'testing/InternalsVibration.idl',
+ ],
+ 'modules_testing_support_files': [
+ 'testing/InternalsVibration.cpp',
+ 'testing/InternalsVibration.h',
+ ],
abarth-chromium 2013/10/15 23:56:55 These should be in vibration/testing/InternalsVibr
kihong 2013/10/16 00:18:36 Currently Internals includes these modules headers
kihong 2013/10/16 01:16:50 Done.
'modules_unittest_files': [
'indexeddb/IDBDatabaseTest.cpp',
'indexeddb/IDBKeyPathTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698