| 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 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 753 'layout/shapes/RasterShape.cpp', | 753 'layout/shapes/RasterShape.cpp', |
| 754 'layout/shapes/RasterShape.h', | 754 'layout/shapes/RasterShape.h', |
| 755 'layout/shapes/RectangleShape.cpp', | 755 'layout/shapes/RectangleShape.cpp', |
| 756 'layout/shapes/RectangleShape.h', | 756 'layout/shapes/RectangleShape.h', |
| 757 'layout/shapes/Shape.cpp', | 757 'layout/shapes/Shape.cpp', |
| 758 'layout/shapes/Shape.h', | 758 'layout/shapes/Shape.h', |
| 759 'layout/shapes/ShapeInterval.h', | 759 'layout/shapes/ShapeInterval.h', |
| 760 'layout/shapes/ShapeOutsideInfo.cpp', | 760 'layout/shapes/ShapeOutsideInfo.cpp', |
| 761 'layout/shapes/ShapeOutsideInfo.h', | 761 'layout/shapes/ShapeOutsideInfo.h', |
| 762 'style/AppliedTextDecoration.cpp', | 762 'style/AppliedTextDecoration.cpp', |
| 763 'style/AuthorStyleInfo.h', | |
| 764 'style/BasicShapes.cpp', | 763 'style/BasicShapes.cpp', |
| 765 'style/BorderEdge.cpp', | 764 'style/BorderEdge.cpp', |
| 766 'style/BorderEdge.h', | 765 'style/BorderEdge.h', |
| 767 'style/BorderImageLength.h', | 766 'style/BorderImageLength.h', |
| 768 'style/BorderImageLengthBox.h', | 767 'style/BorderImageLengthBox.h', |
| 769 'style/CachedUAStyle.h', | 768 'style/CachedUAStyle.h', |
| 770 'style/ContentData.cpp', | 769 'style/ContentData.cpp', |
| 771 'style/CounterDirectives.cpp', | 770 'style/CounterDirectives.cpp', |
| 772 'style/FillLayer.cpp', | 771 'style/FillLayer.cpp', |
| 773 'style/GridCoordinate.h', | 772 'style/GridCoordinate.h', |
| (...skipping 3082 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3856 'style/OutlineValueTest.cpp', | 3855 'style/OutlineValueTest.cpp', |
| 3857 'style/SVGComputedStyleTest.cpp', | 3856 'style/SVGComputedStyleTest.cpp', |
| 3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3857 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3859 'testing/PrivateScriptTestTest.cpp', | 3858 'testing/PrivateScriptTestTest.cpp', |
| 3860 'timing/MemoryInfoTest.cpp', | 3859 'timing/MemoryInfoTest.cpp', |
| 3861 'workers/WorkerThreadTest.cpp', | 3860 'workers/WorkerThreadTest.cpp', |
| 3862 'xml/parser/SharedBufferReaderTest.cpp', | 3861 'xml/parser/SharedBufferReaderTest.cpp', |
| 3863 ], | 3862 ], |
| 3864 } | 3863 } |
| 3865 } | 3864 } |
| OLD | NEW |