| 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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 'layout/shapes/RasterShape.cpp', | 749 'layout/shapes/RasterShape.cpp', |
| 750 'layout/shapes/RasterShape.h', | 750 'layout/shapes/RasterShape.h', |
| 751 'layout/shapes/RectangleShape.cpp', | 751 'layout/shapes/RectangleShape.cpp', |
| 752 'layout/shapes/RectangleShape.h', | 752 'layout/shapes/RectangleShape.h', |
| 753 'layout/shapes/Shape.cpp', | 753 'layout/shapes/Shape.cpp', |
| 754 'layout/shapes/Shape.h', | 754 'layout/shapes/Shape.h', |
| 755 'layout/shapes/ShapeInterval.h', | 755 'layout/shapes/ShapeInterval.h', |
| 756 'layout/shapes/ShapeOutsideInfo.cpp', | 756 'layout/shapes/ShapeOutsideInfo.cpp', |
| 757 'layout/shapes/ShapeOutsideInfo.h', | 757 'layout/shapes/ShapeOutsideInfo.h', |
| 758 'style/AppliedTextDecoration.cpp', | 758 'style/AppliedTextDecoration.cpp', |
| 759 'style/AuthorStyleInfo.h', |
| 759 'style/BasicShapes.cpp', | 760 'style/BasicShapes.cpp', |
| 760 'style/BorderEdge.cpp', | 761 'style/BorderEdge.cpp', |
| 761 'style/BorderEdge.h', | 762 'style/BorderEdge.h', |
| 762 'style/BorderImageLength.h', | 763 'style/BorderImageLength.h', |
| 763 'style/BorderImageLengthBox.h', | 764 'style/BorderImageLengthBox.h', |
| 764 'style/CachedUAStyle.h', | 765 'style/CachedUAStyle.h', |
| 765 'style/ContentData.cpp', | 766 'style/ContentData.cpp', |
| 766 'style/CounterDirectives.cpp', | 767 'style/CounterDirectives.cpp', |
| 767 'style/FillLayer.cpp', | 768 'style/FillLayer.cpp', |
| 768 'style/GridCoordinate.h', | 769 'style/GridCoordinate.h', |
| (...skipping 3047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3816 'style/OutlineValueTest.cpp', | 3817 'style/OutlineValueTest.cpp', |
| 3817 'style/SVGComputedStyleTest.cpp', | 3818 'style/SVGComputedStyleTest.cpp', |
| 3818 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3819 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3819 'testing/PrivateScriptTestTest.cpp', | 3820 'testing/PrivateScriptTestTest.cpp', |
| 3820 'timing/MemoryInfoTest.cpp', | 3821 'timing/MemoryInfoTest.cpp', |
| 3821 'workers/WorkerThreadTest.cpp', | 3822 'workers/WorkerThreadTest.cpp', |
| 3822 'xml/parser/SharedBufferReaderTest.cpp', | 3823 'xml/parser/SharedBufferReaderTest.cpp', |
| 3823 ], | 3824 ], |
| 3824 } | 3825 } |
| 3825 } | 3826 } |
| OLD | NEW |