| 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 758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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' : [ | 778 'modules_testing_support_idl_files' : [ |
| 779 'speech/testing/InternalsSpeechSynthesis.idl', |
| 779 'vibration/testing/InternalsVibration.idl', | 780 'vibration/testing/InternalsVibration.idl', |
| 780 ], | 781 ], |
| 781 'modules_testing_support_files': [ | 782 'modules_testing_support_files': [ |
| 783 'speech/testing/InternalsSpeechSynthesis.cpp', |
| 784 'speech/testing/InternalsSpeechSynthesis.h', |
| 782 'vibration/testing/InternalsVibration.cpp', | 785 'vibration/testing/InternalsVibration.cpp', |
| 783 'vibration/testing/InternalsVibration.h', | 786 'vibration/testing/InternalsVibration.h', |
| 784 ], | 787 ], |
| 785 'modules_unittest_files': [ | 788 'modules_unittest_files': [ |
| 786 'indexeddb/IDBDatabaseTest.cpp', | 789 'indexeddb/IDBDatabaseTest.cpp', |
| 787 'indexeddb/IDBKeyPathTest.cpp', | 790 'indexeddb/IDBKeyPathTest.cpp', |
| 788 'indexeddb/IDBRequestTest.cpp', | 791 'indexeddb/IDBRequestTest.cpp', |
| 789 'indexeddb/IDBTransactionTest.cpp', | 792 'indexeddb/IDBTransactionTest.cpp', |
| 790 'websockets/WebSocketDeflaterTest.cpp', | 793 'websockets/WebSocketDeflaterTest.cpp', |
| 791 'websockets/WebSocketExtensionDispatcherTest.cpp', | 794 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 792 'websockets/WebSocketExtensionParserTest.cpp', | 795 'websockets/WebSocketExtensionParserTest.cpp', |
| 793 'websockets/WebSocketPerMessageDeflateTest.cpp', | 796 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 794 ], | 797 ], |
| 795 }, | 798 }, |
| 796 } | 799 } |
| OLD | NEW |