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/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
(...skipping 3094 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3105 'svg/SVGMissingGlyphElement.cpp', | 3105 'svg/SVGMissingGlyphElement.cpp', |
3106 'svg/SVGMissingGlyphElement.h', | 3106 'svg/SVGMissingGlyphElement.h', |
3107 'svg/SVGNumber.cpp', | 3107 'svg/SVGNumber.cpp', |
3108 'svg/SVGNumber.h', | 3108 'svg/SVGNumber.h', |
3109 'svg/SVGNumberList.cpp', | 3109 'svg/SVGNumberList.cpp', |
3110 'svg/SVGNumberList.h', | 3110 'svg/SVGNumberList.h', |
3111 'svg/SVGNumberOptionalNumber.cpp', | 3111 'svg/SVGNumberOptionalNumber.cpp', |
3112 'svg/SVGNumberOptionalNumber.h', | 3112 'svg/SVGNumberOptionalNumber.h', |
3113 'svg/SVGNumberTearOff.cpp', | 3113 'svg/SVGNumberTearOff.cpp', |
3114 'svg/SVGNumberTearOff.h', | 3114 'svg/SVGNumberTearOff.h', |
3115 'svg/SVGPaint.cpp', | |
3116 'svg/SVGParserUtilities.cpp', | 3115 'svg/SVGParserUtilities.cpp', |
3117 'svg/SVGParserUtilities.h', | 3116 'svg/SVGParserUtilities.h', |
3118 'svg/SVGParsingError.h', | 3117 'svg/SVGParsingError.h', |
3119 'svg/SVGPathBlender.cpp', | 3118 'svg/SVGPathBlender.cpp', |
3120 'svg/SVGPathBlender.h', | 3119 'svg/SVGPathBlender.h', |
3121 'svg/SVGPathBuilder.cpp', | 3120 'svg/SVGPathBuilder.cpp', |
3122 'svg/SVGPathBuilder.h', | 3121 'svg/SVGPathBuilder.h', |
3123 'svg/SVGPathByteStream.h', | 3122 'svg/SVGPathByteStream.h', |
3124 'svg/SVGPathByteStreamBuilder.cpp', | 3123 'svg/SVGPathByteStreamBuilder.cpp', |
3125 'svg/SVGPathByteStreamBuilder.h', | 3124 'svg/SVGPathByteStreamBuilder.h', |
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3404 'rendering/RenderOverflowTest.cpp', | 3403 'rendering/RenderOverflowTest.cpp', |
3405 'rendering/RenderTableCellTest.cpp', | 3404 'rendering/RenderTableCellTest.cpp', |
3406 'rendering/RenderTableRowTest.cpp', | 3405 'rendering/RenderTableRowTest.cpp', |
3407 'rendering/shapes/BoxShapeTest.cpp', | 3406 'rendering/shapes/BoxShapeTest.cpp', |
3408 'testing/UnitTestHelpers.cpp', | 3407 'testing/UnitTestHelpers.cpp', |
3409 'testing/UnitTestHelpers.h', | 3408 'testing/UnitTestHelpers.h', |
3410 'xml/parser/SharedBufferReaderTest.cpp', | 3409 'xml/parser/SharedBufferReaderTest.cpp', |
3411 ], | 3410 ], |
3412 } | 3411 } |
3413 } | 3412 } |
OLD | NEW |