| 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 2253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2264 'workers/SharedWorker.h', | 2264 'workers/SharedWorker.h', |
| 2265 'workers/SharedWorkerGlobalScope.cpp', | 2265 'workers/SharedWorkerGlobalScope.cpp', |
| 2266 'workers/SharedWorkerGlobalScope.h', | 2266 'workers/SharedWorkerGlobalScope.h', |
| 2267 'workers/SharedWorkerRepositoryClient.h', | 2267 'workers/SharedWorkerRepositoryClient.h', |
| 2268 'workers/SharedWorkerThread.cpp', | 2268 'workers/SharedWorkerThread.cpp', |
| 2269 'workers/SharedWorkerThread.h', | 2269 'workers/SharedWorkerThread.h', |
| 2270 'workers/Worker.cpp', | 2270 'workers/Worker.cpp', |
| 2271 'workers/Worker.h', | 2271 'workers/Worker.h', |
| 2272 'workers/WorkerBackingThread.cpp', | 2272 'workers/WorkerBackingThread.cpp', |
| 2273 'workers/WorkerBackingThread.h', | 2273 'workers/WorkerBackingThread.h', |
| 2274 'workers/WorkerClients.cpp', |
| 2274 'workers/WorkerClients.h', | 2275 'workers/WorkerClients.h', |
| 2275 'workers/WorkerEventQueue.cpp', | 2276 'workers/WorkerEventQueue.cpp', |
| 2276 'workers/WorkerEventQueue.h', | 2277 'workers/WorkerEventQueue.h', |
| 2277 'workers/WorkerGlobalScope.cpp', | 2278 'workers/WorkerGlobalScope.cpp', |
| 2278 'workers/WorkerGlobalScope.h', | 2279 'workers/WorkerGlobalScope.h', |
| 2279 'workers/WorkerInspectorProxy.cpp', | 2280 'workers/WorkerInspectorProxy.cpp', |
| 2280 'workers/WorkerInspectorProxy.h', | 2281 'workers/WorkerInspectorProxy.h', |
| 2281 'workers/WorkerLoaderProxy.cpp', | 2282 'workers/WorkerLoaderProxy.cpp', |
| 2282 'workers/WorkerLoaderProxy.h', | 2283 'workers/WorkerLoaderProxy.h', |
| 2283 'workers/WorkerLocation.h', | 2284 'workers/WorkerLocation.h', |
| (...skipping 1922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4206 'testing/PrivateScriptTestTest.cpp', | 4207 'testing/PrivateScriptTestTest.cpp', |
| 4207 'timing/MemoryInfoTest.cpp', | 4208 'timing/MemoryInfoTest.cpp', |
| 4208 'timing/PerformanceBaseTest.cpp', | 4209 'timing/PerformanceBaseTest.cpp', |
| 4209 'timing/PerformanceObserverTest.cpp', | 4210 'timing/PerformanceObserverTest.cpp', |
| 4210 'workers/WorkerThreadTest.cpp', | 4211 'workers/WorkerThreadTest.cpp', |
| 4211 'workers/WorkerThreadTestHelper.h', | 4212 'workers/WorkerThreadTestHelper.h', |
| 4212 'xml/parser/SharedBufferReaderTest.cpp', | 4213 'xml/parser/SharedBufferReaderTest.cpp', |
| 4213 ], | 4214 ], |
| 4214 } | 4215 } |
| 4215 } | 4216 } |
| OLD | NEW |