OLD | NEW |
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 'core_generated.gypi', | 3 'core_generated.gypi', |
4 ], | 4 ], |
5 'variables': { | 5 'variables': { |
6 # Files for which bindings (.cpp and .h files) will be generated | 6 # Files for which bindings (.cpp and .h files) will be generated |
7 'core_idl_files': [ | 7 'core_idl_files': [ |
8 'animation/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
(...skipping 2259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2270 'workers/WorkerLoaderProxy.h', | 2270 'workers/WorkerLoaderProxy.h', |
2271 'workers/WorkerLocation.h', | 2271 'workers/WorkerLocation.h', |
2272 'workers/WorkerNavigator.cpp', | 2272 'workers/WorkerNavigator.cpp', |
2273 'workers/WorkerNavigator.h', | 2273 'workers/WorkerNavigator.h', |
2274 'workers/WorkerOrWorkletGlobalScope.h', | 2274 'workers/WorkerOrWorkletGlobalScope.h', |
2275 'workers/WorkerReportingProxy.h', | 2275 'workers/WorkerReportingProxy.h', |
2276 'workers/WorkerScriptLoader.cpp', | 2276 'workers/WorkerScriptLoader.cpp', |
2277 'workers/WorkerScriptLoader.h', | 2277 'workers/WorkerScriptLoader.h', |
2278 'workers/WorkerThread.cpp', | 2278 'workers/WorkerThread.cpp', |
2279 'workers/WorkerThread.h', | 2279 'workers/WorkerThread.h', |
| 2280 'workers/WorkerThreadLifecycleObserver.cpp', |
| 2281 'workers/WorkerThreadLifecycleObserver.h', |
2280 'workers/WorkerThreadStartupData.cpp', | 2282 'workers/WorkerThreadStartupData.cpp', |
2281 'workers/WorkerThreadStartupData.h', | 2283 'workers/WorkerThreadStartupData.h', |
2282 'xml/DOMParser.cpp', | 2284 'xml/DOMParser.cpp', |
2283 'xml/DOMParser.h', | 2285 'xml/DOMParser.h', |
2284 'xml/DocumentXPathEvaluator.cpp', | 2286 'xml/DocumentXPathEvaluator.cpp', |
2285 'xml/DocumentXPathEvaluator.h', | 2287 'xml/DocumentXPathEvaluator.h', |
2286 'xml/DocumentXSLT.cpp', | 2288 'xml/DocumentXSLT.cpp', |
2287 'xml/DocumentXSLT.h', | 2289 'xml/DocumentXSLT.h', |
2288 'xml/NativeXPathNSResolver.cpp', | 2290 'xml/NativeXPathNSResolver.cpp', |
2289 'xml/NativeXPathNSResolver.h', | 2291 'xml/NativeXPathNSResolver.h', |
(...skipping 1858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4148 'testing/PrivateScriptTestTest.cpp', | 4150 'testing/PrivateScriptTestTest.cpp', |
4149 'timing/MemoryInfoTest.cpp', | 4151 'timing/MemoryInfoTest.cpp', |
4150 'timing/PerformanceBaseTest.cpp', | 4152 'timing/PerformanceBaseTest.cpp', |
4151 'timing/PerformanceObserverTest.cpp', | 4153 'timing/PerformanceObserverTest.cpp', |
4152 'workers/WorkerThreadTest.cpp', | 4154 'workers/WorkerThreadTest.cpp', |
4153 'workers/WorkerThreadTestHelper.h', | 4155 'workers/WorkerThreadTestHelper.h', |
4154 'xml/parser/SharedBufferReaderTest.cpp', | 4156 'xml/parser/SharedBufferReaderTest.cpp', |
4155 ], | 4157 ], |
4156 } | 4158 } |
4157 } | 4159 } |
OLD | NEW |