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 # Files for which bindings (.cpp and .h files) will be generated | 10 # Files for which bindings (.cpp and .h files) will be generated |
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
692 'webdatabase/DatabaseSync.cpp', | 692 'webdatabase/DatabaseSync.cpp', |
693 'webdatabase/DatabaseSync.h', | 693 'webdatabase/DatabaseSync.h', |
694 'webdatabase/DatabaseTask.cpp', | 694 'webdatabase/DatabaseTask.cpp', |
695 'webdatabase/DatabaseTask.h', | 695 'webdatabase/DatabaseTask.h', |
696 'webdatabase/DatabaseThread.cpp', | 696 'webdatabase/DatabaseThread.cpp', |
697 'webdatabase/DatabaseThread.h', | 697 'webdatabase/DatabaseThread.h', |
698 'webdatabase/DatabaseTracker.cpp', | 698 'webdatabase/DatabaseTracker.cpp', |
699 'webdatabase/DatabaseTracker.h', | 699 'webdatabase/DatabaseTracker.h', |
700 'webdatabase/DOMWindowWebDatabase.cpp', | 700 'webdatabase/DOMWindowWebDatabase.cpp', |
701 'webdatabase/DOMWindowWebDatabase.h', | 701 'webdatabase/DOMWindowWebDatabase.h', |
| 702 'webdatabase/InspectorDatabaseAgent.cpp', |
| 703 'webdatabase/InspectorDatabaseAgent.h', |
| 704 'webdatabase/InspectorDatabaseResource.cpp', |
| 705 'webdatabase/InspectorDatabaseResource.h', |
702 'webdatabase/QuotaTracker.cpp', | 706 'webdatabase/QuotaTracker.cpp', |
703 'webdatabase/QuotaTracker.h', | 707 'webdatabase/QuotaTracker.h', |
704 'webdatabase/SQLCallbackWrapper.h', | 708 'webdatabase/SQLCallbackWrapper.h', |
705 'webdatabase/SQLError.cpp', | 709 'webdatabase/SQLError.cpp', |
706 'webdatabase/SQLError.h', | 710 'webdatabase/SQLError.h', |
707 'webdatabase/SQLResultSet.cpp', | 711 'webdatabase/SQLResultSet.cpp', |
708 'webdatabase/SQLResultSetRowList.cpp', | 712 'webdatabase/SQLResultSetRowList.cpp', |
709 'webdatabase/SQLStatement.cpp', | 713 'webdatabase/SQLStatement.cpp', |
710 'webdatabase/SQLStatement.h', | 714 'webdatabase/SQLStatement.h', |
711 'webdatabase/SQLStatementBackend.cpp', | 715 'webdatabase/SQLStatementBackend.cpp', |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
819 'indexeddb/IDBKeyPathTest.cpp', | 823 'indexeddb/IDBKeyPathTest.cpp', |
820 'indexeddb/IDBRequestTest.cpp', | 824 'indexeddb/IDBRequestTest.cpp', |
821 'indexeddb/IDBTransactionTest.cpp', | 825 'indexeddb/IDBTransactionTest.cpp', |
822 'websockets/WebSocketDeflaterTest.cpp', | 826 'websockets/WebSocketDeflaterTest.cpp', |
823 'websockets/WebSocketExtensionDispatcherTest.cpp', | 827 'websockets/WebSocketExtensionDispatcherTest.cpp', |
824 'websockets/WebSocketExtensionParserTest.cpp', | 828 'websockets/WebSocketExtensionParserTest.cpp', |
825 'websockets/WebSocketPerMessageDeflateTest.cpp', | 829 'websockets/WebSocketPerMessageDeflateTest.cpp', |
826 ], | 830 ], |
827 }, | 831 }, |
828 } | 832 } |
OLD | NEW |