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