| 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 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 728 'layout/line/InlineBox.cpp', | 728 'layout/line/InlineBox.cpp', |
| 729 'layout/line/InlineFlowBox.cpp', | 729 'layout/line/InlineFlowBox.cpp', |
| 730 'layout/line/InlineIterator.h', | 730 'layout/line/InlineIterator.h', |
| 731 'layout/line/InlineTextBox.cpp', | 731 'layout/line/InlineTextBox.cpp', |
| 732 'layout/line/LineBoxList.cpp', | 732 'layout/line/LineBoxList.cpp', |
| 733 'layout/line/LineBreaker.cpp', | 733 'layout/line/LineBreaker.cpp', |
| 734 'layout/line/LineBreaker.h', | 734 'layout/line/LineBreaker.h', |
| 735 'layout/line/LineWidth.cpp', | 735 'layout/line/LineWidth.cpp', |
| 736 'layout/line/LineWidth.h', | 736 'layout/line/LineWidth.h', |
| 737 'layout/line/RootInlineBox.cpp', | 737 'layout/line/RootInlineBox.cpp', |
| 738 'layout/line/TrailingFloatsRootInlineBox.h', | |
| 739 'layout/line/TrailingObjects.cpp', | 738 'layout/line/TrailingObjects.cpp', |
| 740 'layout/line/TrailingObjects.h', | 739 'layout/line/TrailingObjects.h', |
| 741 'layout/shapes/BoxShape.cpp', | 740 'layout/shapes/BoxShape.cpp', |
| 742 'layout/shapes/BoxShape.h', | 741 'layout/shapes/BoxShape.h', |
| 743 'layout/shapes/PolygonShape.cpp', | 742 'layout/shapes/PolygonShape.cpp', |
| 744 'layout/shapes/PolygonShape.h', | 743 'layout/shapes/PolygonShape.h', |
| 745 'layout/shapes/RasterShape.cpp', | 744 'layout/shapes/RasterShape.cpp', |
| 746 'layout/shapes/RasterShape.h', | 745 'layout/shapes/RasterShape.h', |
| 747 'layout/shapes/RectangleShape.cpp', | 746 'layout/shapes/RectangleShape.cpp', |
| 748 'layout/shapes/RectangleShape.h', | 747 'layout/shapes/RectangleShape.h', |
| (...skipping 3056 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3805 'style/OutlineValueTest.cpp', | 3804 'style/OutlineValueTest.cpp', |
| 3806 'style/SVGComputedStyleTest.cpp', | 3805 'style/SVGComputedStyleTest.cpp', |
| 3807 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3806 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3808 'testing/PrivateScriptTestTest.cpp', | 3807 'testing/PrivateScriptTestTest.cpp', |
| 3809 'timing/MemoryInfoTest.cpp', | 3808 'timing/MemoryInfoTest.cpp', |
| 3810 'workers/WorkerThreadTest.cpp', | 3809 'workers/WorkerThreadTest.cpp', |
| 3811 'xml/parser/SharedBufferReaderTest.cpp', | 3810 'xml/parser/SharedBufferReaderTest.cpp', |
| 3812 ], | 3811 ], |
| 3813 } | 3812 } |
| 3814 } | 3813 } |
| OLD | NEW |