OLD | NEW |
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 '../core/core_generated.gypi', | 3 '../core/core_generated.gypi', |
4 'modules_generated.gypi', | 4 'modules_generated.gypi', |
5 ], | 5 ], |
6 'variables': { | 6 'variables': { |
7 # Experimental hooks for embedder to provide extra IDL and source files. | 7 # Experimental hooks for embedder to provide extra IDL and source files. |
8 # | 8 # |
9 # Note: this is not a supported API. If you rely on this, you will be broken | 9 # Note: this is not a supported API. If you rely on this, you will be broken |
10 # from time to time as the code generator changes in backward incompatible | 10 # from time to time as the code generator changes in backward incompatible |
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
562 'indexeddb/IDBKey.h', | 562 'indexeddb/IDBKey.h', |
563 'indexeddb/IDBKeyPath.cpp', | 563 'indexeddb/IDBKeyPath.cpp', |
564 'indexeddb/IDBKeyPath.h', | 564 'indexeddb/IDBKeyPath.h', |
565 'indexeddb/IDBKeyRange.cpp', | 565 'indexeddb/IDBKeyRange.cpp', |
566 'indexeddb/IDBKeyRange.h', | 566 'indexeddb/IDBKeyRange.h', |
567 'indexeddb/IDBMetadata.h', | 567 'indexeddb/IDBMetadata.h', |
568 'indexeddb/IDBObjectStore.cpp', | 568 'indexeddb/IDBObjectStore.cpp', |
569 'indexeddb/IDBObjectStore.h', | 569 'indexeddb/IDBObjectStore.h', |
570 'indexeddb/IDBOpenDBRequest.cpp', | 570 'indexeddb/IDBOpenDBRequest.cpp', |
571 'indexeddb/IDBOpenDBRequest.h', | 571 'indexeddb/IDBOpenDBRequest.h', |
572 'indexeddb/IDBPendingTransactionMonitor.cpp', | |
573 'indexeddb/IDBPendingTransactionMonitor.h', | |
574 'indexeddb/IDBRequest.cpp', | 572 'indexeddb/IDBRequest.cpp', |
575 'indexeddb/IDBRequest.h', | 573 'indexeddb/IDBRequest.h', |
576 'indexeddb/IDBTracing.h', | 574 'indexeddb/IDBTracing.h', |
577 'indexeddb/IDBTransaction.cpp', | 575 'indexeddb/IDBTransaction.cpp', |
578 'indexeddb/IDBTransaction.h', | 576 'indexeddb/IDBTransaction.h', |
579 'indexeddb/IDBVersionChangeEvent.cpp', | 577 'indexeddb/IDBVersionChangeEvent.cpp', |
580 'indexeddb/IDBVersionChangeEvent.h', | 578 'indexeddb/IDBVersionChangeEvent.h', |
581 'indexeddb/IndexedDB.h', | 579 'indexeddb/IndexedDB.h', |
582 'indexeddb/IndexedDBClient.cpp', | 580 'indexeddb/IndexedDBClient.cpp', |
583 'indexeddb/IndexedDBClient.h', | 581 'indexeddb/IndexedDBClient.h', |
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1055 'serviceworkers/CacheTest.cpp', | 1053 'serviceworkers/CacheTest.cpp', |
1056 'serviceworkers/FetchResponseDataTest.cpp', | 1054 'serviceworkers/FetchResponseDataTest.cpp', |
1057 'serviceworkers/RequestTest.cpp', | 1055 'serviceworkers/RequestTest.cpp', |
1058 'serviceworkers/ResponseTest.cpp', | 1056 'serviceworkers/ResponseTest.cpp', |
1059 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1057 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1060 'websockets/DOMWebSocketTest.cpp', | 1058 'websockets/DOMWebSocketTest.cpp', |
1061 'websockets/DocumentWebSocketChannelTest.cpp', | 1059 'websockets/DocumentWebSocketChannelTest.cpp', |
1062 ], | 1060 ], |
1063 }, | 1061 }, |
1064 } | 1062 } |
OLD | NEW |