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 3205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3216 'layout/svg/SVGLayoutSupport.cpp', | 3216 'layout/svg/SVGLayoutSupport.cpp', |
3217 'layout/svg/SVGLayoutSupport.h', | 3217 'layout/svg/SVGLayoutSupport.h', |
3218 'layout/svg/SVGLayoutTreeAsText.cpp', | 3218 'layout/svg/SVGLayoutTreeAsText.cpp', |
3219 'layout/svg/SVGLayoutTreeAsText.h', | 3219 'layout/svg/SVGLayoutTreeAsText.h', |
3220 'layout/svg/SVGMarkerData.h', | 3220 'layout/svg/SVGMarkerData.h', |
3221 'layout/svg/SVGResources.cpp', | 3221 'layout/svg/SVGResources.cpp', |
3222 'layout/svg/SVGResources.h', | 3222 'layout/svg/SVGResources.h', |
3223 'layout/svg/SVGResourcesCache.cpp', | 3223 'layout/svg/SVGResourcesCache.cpp', |
3224 'layout/svg/SVGResourcesCycleSolver.cpp', | 3224 'layout/svg/SVGResourcesCycleSolver.cpp', |
3225 'layout/svg/SVGResourcesCycleSolver.h', | 3225 'layout/svg/SVGResourcesCycleSolver.h', |
3226 'layout/svg/SVGTextChunk.cpp', | |
3227 'layout/svg/SVGTextChunk.h', | |
3228 'layout/svg/SVGTextChunkBuilder.cpp', | 3226 'layout/svg/SVGTextChunkBuilder.cpp', |
3229 'layout/svg/SVGTextChunkBuilder.h', | 3227 'layout/svg/SVGTextChunkBuilder.h', |
3230 'layout/svg/SVGTextFragment.h', | 3228 'layout/svg/SVGTextFragment.h', |
3231 'layout/svg/SVGTextLayoutAttributes.cpp', | 3229 'layout/svg/SVGTextLayoutAttributes.cpp', |
3232 'layout/svg/SVGTextLayoutAttributes.h', | 3230 'layout/svg/SVGTextLayoutAttributes.h', |
3233 'layout/svg/SVGTextLayoutAttributesBuilder.cpp', | 3231 'layout/svg/SVGTextLayoutAttributesBuilder.cpp', |
3234 'layout/svg/SVGTextLayoutAttributesBuilder.h', | 3232 'layout/svg/SVGTextLayoutAttributesBuilder.h', |
3235 'layout/svg/SVGTextLayoutEngine.cpp', | 3233 'layout/svg/SVGTextLayoutEngine.cpp', |
3236 'layout/svg/SVGTextLayoutEngine.h', | 3234 'layout/svg/SVGTextLayoutEngine.h', |
3237 'layout/svg/SVGTextLayoutEngineBaseline.cpp', | 3235 'layout/svg/SVGTextLayoutEngineBaseline.cpp', |
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3921 'style/ComputedStyleTest.cpp', | 3919 'style/ComputedStyleTest.cpp', |
3922 'style/OutlineValueTest.cpp', | 3920 'style/OutlineValueTest.cpp', |
3923 'style/SVGComputedStyleTest.cpp', | 3921 'style/SVGComputedStyleTest.cpp', |
3924 'testing/PrivateScriptTestTest.cpp', | 3922 'testing/PrivateScriptTestTest.cpp', |
3925 'timing/MemoryInfoTest.cpp', | 3923 'timing/MemoryInfoTest.cpp', |
3926 'workers/WorkerThreadTest.cpp', | 3924 'workers/WorkerThreadTest.cpp', |
3927 'xml/parser/SharedBufferReaderTest.cpp', | 3925 'xml/parser/SharedBufferReaderTest.cpp', |
3928 ], | 3926 ], |
3929 } | 3927 } |
3930 } | 3928 } |
OLD | NEW |