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 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
962 'serviceworkers/ServiceWorkerWindowClient.cpp', | 962 'serviceworkers/ServiceWorkerWindowClient.cpp', |
963 'serviceworkers/ServiceWorkerWindowClient.h', | 963 'serviceworkers/ServiceWorkerWindowClient.h', |
964 'serviceworkers/ServiceWorkerError.cpp', | 964 'serviceworkers/ServiceWorkerError.cpp', |
965 'serviceworkers/ServiceWorkerError.h', | 965 'serviceworkers/ServiceWorkerError.h', |
966 'serviceworkers/ServiceWorkerGlobalScope.cpp', | 966 'serviceworkers/ServiceWorkerGlobalScope.cpp', |
967 'serviceworkers/ServiceWorkerGlobalScope.h', | 967 'serviceworkers/ServiceWorkerGlobalScope.h', |
968 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp', | 968 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp', |
969 'serviceworkers/ServiceWorkerGlobalScopeClient.h', | 969 'serviceworkers/ServiceWorkerGlobalScopeClient.h', |
970 'serviceworkers/ServiceWorkerRegistration.cpp', | 970 'serviceworkers/ServiceWorkerRegistration.cpp', |
971 'serviceworkers/ServiceWorkerRegistration.h', | 971 'serviceworkers/ServiceWorkerRegistration.h', |
| 972 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp', |
| 973 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h', |
972 'serviceworkers/ServiceWorkerThread.cpp', | 974 'serviceworkers/ServiceWorkerThread.cpp', |
973 'serviceworkers/ServiceWorkerThread.h', | 975 'serviceworkers/ServiceWorkerThread.h', |
974 'serviceworkers/WaitUntilObserver.cpp', | 976 'serviceworkers/WaitUntilObserver.cpp', |
975 'speech/DOMWindowSpeechSynthesis.cpp', | 977 'speech/DOMWindowSpeechSynthesis.cpp', |
976 'speech/DOMWindowSpeechSynthesis.h', | 978 'speech/DOMWindowSpeechSynthesis.h', |
977 'speech/SpeechGrammar.cpp', | 979 'speech/SpeechGrammar.cpp', |
978 'speech/SpeechGrammar.h', | 980 'speech/SpeechGrammar.h', |
979 'speech/SpeechGrammarList.cpp', | 981 'speech/SpeechGrammarList.cpp', |
980 'speech/SpeechGrammarList.h', | 982 'speech/SpeechGrammarList.h', |
981 'speech/SpeechRecognition.cpp', | 983 'speech/SpeechRecognition.cpp', |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1234 'indexeddb/IDBKeyPathTest.cpp', | 1236 'indexeddb/IDBKeyPathTest.cpp', |
1235 'indexeddb/IDBRequestTest.cpp', | 1237 'indexeddb/IDBRequestTest.cpp', |
1236 'indexeddb/IDBTransactionTest.cpp', | 1238 'indexeddb/IDBTransactionTest.cpp', |
1237 'serviceworkers/CacheTest.cpp', | 1239 'serviceworkers/CacheTest.cpp', |
1238 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1240 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1239 'websockets/DOMWebSocketTest.cpp', | 1241 'websockets/DOMWebSocketTest.cpp', |
1240 'websockets/DocumentWebSocketChannelTest.cpp', | 1242 'websockets/DocumentWebSocketChannelTest.cpp', |
1241 ], | 1243 ], |
1242 }, | 1244 }, |
1243 } | 1245 } |
OLD | NEW |