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 2244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2255 'workers/DedicatedWorkerThread.h', | 2255 'workers/DedicatedWorkerThread.h', |
2256 'workers/InProcessWorkerBase.cpp', | 2256 'workers/InProcessWorkerBase.cpp', |
2257 'workers/InProcessWorkerBase.h', | 2257 'workers/InProcessWorkerBase.h', |
2258 'workers/InProcessWorkerGlobalScopeProxy.h', | 2258 'workers/InProcessWorkerGlobalScopeProxy.h', |
2259 'workers/InProcessWorkerMessagingProxy.cpp', | 2259 'workers/InProcessWorkerMessagingProxy.cpp', |
2260 'workers/InProcessWorkerMessagingProxy.h', | 2260 'workers/InProcessWorkerMessagingProxy.h', |
2261 'workers/InProcessWorkerObjectProxy.cpp', | 2261 'workers/InProcessWorkerObjectProxy.cpp', |
2262 'workers/InProcessWorkerObjectProxy.h', | 2262 'workers/InProcessWorkerObjectProxy.h', |
2263 'workers/MainThreadWorkletGlobalScope.cpp', | 2263 'workers/MainThreadWorkletGlobalScope.cpp', |
2264 'workers/MainThreadWorkletGlobalScope.h', | 2264 'workers/MainThreadWorkletGlobalScope.h', |
| 2265 'workers/ParentFrameTaskRunners.cpp', |
| 2266 'workers/ParentFrameTaskRunners.h', |
2265 'workers/SharedWorker.cpp', | 2267 'workers/SharedWorker.cpp', |
2266 'workers/SharedWorker.h', | 2268 'workers/SharedWorker.h', |
2267 'workers/SharedWorkerGlobalScope.cpp', | 2269 'workers/SharedWorkerGlobalScope.cpp', |
2268 'workers/SharedWorkerGlobalScope.h', | 2270 'workers/SharedWorkerGlobalScope.h', |
2269 'workers/SharedWorkerRepositoryClient.h', | 2271 'workers/SharedWorkerRepositoryClient.h', |
2270 'workers/SharedWorkerThread.cpp', | 2272 'workers/SharedWorkerThread.cpp', |
2271 'workers/SharedWorkerThread.h', | 2273 'workers/SharedWorkerThread.h', |
2272 'workers/Worker.cpp', | 2274 'workers/Worker.cpp', |
2273 'workers/Worker.h', | 2275 'workers/Worker.h', |
2274 'workers/WorkerBackingThread.cpp', | 2276 'workers/WorkerBackingThread.cpp', |
(...skipping 1958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4233 'testing/PrivateScriptTestTest.cpp', | 4235 'testing/PrivateScriptTestTest.cpp', |
4234 'timing/MemoryInfoTest.cpp', | 4236 'timing/MemoryInfoTest.cpp', |
4235 'timing/PerformanceBaseTest.cpp', | 4237 'timing/PerformanceBaseTest.cpp', |
4236 'timing/PerformanceObserverTest.cpp', | 4238 'timing/PerformanceObserverTest.cpp', |
4237 'workers/WorkerThreadTest.cpp', | 4239 'workers/WorkerThreadTest.cpp', |
4238 'workers/WorkerThreadTestHelper.h', | 4240 'workers/WorkerThreadTestHelper.h', |
4239 'xml/parser/SharedBufferReaderTest.cpp', | 4241 'xml/parser/SharedBufferReaderTest.cpp', |
4240 ], | 4242 ], |
4241 } | 4243 } |
4242 } | 4244 } |
OLD | NEW |