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 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 'webdatabase/DatabaseSync.cpp', | 702 'webdatabase/DatabaseSync.cpp', |
703 'webdatabase/DatabaseSync.h', | 703 'webdatabase/DatabaseSync.h', |
704 'webdatabase/DatabaseTask.cpp', | 704 'webdatabase/DatabaseTask.cpp', |
705 'webdatabase/DatabaseTask.h', | 705 'webdatabase/DatabaseTask.h', |
706 'webdatabase/DatabaseThread.cpp', | 706 'webdatabase/DatabaseThread.cpp', |
707 'webdatabase/DatabaseThread.h', | 707 'webdatabase/DatabaseThread.h', |
708 'webdatabase/DatabaseTracker.cpp', | 708 'webdatabase/DatabaseTracker.cpp', |
709 'webdatabase/DatabaseTracker.h', | 709 'webdatabase/DatabaseTracker.h', |
710 'webdatabase/DOMWindowWebDatabase.cpp', | 710 'webdatabase/DOMWindowWebDatabase.cpp', |
711 'webdatabase/DOMWindowWebDatabase.h', | 711 'webdatabase/DOMWindowWebDatabase.h', |
| 712 'webdatabase/InspectorDatabaseAgent.cpp', |
| 713 'webdatabase/InspectorDatabaseAgent.h', |
| 714 'webdatabase/InspectorDatabaseResource.cpp', |
| 715 'webdatabase/InspectorDatabaseResource.h', |
712 'webdatabase/QuotaTracker.cpp', | 716 'webdatabase/QuotaTracker.cpp', |
713 'webdatabase/QuotaTracker.h', | 717 'webdatabase/QuotaTracker.h', |
714 'webdatabase/SQLCallbackWrapper.h', | 718 'webdatabase/SQLCallbackWrapper.h', |
715 'webdatabase/SQLError.cpp', | 719 'webdatabase/SQLError.cpp', |
716 'webdatabase/SQLError.h', | 720 'webdatabase/SQLError.h', |
717 'webdatabase/SQLResultSet.cpp', | 721 'webdatabase/SQLResultSet.cpp', |
718 'webdatabase/SQLResultSetRowList.cpp', | 722 'webdatabase/SQLResultSetRowList.cpp', |
719 'webdatabase/SQLStatement.cpp', | 723 'webdatabase/SQLStatement.cpp', |
720 'webdatabase/SQLStatement.h', | 724 'webdatabase/SQLStatement.h', |
721 'webdatabase/SQLStatementBackend.cpp', | 725 'webdatabase/SQLStatementBackend.cpp', |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
829 'indexeddb/IDBKeyPathTest.cpp', | 833 'indexeddb/IDBKeyPathTest.cpp', |
830 'indexeddb/IDBRequestTest.cpp', | 834 'indexeddb/IDBRequestTest.cpp', |
831 'indexeddb/IDBTransactionTest.cpp', | 835 'indexeddb/IDBTransactionTest.cpp', |
832 'websockets/WebSocketDeflaterTest.cpp', | 836 'websockets/WebSocketDeflaterTest.cpp', |
833 'websockets/WebSocketExtensionDispatcherTest.cpp', | 837 'websockets/WebSocketExtensionDispatcherTest.cpp', |
834 'websockets/WebSocketExtensionParserTest.cpp', | 838 'websockets/WebSocketExtensionParserTest.cpp', |
835 'websockets/WebSocketPerMessageDeflateTest.cpp', | 839 'websockets/WebSocketPerMessageDeflateTest.cpp', |
836 ], | 840 ], |
837 }, | 841 }, |
838 } | 842 } |
OLD | NEW |