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/Animation.idl', | 8 'animation/Animation.idl', |
9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
(...skipping 3373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3384 'svg/SVGPathSegLinetoVerticalRel.h', | 3384 'svg/SVGPathSegLinetoVerticalRel.h', |
3385 'svg/SVGPathSegList.cpp', | 3385 'svg/SVGPathSegList.cpp', |
3386 'svg/SVGPathSegList.h', | 3386 'svg/SVGPathSegList.h', |
3387 'svg/SVGPathSegListBuilder.cpp', | 3387 'svg/SVGPathSegListBuilder.cpp', |
3388 'svg/SVGPathSegListBuilder.h', | 3388 'svg/SVGPathSegListBuilder.h', |
3389 'svg/SVGPathSegListSource.cpp', | 3389 'svg/SVGPathSegListSource.cpp', |
3390 'svg/SVGPathSegListSource.h', | 3390 'svg/SVGPathSegListSource.h', |
3391 'svg/SVGPathSegListTearOff.h', | 3391 'svg/SVGPathSegListTearOff.h', |
3392 'svg/SVGPathSegMovetoAbs.h', | 3392 'svg/SVGPathSegMovetoAbs.h', |
3393 'svg/SVGPathSegMovetoRel.h', | 3393 'svg/SVGPathSegMovetoRel.h', |
3394 'svg/SVGPathSegWithContext.h', | |
3395 'svg/SVGPathSource.h', | 3394 'svg/SVGPathSource.h', |
3396 'svg/SVGPathStringBuilder.cpp', | 3395 'svg/SVGPathStringBuilder.cpp', |
3397 'svg/SVGPathStringBuilder.h', | 3396 'svg/SVGPathStringBuilder.h', |
3398 'svg/SVGPathStringSource.cpp', | 3397 'svg/SVGPathStringSource.cpp', |
3399 'svg/SVGPathStringSource.h', | 3398 'svg/SVGPathStringSource.h', |
3400 'svg/SVGPathTraversalStateBuilder.cpp', | 3399 'svg/SVGPathTraversalStateBuilder.cpp', |
3401 'svg/SVGPathTraversalStateBuilder.h', | 3400 'svg/SVGPathTraversalStateBuilder.h', |
3402 'svg/SVGPathUtilities.cpp', | 3401 'svg/SVGPathUtilities.cpp', |
3403 'svg/SVGPathUtilities.h', | 3402 'svg/SVGPathUtilities.h', |
3404 'svg/SVGPatternElement.cpp', | 3403 'svg/SVGPatternElement.cpp', |
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3818 'paint/ViewDisplayListTest.cpp', | 3817 'paint/ViewDisplayListTest.cpp', |
3819 'streams/ExclusiveStreamReaderTest.cpp', | 3818 'streams/ExclusiveStreamReaderTest.cpp', |
3820 'streams/ReadableStreamTest.cpp', | 3819 'streams/ReadableStreamTest.cpp', |
3821 'testing/PrivateScriptTestTest.cpp', | 3820 'testing/PrivateScriptTestTest.cpp', |
3822 'testing/UnitTestHelpers.cpp', | 3821 'testing/UnitTestHelpers.cpp', |
3823 'testing/UnitTestHelpers.h', | 3822 'testing/UnitTestHelpers.h', |
3824 'xml/parser/SharedBufferReaderTest.cpp', | 3823 'xml/parser/SharedBufferReaderTest.cpp', |
3825 ], | 3824 ], |
3826 } | 3825 } |
3827 } | 3826 } |
OLD | NEW |