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 2194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2205 'workers/WorkerInspectorProxy.h', | 2205 'workers/WorkerInspectorProxy.h', |
2206 'workers/WorkerLoaderProxy.cpp', | 2206 'workers/WorkerLoaderProxy.cpp', |
2207 'workers/WorkerLoaderProxy.h', | 2207 'workers/WorkerLoaderProxy.h', |
2208 'workers/WorkerLocation.h', | 2208 'workers/WorkerLocation.h', |
2209 'workers/WorkerMessagingProxy.cpp', | 2209 'workers/WorkerMessagingProxy.cpp', |
2210 'workers/WorkerMessagingProxy.h', | 2210 'workers/WorkerMessagingProxy.h', |
2211 'workers/WorkerNavigator.cpp', | 2211 'workers/WorkerNavigator.cpp', |
2212 'workers/WorkerNavigator.h', | 2212 'workers/WorkerNavigator.h', |
2213 'workers/WorkerObjectProxy.cpp', | 2213 'workers/WorkerObjectProxy.cpp', |
2214 'workers/WorkerObjectProxy.h', | 2214 'workers/WorkerObjectProxy.h', |
| 2215 'workers/WorkerOrWorkletGlobalScope.h', |
2215 'workers/WorkerReportingProxy.h', | 2216 'workers/WorkerReportingProxy.h', |
2216 'workers/WorkerScriptLoader.cpp', | 2217 'workers/WorkerScriptLoader.cpp', |
2217 'workers/WorkerScriptLoader.h', | 2218 'workers/WorkerScriptLoader.h', |
2218 'workers/WorkerThread.cpp', | 2219 'workers/WorkerThread.cpp', |
2219 'workers/WorkerThread.h', | 2220 'workers/WorkerThread.h', |
2220 'workers/WorkerThreadStartupData.cpp', | 2221 'workers/WorkerThreadStartupData.cpp', |
2221 'workers/WorkerThreadStartupData.h', | 2222 'workers/WorkerThreadStartupData.h', |
2222 'xml/DOMParser.cpp', | 2223 'xml/DOMParser.cpp', |
2223 'xml/DOMParser.h', | 2224 'xml/DOMParser.h', |
2224 'xml/DocumentXPathEvaluator.cpp', | 2225 'xml/DocumentXPathEvaluator.cpp', |
(...skipping 1784 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 |