| 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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 'webdatabase/DatabaseBackendSync.h', | 588 'webdatabase/DatabaseBackendSync.h', |
| 589 'webdatabase/DatabaseBase.cpp', | 589 'webdatabase/DatabaseBase.cpp', |
| 590 'webdatabase/DatabaseBase.h', | 590 'webdatabase/DatabaseBase.h', |
| 591 'webdatabase/DatabaseBasicTypes.h', | 591 'webdatabase/DatabaseBasicTypes.h', |
| 592 'webdatabase/DatabaseCallback.h', | 592 'webdatabase/DatabaseCallback.h', |
| 593 'webdatabase/DatabaseContext.cpp', | 593 'webdatabase/DatabaseContext.cpp', |
| 594 'webdatabase/DatabaseContext.h', | 594 'webdatabase/DatabaseContext.h', |
| 595 'webdatabase/DatabaseError.h', | 595 'webdatabase/DatabaseError.h', |
| 596 'webdatabase/DatabaseManager.cpp', | 596 'webdatabase/DatabaseManager.cpp', |
| 597 'webdatabase/DatabaseManager.h', | 597 'webdatabase/DatabaseManager.h', |
| 598 'webdatabase/DatabaseObserver.h', |
| 598 'webdatabase/DatabaseServer.cpp', | 599 'webdatabase/DatabaseServer.cpp', |
| 599 'webdatabase/DatabaseServer.h', | 600 'webdatabase/DatabaseServer.h', |
| 600 'webdatabase/DatabaseSync.cpp', | 601 'webdatabase/DatabaseSync.cpp', |
| 601 'webdatabase/DatabaseSync.h', | 602 'webdatabase/DatabaseSync.h', |
| 602 'webdatabase/DatabaseTask.cpp', | 603 'webdatabase/DatabaseTask.cpp', |
| 603 'webdatabase/DatabaseTask.h', | 604 'webdatabase/DatabaseTask.h', |
| 604 'webdatabase/DatabaseThread.cpp', | 605 'webdatabase/DatabaseThread.cpp', |
| 605 'webdatabase/DatabaseThread.h', | 606 'webdatabase/DatabaseThread.h', |
| 607 'webdatabase/DatabaseTracker.cpp', |
| 606 'webdatabase/DatabaseTracker.h', | 608 'webdatabase/DatabaseTracker.h', |
| 607 'webdatabase/DOMWindowWebDatabase.cpp', | 609 'webdatabase/DOMWindowWebDatabase.cpp', |
| 608 'webdatabase/DOMWindowWebDatabase.h', | 610 'webdatabase/DOMWindowWebDatabase.h', |
| 611 'webdatabase/QuotaTracker.cpp', |
| 612 'webdatabase/QuotaTracker.h', |
| 609 'webdatabase/SQLCallbackWrapper.h', | 613 'webdatabase/SQLCallbackWrapper.h', |
| 610 'webdatabase/SQLException.cpp', | 614 'webdatabase/SQLException.cpp', |
| 611 'webdatabase/SQLException.h', | 615 'webdatabase/SQLException.h', |
| 612 'webdatabase/SQLResultSet.cpp', | 616 'webdatabase/SQLResultSet.cpp', |
| 613 'webdatabase/SQLResultSetRowList.cpp', | 617 'webdatabase/SQLResultSetRowList.cpp', |
| 614 'webdatabase/SQLStatement.cpp', | 618 'webdatabase/SQLStatement.cpp', |
| 615 'webdatabase/SQLStatement.h', | 619 'webdatabase/SQLStatement.h', |
| 616 'webdatabase/SQLStatementBackend.cpp', | 620 'webdatabase/SQLStatementBackend.cpp', |
| 617 'webdatabase/SQLStatementBackend.h', | 621 'webdatabase/SQLStatementBackend.h', |
| 618 'webdatabase/SQLStatementSync.cpp', | 622 'webdatabase/SQLStatementSync.cpp', |
| 619 'webdatabase/SQLStatementSync.h', | 623 'webdatabase/SQLStatementSync.h', |
| 620 'webdatabase/SQLTransaction.cpp', | 624 'webdatabase/SQLTransaction.cpp', |
| 621 'webdatabase/SQLTransaction.h', | 625 'webdatabase/SQLTransaction.h', |
| 622 'webdatabase/SQLTransactionBackend.cpp', | 626 'webdatabase/SQLTransactionBackend.cpp', |
| 623 'webdatabase/SQLTransactionBackend.h', | 627 'webdatabase/SQLTransactionBackend.h', |
| 624 'webdatabase/SQLTransactionBackendSync.cpp', | 628 'webdatabase/SQLTransactionBackendSync.cpp', |
| 625 'webdatabase/SQLTransactionBackendSync.h', | 629 'webdatabase/SQLTransactionBackendSync.h', |
| 630 'webdatabase/SQLTransactionClient.cpp', |
| 626 'webdatabase/SQLTransactionClient.h', | 631 'webdatabase/SQLTransactionClient.h', |
| 627 'webdatabase/SQLTransactionCoordinator.cpp', | 632 'webdatabase/SQLTransactionCoordinator.cpp', |
| 628 'webdatabase/SQLTransactionCoordinator.h', | 633 'webdatabase/SQLTransactionCoordinator.h', |
| 629 'webdatabase/SQLTransactionState.h', | 634 'webdatabase/SQLTransactionState.h', |
| 630 'webdatabase/SQLTransactionStateMachine.cpp', | 635 'webdatabase/SQLTransactionStateMachine.cpp', |
| 631 'webdatabase/SQLTransactionStateMachine.h', | 636 'webdatabase/SQLTransactionStateMachine.h', |
| 632 'webdatabase/SQLTransactionSync.cpp', | 637 'webdatabase/SQLTransactionSync.cpp', |
| 633 'webdatabase/SQLTransactionSync.h', | 638 'webdatabase/SQLTransactionSync.h', |
| 634 'webdatabase/SQLTransactionSyncCallback.h', | 639 'webdatabase/SQLTransactionSyncCallback.h', |
| 635 'webdatabase/WorkerContextWebDatabase.cpp', | 640 'webdatabase/WorkerContextWebDatabase.cpp', |
| 636 'webdatabase/WorkerContextWebDatabase.h', | 641 'webdatabase/WorkerContextWebDatabase.h', |
| 637 'webdatabase/chromium/DatabaseObserver.h', | |
| 638 'webdatabase/chromium/DatabaseTrackerChromium.cpp', | |
| 639 'webdatabase/chromium/QuotaTracker.cpp', | |
| 640 'webdatabase/chromium/QuotaTracker.h', | |
| 641 'webdatabase/chromium/SQLTransactionClientChromium.cpp', | |
| 642 'webmidi/MIDIAccess.cpp', | 642 'webmidi/MIDIAccess.cpp', |
| 643 'webmidi/MIDIAccess.h', | 643 'webmidi/MIDIAccess.h', |
| 644 'webmidi/MIDIAccessPromise.cpp', | 644 'webmidi/MIDIAccessPromise.cpp', |
| 645 'webmidi/MIDIAccessPromise.h', | 645 'webmidi/MIDIAccessPromise.h', |
| 646 'webmidi/MIDIConnectionEvent.h', | 646 'webmidi/MIDIConnectionEvent.h', |
| 647 'webmidi/MIDIErrorCallback.h', | 647 'webmidi/MIDIErrorCallback.h', |
| 648 'webmidi/MIDIInput.cpp', | 648 'webmidi/MIDIInput.cpp', |
| 649 'webmidi/MIDIInput.h', | 649 'webmidi/MIDIInput.h', |
| 650 'webmidi/MIDIMessageEvent.h', | 650 'webmidi/MIDIMessageEvent.h', |
| 651 'webmidi/MIDIOptions.h', | 651 'webmidi/MIDIOptions.h', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 'websockets/WorkerThreadableWebSocketChannel.cpp', | 688 'websockets/WorkerThreadableWebSocketChannel.cpp', |
| 689 'websockets/WorkerThreadableWebSocketChannel.h', | 689 'websockets/WorkerThreadableWebSocketChannel.h', |
| 690 ], | 690 ], |
| 691 'modules_unittest_files': [ | 691 'modules_unittest_files': [ |
| 692 'websockets/WebSocketDeflaterTest.cpp', | 692 'websockets/WebSocketDeflaterTest.cpp', |
| 693 'websockets/WebSocketExtensionDispatcherTest.cpp', | 693 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 694 'websockets/WebSocketPerMessageDeflateTest.cpp', | 694 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 695 ], | 695 ], |
| 696 }, | 696 }, |
| 697 } | 697 } |
| OLD | NEW |