| 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 2171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2182 'workers/InProcessWorkerBase.h', | 2182 'workers/InProcessWorkerBase.h', |
| 2183 'workers/SharedWorker.cpp', | 2183 'workers/SharedWorker.cpp', |
| 2184 'workers/SharedWorker.h', | 2184 'workers/SharedWorker.h', |
| 2185 'workers/SharedWorkerGlobalScope.cpp', | 2185 'workers/SharedWorkerGlobalScope.cpp', |
| 2186 'workers/SharedWorkerGlobalScope.h', | 2186 'workers/SharedWorkerGlobalScope.h', |
| 2187 'workers/SharedWorkerRepositoryClient.h', | 2187 'workers/SharedWorkerRepositoryClient.h', |
| 2188 'workers/SharedWorkerThread.cpp', | 2188 'workers/SharedWorkerThread.cpp', |
| 2189 'workers/SharedWorkerThread.h', | 2189 'workers/SharedWorkerThread.h', |
| 2190 'workers/Worker.cpp', | 2190 'workers/Worker.cpp', |
| 2191 'workers/Worker.h', | 2191 'workers/Worker.h', |
| 2192 'workers/WorkerBackingThread.cpp', |
| 2193 'workers/WorkerBackingThread.h', |
| 2192 'workers/WorkerClients.h', | 2194 'workers/WorkerClients.h', |
| 2193 'workers/WorkerConsole.cpp', | 2195 'workers/WorkerConsole.cpp', |
| 2194 'workers/WorkerConsole.h', | 2196 'workers/WorkerConsole.h', |
| 2195 'workers/WorkerEventQueue.cpp', | 2197 'workers/WorkerEventQueue.cpp', |
| 2196 'workers/WorkerEventQueue.h', | 2198 'workers/WorkerEventQueue.h', |
| 2197 'workers/WorkerGlobalScope.cpp', | 2199 'workers/WorkerGlobalScope.cpp', |
| 2198 'workers/WorkerGlobalScope.h', | 2200 'workers/WorkerGlobalScope.h', |
| 2199 'workers/WorkerGlobalScopeProxy.h', | 2201 'workers/WorkerGlobalScopeProxy.h', |
| 2200 'workers/WorkerGlobalScopeProxyProvider.cpp', | 2202 'workers/WorkerGlobalScopeProxyProvider.cpp', |
| 2201 'workers/WorkerGlobalScopeProxyProvider.h', | 2203 'workers/WorkerGlobalScopeProxyProvider.h', |
| (...skipping 1837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4039 'style/SVGComputedStyleTest.cpp', | 4041 'style/SVGComputedStyleTest.cpp', |
| 4040 'svg/SVGPathParserTest.cpp', | 4042 'svg/SVGPathParserTest.cpp', |
| 4041 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4043 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4042 'testing/PrivateScriptTestTest.cpp', | 4044 'testing/PrivateScriptTestTest.cpp', |
| 4043 'timing/MemoryInfoTest.cpp', | 4045 'timing/MemoryInfoTest.cpp', |
| 4044 'workers/WorkerThreadTest.cpp', | 4046 'workers/WorkerThreadTest.cpp', |
| 4045 'xml/parser/SharedBufferReaderTest.cpp', | 4047 'xml/parser/SharedBufferReaderTest.cpp', |
| 4046 ], | 4048 ], |
| 4047 } | 4049 } |
| 4048 } | 4050 } |
| OLD | NEW |