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