Chromium Code Reviews| 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', |