| 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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 663 'webdatabase/SQLTransactionStateMachine.h', | 663 'webdatabase/SQLTransactionStateMachine.h', |
| 664 'webdatabase/SQLTransactionSync.cpp', | 664 'webdatabase/SQLTransactionSync.cpp', |
| 665 'webdatabase/SQLTransactionSync.h', | 665 'webdatabase/SQLTransactionSync.h', |
| 666 'webdatabase/SQLTransactionSyncCallback.h', | 666 'webdatabase/SQLTransactionSyncCallback.h', |
| 667 'webdatabase/WorkerGlobalScopeWebDatabase.cpp', | 667 'webdatabase/WorkerGlobalScopeWebDatabase.cpp', |
| 668 'webdatabase/WorkerGlobalScopeWebDatabase.h', | 668 'webdatabase/WorkerGlobalScopeWebDatabase.h', |
| 669 'webmidi/MIDIAccess.cpp', | 669 'webmidi/MIDIAccess.cpp', |
| 670 'webmidi/MIDIAccess.h', | 670 'webmidi/MIDIAccess.h', |
| 671 'webmidi/MIDIAccessPromise.cpp', | 671 'webmidi/MIDIAccessPromise.cpp', |
| 672 'webmidi/MIDIAccessPromise.h', | 672 'webmidi/MIDIAccessPromise.h', |
| 673 'webmidi/MIDIClient.h', |
| 674 'webmidi/MIDIController.cpp', |
| 675 'webmidi/MIDIController.h', |
| 673 'webmidi/MIDIConnectionEvent.h', | 676 'webmidi/MIDIConnectionEvent.h', |
| 674 'webmidi/MIDIErrorCallback.h', | 677 'webmidi/MIDIErrorCallback.h', |
| 675 'webmidi/MIDIInput.cpp', | 678 'webmidi/MIDIInput.cpp', |
| 676 'webmidi/MIDIInput.h', | 679 'webmidi/MIDIInput.h', |
| 677 'webmidi/MIDIMessageEvent.h', | 680 'webmidi/MIDIMessageEvent.h', |
| 678 'webmidi/MIDIOptions.h', | 681 'webmidi/MIDIOptions.h', |
| 679 'webmidi/MIDIOutput.cpp', | 682 'webmidi/MIDIOutput.cpp', |
| 680 'webmidi/MIDIOutput.h', | 683 'webmidi/MIDIOutput.h', |
| 681 'webmidi/MIDIPort.cpp', | 684 'webmidi/MIDIPort.cpp', |
| 682 'webmidi/MIDIPort.h', | 685 'webmidi/MIDIPort.h', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 716 'websockets/WorkerThreadableWebSocketChannel.h', | 719 'websockets/WorkerThreadableWebSocketChannel.h', |
| 717 ], | 720 ], |
| 718 'modules_unittest_files': [ | 721 'modules_unittest_files': [ |
| 719 'websockets/WebSocketDeflaterTest.cpp', | 722 'websockets/WebSocketDeflaterTest.cpp', |
| 720 'websockets/WebSocketExtensionDispatcherTest.cpp', | 723 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 721 'websockets/WebSocketExtensionParserTest.cpp', | 724 'websockets/WebSocketExtensionParserTest.cpp', |
| 722 'websockets/WebSocketPerMessageDeflateTest.cpp', | 725 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 723 ], | 726 ], |
| 724 }, | 727 }, |
| 725 } | 728 } |
| OLD | NEW |