| 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 2196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2207 'workers/WorkerInspectorProxy.h', | 2207 'workers/WorkerInspectorProxy.h', |
| 2208 'workers/WorkerLoaderProxy.cpp', | 2208 'workers/WorkerLoaderProxy.cpp', |
| 2209 'workers/WorkerLoaderProxy.h', | 2209 'workers/WorkerLoaderProxy.h', |
| 2210 'workers/WorkerLocation.h', | 2210 'workers/WorkerLocation.h', |
| 2211 'workers/WorkerMessagingProxy.cpp', | 2211 'workers/WorkerMessagingProxy.cpp', |
| 2212 'workers/WorkerMessagingProxy.h', | 2212 'workers/WorkerMessagingProxy.h', |
| 2213 'workers/WorkerNavigator.cpp', | 2213 'workers/WorkerNavigator.cpp', |
| 2214 'workers/WorkerNavigator.h', | 2214 'workers/WorkerNavigator.h', |
| 2215 'workers/WorkerObjectProxy.cpp', | 2215 'workers/WorkerObjectProxy.cpp', |
| 2216 'workers/WorkerObjectProxy.h', | 2216 'workers/WorkerObjectProxy.h', |
| 2217 'workers/WorkerOrWorkletGlobalScope.h', |
| 2217 'workers/WorkerReportingProxy.h', | 2218 'workers/WorkerReportingProxy.h', |
| 2218 'workers/WorkerScriptLoader.cpp', | 2219 'workers/WorkerScriptLoader.cpp', |
| 2219 'workers/WorkerScriptLoader.h', | 2220 'workers/WorkerScriptLoader.h', |
| 2220 'workers/WorkerThread.cpp', | 2221 'workers/WorkerThread.cpp', |
| 2221 'workers/WorkerThread.h', | 2222 'workers/WorkerThread.h', |
| 2222 'workers/WorkerThreadStartupData.cpp', | 2223 'workers/WorkerThreadStartupData.cpp', |
| 2223 'workers/WorkerThreadStartupData.h', | 2224 'workers/WorkerThreadStartupData.h', |
| 2224 'xml/DOMParser.cpp', | 2225 'xml/DOMParser.cpp', |
| 2225 'xml/DOMParser.h', | 2226 'xml/DOMParser.h', |
| 2226 'xml/DocumentXPathEvaluator.cpp', | 2227 'xml/DocumentXPathEvaluator.cpp', |
| (...skipping 1782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4009 'style/SVGComputedStyleTest.cpp', | 4010 'style/SVGComputedStyleTest.cpp', |
| 4010 'svg/SVGPathParserTest.cpp', | 4011 'svg/SVGPathParserTest.cpp', |
| 4011 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4012 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4012 'testing/PrivateScriptTestTest.cpp', | 4013 'testing/PrivateScriptTestTest.cpp', |
| 4013 'timing/MemoryInfoTest.cpp', | 4014 'timing/MemoryInfoTest.cpp', |
| 4014 'workers/WorkerThreadTest.cpp', | 4015 'workers/WorkerThreadTest.cpp', |
| 4015 'xml/parser/SharedBufferReaderTest.cpp', | 4016 'xml/parser/SharedBufferReaderTest.cpp', |
| 4016 ], | 4017 ], |
| 4017 } | 4018 } |
| 4018 } | 4019 } |
| OLD | NEW |