| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 # Experimental hooks for embedder to provide extra IDL and source files. | 3 # Experimental hooks for embedder to provide extra IDL and source files. |
| 4 # | 4 # |
| 5 # Note: this is not a supported API. If you rely on this, you will be broken | 5 # Note: this is not a supported API. If you rely on this, you will be broken |
| 6 # from time to time as the code generator changes in backward incompatible | 6 # from time to time as the code generator changes in backward incompatible |
| 7 # ways. | 7 # ways. |
| 8 'extra_blink_module_idl_files': [], | 8 'extra_blink_module_idl_files': [], |
| 9 'extra_blink_module_files': [], | 9 'extra_blink_module_files': [], |
| 10 'modules_idl_files': [ | 10 'modules_idl_files': [ |
| (...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 768 'websockets/WebSocketHandshake.h', | 768 'websockets/WebSocketHandshake.h', |
| 769 'websockets/WebSocketHandshakeRequest.cpp', | 769 'websockets/WebSocketHandshakeRequest.cpp', |
| 770 'websockets/WebSocketHandshakeRequest.h', | 770 'websockets/WebSocketHandshakeRequest.h', |
| 771 'websockets/WebSocketHandshakeResponse.cpp', | 771 'websockets/WebSocketHandshakeResponse.cpp', |
| 772 'websockets/WebSocketHandshakeResponse.h', | 772 'websockets/WebSocketHandshakeResponse.h', |
| 773 'websockets/WebSocketPerMessageDeflate.cpp', | 773 'websockets/WebSocketPerMessageDeflate.cpp', |
| 774 'websockets/WebSocketPerMessageDeflate.h', | 774 'websockets/WebSocketPerMessageDeflate.h', |
| 775 'websockets/WorkerThreadableWebSocketChannel.cpp', | 775 'websockets/WorkerThreadableWebSocketChannel.cpp', |
| 776 'websockets/WorkerThreadableWebSocketChannel.h', | 776 'websockets/WorkerThreadableWebSocketChannel.h', |
| 777 ], | 777 ], |
| 778 'modules_testing_support_idl_files' : [ | |
| 779 'vibration/testing/InternalsVibration.idl', | |
| 780 ], | |
| 781 'modules_testing_support_files': [ | |
| 782 'vibration/testing/InternalsVibration.cpp', | |
| 783 'vibration/testing/InternalsVibration.h', | |
| 784 ], | |
| 785 'modules_unittest_files': [ | 778 'modules_unittest_files': [ |
| 786 'indexeddb/IDBDatabaseTest.cpp', | 779 'indexeddb/IDBDatabaseTest.cpp', |
| 787 'indexeddb/IDBKeyPathTest.cpp', | 780 'indexeddb/IDBKeyPathTest.cpp', |
| 788 'indexeddb/IDBRequestTest.cpp', | 781 'indexeddb/IDBRequestTest.cpp', |
| 789 'indexeddb/IDBTransactionTest.cpp', | 782 'indexeddb/IDBTransactionTest.cpp', |
| 790 'websockets/WebSocketDeflaterTest.cpp', | 783 'websockets/WebSocketDeflaterTest.cpp', |
| 791 'websockets/WebSocketExtensionDispatcherTest.cpp', | 784 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 792 'websockets/WebSocketExtensionParserTest.cpp', | 785 'websockets/WebSocketExtensionParserTest.cpp', |
| 793 'websockets/WebSocketPerMessageDeflateTest.cpp', | 786 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 794 ], | 787 ], |
| 795 }, | 788 }, |
| 796 } | 789 } |
| OLD | NEW |