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