| 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/AnimationEffectReadOnly.idl', | 9 'animation/AnimationEffectReadOnly.idl', |
| 10 'animation/AnimationEffectTiming.idl', | 10 'animation/AnimationEffectTiming.idl', |
| (...skipping 2291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2302 'workers/ParentFrameTaskRunners.h', | 2302 'workers/ParentFrameTaskRunners.h', |
| 2303 'workers/SharedWorker.cpp', | 2303 'workers/SharedWorker.cpp', |
| 2304 'workers/SharedWorker.h', | 2304 'workers/SharedWorker.h', |
| 2305 'workers/SharedWorkerGlobalScope.cpp', | 2305 'workers/SharedWorkerGlobalScope.cpp', |
| 2306 'workers/SharedWorkerGlobalScope.h', | 2306 'workers/SharedWorkerGlobalScope.h', |
| 2307 'workers/SharedWorkerRepositoryClient.h', | 2307 'workers/SharedWorkerRepositoryClient.h', |
| 2308 'workers/SharedWorkerThread.cpp', | 2308 'workers/SharedWorkerThread.cpp', |
| 2309 'workers/SharedWorkerThread.h', | 2309 'workers/SharedWorkerThread.h', |
| 2310 'workers/ThreadedWorkletGlobalScope.cpp', | 2310 'workers/ThreadedWorkletGlobalScope.cpp', |
| 2311 'workers/ThreadedWorkletGlobalScope.h', | 2311 'workers/ThreadedWorkletGlobalScope.h', |
| 2312 'workers/ThreadedWorkletGlobalScopeProxy.h', | 2312 'workers/ThreadedWorkletMessagingProxy.cpp', |
| 2313 'workers/ThreadedWorkletMessagingProxy.h', |
| 2314 'workers/ThreadedWorkletObjectProxy.cpp', |
| 2315 'workers/ThreadedWorkletObjectProxy.h', |
| 2313 'workers/Worker.cpp', | 2316 'workers/Worker.cpp', |
| 2314 'workers/Worker.h', | 2317 'workers/Worker.h', |
| 2315 'workers/WorkerBackingThread.cpp', | 2318 'workers/WorkerBackingThread.cpp', |
| 2316 'workers/WorkerBackingThread.h', | 2319 'workers/WorkerBackingThread.h', |
| 2317 'workers/WorkerClients.cpp', | 2320 'workers/WorkerClients.cpp', |
| 2318 'workers/WorkerClients.h', | 2321 'workers/WorkerClients.h', |
| 2319 'workers/WorkerEventQueue.cpp', | 2322 'workers/WorkerEventQueue.cpp', |
| 2320 'workers/WorkerEventQueue.h', | 2323 'workers/WorkerEventQueue.h', |
| 2321 'workers/WorkerGlobalScope.cpp', | 2324 'workers/WorkerGlobalScope.cpp', |
| 2322 'workers/WorkerGlobalScope.h', | 2325 'workers/WorkerGlobalScope.h', |
| (...skipping 1975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4298 'timing/MemoryInfoTest.cpp', | 4301 'timing/MemoryInfoTest.cpp', |
| 4299 'timing/PerformanceBaseTest.cpp', | 4302 'timing/PerformanceBaseTest.cpp', |
| 4300 'timing/PerformanceObserverTest.cpp', | 4303 'timing/PerformanceObserverTest.cpp', |
| 4301 'workers/DedicatedWorkerTest.cpp', | 4304 'workers/DedicatedWorkerTest.cpp', |
| 4302 'workers/WorkerThreadTest.cpp', | 4305 'workers/WorkerThreadTest.cpp', |
| 4303 'workers/WorkerThreadTestHelper.h', | 4306 'workers/WorkerThreadTestHelper.h', |
| 4304 'xml/parser/SharedBufferReaderTest.cpp', | 4307 'xml/parser/SharedBufferReaderTest.cpp', |
| 4305 ], | 4308 ], |
| 4306 } | 4309 } |
| 4307 } | 4310 } |
| OLD | NEW |