| 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 2178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2189 'workers/AbstractWorker.cpp', | 2189 'workers/AbstractWorker.cpp', |
| 2190 'workers/AbstractWorker.h', | 2190 'workers/AbstractWorker.h', |
| 2191 'workers/DedicatedWorkerGlobalScope.cpp', | 2191 'workers/DedicatedWorkerGlobalScope.cpp', |
| 2192 'workers/DedicatedWorkerGlobalScope.h', | 2192 'workers/DedicatedWorkerGlobalScope.h', |
| 2193 'workers/DedicatedWorkerMessagingProxy.cpp', | 2193 'workers/DedicatedWorkerMessagingProxy.cpp', |
| 2194 'workers/DedicatedWorkerMessagingProxy.h', | 2194 'workers/DedicatedWorkerMessagingProxy.h', |
| 2195 'workers/DedicatedWorkerThread.cpp', | 2195 'workers/DedicatedWorkerThread.cpp', |
| 2196 'workers/DedicatedWorkerThread.h', | 2196 'workers/DedicatedWorkerThread.h', |
| 2197 'workers/InProcessWorkerBase.cpp', | 2197 'workers/InProcessWorkerBase.cpp', |
| 2198 'workers/InProcessWorkerBase.h', | 2198 'workers/InProcessWorkerBase.h', |
| 2199 'workers/MainThreadWorkletGlobalScope.h', |
| 2199 'workers/SharedWorker.cpp', | 2200 'workers/SharedWorker.cpp', |
| 2200 'workers/SharedWorker.h', | 2201 'workers/SharedWorker.h', |
| 2201 'workers/SharedWorkerGlobalScope.cpp', | 2202 'workers/SharedWorkerGlobalScope.cpp', |
| 2202 'workers/SharedWorkerGlobalScope.h', | 2203 'workers/SharedWorkerGlobalScope.h', |
| 2203 'workers/SharedWorkerRepositoryClient.h', | 2204 'workers/SharedWorkerRepositoryClient.h', |
| 2204 'workers/SharedWorkerThread.cpp', | 2205 'workers/SharedWorkerThread.cpp', |
| 2205 'workers/SharedWorkerThread.h', | 2206 'workers/SharedWorkerThread.h', |
| 2206 'workers/Worker.cpp', | 2207 'workers/Worker.cpp', |
| 2207 'workers/Worker.h', | 2208 'workers/Worker.h', |
| 2208 'workers/WorkerClients.h', | 2209 'workers/WorkerClients.h', |
| (...skipping 1850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4059 'style/SVGComputedStyleTest.cpp', | 4060 'style/SVGComputedStyleTest.cpp', |
| 4060 'svg/SVGPathParserTest.cpp', | 4061 'svg/SVGPathParserTest.cpp', |
| 4061 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4062 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4062 'testing/PrivateScriptTestTest.cpp', | 4063 'testing/PrivateScriptTestTest.cpp', |
| 4063 'timing/MemoryInfoTest.cpp', | 4064 'timing/MemoryInfoTest.cpp', |
| 4064 'workers/WorkerThreadTest.cpp', | 4065 'workers/WorkerThreadTest.cpp', |
| 4065 'xml/parser/SharedBufferReaderTest.cpp', | 4066 'xml/parser/SharedBufferReaderTest.cpp', |
| 4066 ], | 4067 ], |
| 4067 } | 4068 } |
| 4068 } | 4069 } |
| OLD | NEW |