| 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 2257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2268 'workers/WorkerGlobalScope.cpp', | 2268 'workers/WorkerGlobalScope.cpp', |
| 2269 'workers/WorkerGlobalScope.h', | 2269 'workers/WorkerGlobalScope.h', |
| 2270 'workers/WorkerInspectorProxy.cpp', | 2270 'workers/WorkerInspectorProxy.cpp', |
| 2271 'workers/WorkerInspectorProxy.h', | 2271 'workers/WorkerInspectorProxy.h', |
| 2272 'workers/WorkerLoaderProxy.cpp', | 2272 'workers/WorkerLoaderProxy.cpp', |
| 2273 'workers/WorkerLoaderProxy.h', | 2273 'workers/WorkerLoaderProxy.h', |
| 2274 'workers/WorkerLocation.h', | 2274 'workers/WorkerLocation.h', |
| 2275 'workers/WorkerNavigator.cpp', | 2275 'workers/WorkerNavigator.cpp', |
| 2276 'workers/WorkerNavigator.h', | 2276 'workers/WorkerNavigator.h', |
| 2277 'workers/WorkerOrWorkletGlobalScope.h', | 2277 'workers/WorkerOrWorkletGlobalScope.h', |
| 2278 'workers/WorkerOrWorkletThread.cpp', |
| 2279 'workers/WorkerOrWorkletThread.h', |
| 2278 'workers/WorkerReportingProxy.h', | 2280 'workers/WorkerReportingProxy.h', |
| 2279 'workers/WorkerScriptLoader.cpp', | 2281 'workers/WorkerScriptLoader.cpp', |
| 2280 'workers/WorkerScriptLoader.h', | 2282 'workers/WorkerScriptLoader.h', |
| 2281 'workers/WorkerThread.cpp', | 2283 'workers/WorkerThread.cpp', |
| 2282 'workers/WorkerThread.h', | 2284 'workers/WorkerThread.h', |
| 2283 'workers/WorkerThreadStartupData.cpp', | 2285 'workers/WorkerThreadStartupData.cpp', |
| 2284 'workers/WorkerThreadStartupData.h', | 2286 'workers/WorkerThreadStartupData.h', |
| 2285 'workers/WorkletGlobalScope.cpp', | 2287 'workers/WorkletGlobalScope.cpp', |
| 2286 'workers/WorkletGlobalScope.h', | 2288 'workers/WorkletGlobalScope.h', |
| 2287 'xml/DOMParser.cpp', | 2289 'xml/DOMParser.cpp', |
| (...skipping 1870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4158 'testing/PrivateScriptTestTest.cpp', | 4160 'testing/PrivateScriptTestTest.cpp', |
| 4159 'timing/MemoryInfoTest.cpp', | 4161 'timing/MemoryInfoTest.cpp', |
| 4160 'timing/PerformanceBaseTest.cpp', | 4162 'timing/PerformanceBaseTest.cpp', |
| 4161 'timing/PerformanceObserverTest.cpp', | 4163 'timing/PerformanceObserverTest.cpp', |
| 4162 'workers/WorkerThreadTest.cpp', | 4164 'workers/WorkerThreadTest.cpp', |
| 4163 'workers/WorkerThreadTestHelper.h', | 4165 'workers/WorkerThreadTestHelper.h', |
| 4164 'xml/parser/SharedBufferReaderTest.cpp', | 4166 'xml/parser/SharedBufferReaderTest.cpp', |
| 4165 ], | 4167 ], |
| 4166 } | 4168 } |
| 4167 } | 4169 } |
| OLD | NEW |