| 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 2271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2282 'workers/DedicatedWorkerThread.h', | 2282 'workers/DedicatedWorkerThread.h', |
| 2283 'workers/InProcessWorkerBase.cpp', | 2283 'workers/InProcessWorkerBase.cpp', |
| 2284 'workers/InProcessWorkerBase.h', | 2284 'workers/InProcessWorkerBase.h', |
| 2285 'workers/InProcessWorkerGlobalScopeProxy.h', | 2285 'workers/InProcessWorkerGlobalScopeProxy.h', |
| 2286 'workers/InProcessWorkerMessagingProxy.cpp', | 2286 'workers/InProcessWorkerMessagingProxy.cpp', |
| 2287 'workers/InProcessWorkerMessagingProxy.h', | 2287 'workers/InProcessWorkerMessagingProxy.h', |
| 2288 'workers/InProcessWorkerObjectProxy.cpp', | 2288 'workers/InProcessWorkerObjectProxy.cpp', |
| 2289 'workers/InProcessWorkerObjectProxy.h', | 2289 'workers/InProcessWorkerObjectProxy.h', |
| 2290 'workers/MainThreadWorkletGlobalScope.cpp', | 2290 'workers/MainThreadWorkletGlobalScope.cpp', |
| 2291 'workers/MainThreadWorkletGlobalScope.h', | 2291 'workers/MainThreadWorkletGlobalScope.h', |
| 2292 'workers/ParentFrameTaskRunners.cpp', |
| 2293 'workers/ParentFrameTaskRunners.h', |
| 2292 'workers/SharedWorker.cpp', | 2294 'workers/SharedWorker.cpp', |
| 2293 'workers/SharedWorker.h', | 2295 'workers/SharedWorker.h', |
| 2294 'workers/SharedWorkerGlobalScope.cpp', | 2296 'workers/SharedWorkerGlobalScope.cpp', |
| 2295 'workers/SharedWorkerGlobalScope.h', | 2297 'workers/SharedWorkerGlobalScope.h', |
| 2296 'workers/SharedWorkerRepositoryClient.h', | 2298 'workers/SharedWorkerRepositoryClient.h', |
| 2297 'workers/SharedWorkerThread.cpp', | 2299 'workers/SharedWorkerThread.cpp', |
| 2298 'workers/SharedWorkerThread.h', | 2300 'workers/SharedWorkerThread.h', |
| 2299 'workers/Worker.cpp', | 2301 'workers/Worker.cpp', |
| 2300 'workers/Worker.h', | 2302 'workers/Worker.h', |
| 2301 'workers/WorkerBackingThread.cpp', | 2303 'workers/WorkerBackingThread.cpp', |
| (...skipping 1973 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4275 'testing/PrivateScriptTestTest.cpp', | 4277 'testing/PrivateScriptTestTest.cpp', |
| 4276 'timing/MemoryInfoTest.cpp', | 4278 'timing/MemoryInfoTest.cpp', |
| 4277 'timing/PerformanceBaseTest.cpp', | 4279 'timing/PerformanceBaseTest.cpp', |
| 4278 'timing/PerformanceObserverTest.cpp', | 4280 'timing/PerformanceObserverTest.cpp', |
| 4279 'workers/WorkerThreadTest.cpp', | 4281 'workers/WorkerThreadTest.cpp', |
| 4280 'workers/WorkerThreadTestHelper.h', | 4282 'workers/WorkerThreadTestHelper.h', |
| 4281 'xml/parser/SharedBufferReaderTest.cpp', | 4283 'xml/parser/SharedBufferReaderTest.cpp', |
| 4282 ], | 4284 ], |
| 4283 } | 4285 } |
| 4284 } | 4286 } |
| OLD | NEW |