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', |