| 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 2252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2263 'workers/DedicatedWorkerThread.h', | 2263 'workers/DedicatedWorkerThread.h', |
| 2264 'workers/InProcessWorkerBase.cpp', | 2264 'workers/InProcessWorkerBase.cpp', |
| 2265 'workers/InProcessWorkerBase.h', | 2265 'workers/InProcessWorkerBase.h', |
| 2266 'workers/InProcessWorkerGlobalScopeProxy.h', | 2266 'workers/InProcessWorkerGlobalScopeProxy.h', |
| 2267 'workers/InProcessWorkerMessagingProxy.cpp', | 2267 'workers/InProcessWorkerMessagingProxy.cpp', |
| 2268 'workers/InProcessWorkerMessagingProxy.h', | 2268 'workers/InProcessWorkerMessagingProxy.h', |
| 2269 'workers/InProcessWorkerObjectProxy.cpp', | 2269 'workers/InProcessWorkerObjectProxy.cpp', |
| 2270 'workers/InProcessWorkerObjectProxy.h', | 2270 'workers/InProcessWorkerObjectProxy.h', |
| 2271 'workers/MainThreadWorkletGlobalScope.cpp', | 2271 'workers/MainThreadWorkletGlobalScope.cpp', |
| 2272 'workers/MainThreadWorkletGlobalScope.h', | 2272 'workers/MainThreadWorkletGlobalScope.h', |
| 2273 'workers/ParentFrameTaskRunners.cpp', |
| 2274 'workers/ParentFrameTaskRunners.h', |
| 2273 'workers/SharedWorker.cpp', | 2275 'workers/SharedWorker.cpp', |
| 2274 'workers/SharedWorker.h', | 2276 'workers/SharedWorker.h', |
| 2275 'workers/SharedWorkerGlobalScope.cpp', | 2277 'workers/SharedWorkerGlobalScope.cpp', |
| 2276 'workers/SharedWorkerGlobalScope.h', | 2278 'workers/SharedWorkerGlobalScope.h', |
| 2277 'workers/SharedWorkerRepositoryClient.h', | 2279 'workers/SharedWorkerRepositoryClient.h', |
| 2278 'workers/SharedWorkerThread.cpp', | 2280 'workers/SharedWorkerThread.cpp', |
| 2279 'workers/SharedWorkerThread.h', | 2281 'workers/SharedWorkerThread.h', |
| 2280 'workers/Worker.cpp', | 2282 'workers/Worker.cpp', |
| 2281 'workers/Worker.h', | 2283 'workers/Worker.h', |
| 2282 'workers/WorkerBackingThread.cpp', | 2284 'workers/WorkerBackingThread.cpp', |
| (...skipping 1968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4251 'testing/PrivateScriptTestTest.cpp', | 4253 'testing/PrivateScriptTestTest.cpp', |
| 4252 'timing/MemoryInfoTest.cpp', | 4254 'timing/MemoryInfoTest.cpp', |
| 4253 'timing/PerformanceBaseTest.cpp', | 4255 'timing/PerformanceBaseTest.cpp', |
| 4254 'timing/PerformanceObserverTest.cpp', | 4256 'timing/PerformanceObserverTest.cpp', |
| 4255 'workers/WorkerThreadTest.cpp', | 4257 'workers/WorkerThreadTest.cpp', |
| 4256 'workers/WorkerThreadTestHelper.h', | 4258 'workers/WorkerThreadTestHelper.h', |
| 4257 'xml/parser/SharedBufferReaderTest.cpp', | 4259 'xml/parser/SharedBufferReaderTest.cpp', |
| 4258 ], | 4260 ], |
| 4259 } | 4261 } |
| 4260 } | 4262 } |
| OLD | NEW |