| 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 751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 762 'layout/line/InlineBox.cpp', | 762 'layout/line/InlineBox.cpp', |
| 763 'layout/line/InlineFlowBox.cpp', | 763 'layout/line/InlineFlowBox.cpp', |
| 764 'layout/line/InlineIterator.h', | 764 'layout/line/InlineIterator.h', |
| 765 'layout/line/InlineTextBox.cpp', | 765 'layout/line/InlineTextBox.cpp', |
| 766 'layout/line/LineBoxList.cpp', | 766 'layout/line/LineBoxList.cpp', |
| 767 'layout/line/LineBreaker.cpp', | 767 'layout/line/LineBreaker.cpp', |
| 768 'layout/line/LineBreaker.h', | 768 'layout/line/LineBreaker.h', |
| 769 'layout/line/LineWidth.cpp', | 769 'layout/line/LineWidth.cpp', |
| 770 'layout/line/LineWidth.h', | 770 'layout/line/LineWidth.h', |
| 771 'layout/line/RootInlineBox.cpp', | 771 'layout/line/RootInlineBox.cpp', |
| 772 'layout/line/TrailingFloatsRootInlineBox.h', |
| 772 'layout/line/TrailingObjects.cpp', | 773 'layout/line/TrailingObjects.cpp', |
| 773 'layout/line/TrailingObjects.h', | 774 'layout/line/TrailingObjects.h', |
| 774 'layout/shapes/BoxShape.cpp', | 775 'layout/shapes/BoxShape.cpp', |
| 775 'layout/shapes/BoxShape.h', | 776 'layout/shapes/BoxShape.h', |
| 776 'layout/shapes/PolygonShape.cpp', | 777 'layout/shapes/PolygonShape.cpp', |
| 777 'layout/shapes/PolygonShape.h', | 778 'layout/shapes/PolygonShape.h', |
| 778 'layout/shapes/RasterShape.cpp', | 779 'layout/shapes/RasterShape.cpp', |
| 779 'layout/shapes/RasterShape.h', | 780 'layout/shapes/RasterShape.h', |
| 780 'layout/shapes/RectangleShape.cpp', | 781 'layout/shapes/RectangleShape.cpp', |
| 781 'layout/shapes/RectangleShape.h', | 782 'layout/shapes/RectangleShape.h', |
| (...skipping 3147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3929 'style/ComputedStyleTest.cpp', | 3930 'style/ComputedStyleTest.cpp', |
| 3930 'style/OutlineValueTest.cpp', | 3931 'style/OutlineValueTest.cpp', |
| 3931 'style/SVGComputedStyleTest.cpp', | 3932 'style/SVGComputedStyleTest.cpp', |
| 3932 'testing/PrivateScriptTestTest.cpp', | 3933 'testing/PrivateScriptTestTest.cpp', |
| 3933 'timing/MemoryInfoTest.cpp', | 3934 'timing/MemoryInfoTest.cpp', |
| 3934 'workers/WorkerThreadTest.cpp', | 3935 'workers/WorkerThreadTest.cpp', |
| 3935 'xml/parser/SharedBufferReaderTest.cpp', | 3936 'xml/parser/SharedBufferReaderTest.cpp', |
| 3936 ], | 3937 ], |
| 3937 } | 3938 } |
| 3938 } | 3939 } |
| OLD | NEW |