| 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 | 10 |
| (...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 741 'websockets/WebSocketHandshake.h', | 741 'websockets/WebSocketHandshake.h', |
| 742 'websockets/WebSocketHandshakeRequest.cpp', | 742 'websockets/WebSocketHandshakeRequest.cpp', |
| 743 'websockets/WebSocketHandshakeRequest.h', | 743 'websockets/WebSocketHandshakeRequest.h', |
| 744 'websockets/WebSocketHandshakeResponse.cpp', | 744 'websockets/WebSocketHandshakeResponse.cpp', |
| 745 'websockets/WebSocketHandshakeResponse.h', | 745 'websockets/WebSocketHandshakeResponse.h', |
| 746 'websockets/WebSocketPerMessageDeflate.cpp', | 746 'websockets/WebSocketPerMessageDeflate.cpp', |
| 747 'websockets/WebSocketPerMessageDeflate.h', | 747 'websockets/WebSocketPerMessageDeflate.h', |
| 748 'websockets/WorkerThreadableWebSocketChannel.cpp', | 748 'websockets/WorkerThreadableWebSocketChannel.cpp', |
| 749 'websockets/WorkerThreadableWebSocketChannel.h', | 749 'websockets/WorkerThreadableWebSocketChannel.h', |
| 750 ], | 750 ], |
| 751 'modules_test_support_idl_files' : [ |
| 752 'testing/InternalsVibration.idl', |
| 753 ], |
| 754 'modules_test_support_files': [ |
| 755 'testing/InternalsVibration.cpp', |
| 756 'testing/InternalsVibration.h', |
| 757 ], |
| 751 'modules_unittest_files': [ | 758 'modules_unittest_files': [ |
| 752 'indexeddb/IDBDatabaseTest.cpp', | 759 'indexeddb/IDBDatabaseTest.cpp', |
| 753 'indexeddb/IDBKeyPathTest.cpp', | 760 'indexeddb/IDBKeyPathTest.cpp', |
| 754 'indexeddb/IDBRequestTest.cpp', | 761 'indexeddb/IDBRequestTest.cpp', |
| 755 'indexeddb/IDBTransactionTest.cpp', | 762 'indexeddb/IDBTransactionTest.cpp', |
| 756 'websockets/WebSocketDeflaterTest.cpp', | 763 'websockets/WebSocketDeflaterTest.cpp', |
| 757 'websockets/WebSocketExtensionDispatcherTest.cpp', | 764 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 758 'websockets/WebSocketExtensionParserTest.cpp', | 765 'websockets/WebSocketExtensionParserTest.cpp', |
| 759 'websockets/WebSocketPerMessageDeflateTest.cpp', | 766 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 760 ], | 767 ], |
| 761 }, | 768 }, |
| 762 } | 769 } |
| OLD | NEW |