| 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 2272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2283 'workers/WorkerInspectorProxy.h', | 2283 'workers/WorkerInspectorProxy.h', |
| 2284 'workers/WorkerLoaderProxy.cpp', | 2284 'workers/WorkerLoaderProxy.cpp', |
| 2285 'workers/WorkerLoaderProxy.h', | 2285 'workers/WorkerLoaderProxy.h', |
| 2286 'workers/WorkerLocation.h', | 2286 'workers/WorkerLocation.h', |
| 2287 'workers/WorkerNavigator.cpp', | 2287 'workers/WorkerNavigator.cpp', |
| 2288 'workers/WorkerNavigator.h', | 2288 'workers/WorkerNavigator.h', |
| 2289 'workers/WorkerOrWorkletGlobalScope.h', | 2289 'workers/WorkerOrWorkletGlobalScope.h', |
| 2290 'workers/WorkerReportingProxy.h', | 2290 'workers/WorkerReportingProxy.h', |
| 2291 'workers/WorkerScriptLoader.cpp', | 2291 'workers/WorkerScriptLoader.cpp', |
| 2292 'workers/WorkerScriptLoader.h', | 2292 'workers/WorkerScriptLoader.h', |
| 2293 'workers/WorkerSettings.cpp', |
| 2294 'workers/WorkerSettings.h', |
| 2293 'workers/WorkerThread.cpp', | 2295 'workers/WorkerThread.cpp', |
| 2294 'workers/WorkerThread.h', | 2296 'workers/WorkerThread.h', |
| 2295 'workers/WorkerThreadLifecycleObserver.cpp', | 2297 'workers/WorkerThreadLifecycleObserver.cpp', |
| 2296 'workers/WorkerThreadLifecycleObserver.h', | 2298 'workers/WorkerThreadLifecycleObserver.h', |
| 2297 'workers/WorkerThreadStartupData.cpp', | 2299 'workers/WorkerThreadStartupData.cpp', |
| 2298 'workers/WorkerThreadStartupData.h', | 2300 'workers/WorkerThreadStartupData.h', |
| 2299 'workers/WorkletGlobalScope.cpp', | 2301 'workers/WorkletGlobalScope.cpp', |
| 2300 'workers/WorkletGlobalScope.h', | 2302 'workers/WorkletGlobalScope.h', |
| 2301 'xml/DOMParser.cpp', | 2303 'xml/DOMParser.cpp', |
| 2302 'xml/DOMParser.h', | 2304 'xml/DOMParser.h', |
| (...skipping 1928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4231 'testing/PrivateScriptTestTest.cpp', | 4233 'testing/PrivateScriptTestTest.cpp', |
| 4232 'timing/MemoryInfoTest.cpp', | 4234 'timing/MemoryInfoTest.cpp', |
| 4233 'timing/PerformanceBaseTest.cpp', | 4235 'timing/PerformanceBaseTest.cpp', |
| 4234 'timing/PerformanceObserverTest.cpp', | 4236 'timing/PerformanceObserverTest.cpp', |
| 4235 'workers/WorkerThreadTest.cpp', | 4237 'workers/WorkerThreadTest.cpp', |
| 4236 'workers/WorkerThreadTestHelper.h', | 4238 'workers/WorkerThreadTestHelper.h', |
| 4237 'xml/parser/SharedBufferReaderTest.cpp', | 4239 'xml/parser/SharedBufferReaderTest.cpp', |
| 4238 ], | 4240 ], |
| 4239 } | 4241 } |
| 4240 } | 4242 } |
| OLD | NEW |