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