| 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/compositing/DeprecatedPaintLayerCompositor.h', | 753 'layout/compositing/DeprecatedPaintLayerCompositor.h', |
| 754 'layout/compositing/GraphicsLayerTreeBuilder.cpp', | 754 'layout/compositing/GraphicsLayerTreeBuilder.cpp', |
| 755 'layout/compositing/GraphicsLayerTreeBuilder.h', | 755 'layout/compositing/GraphicsLayerTreeBuilder.h', |
| 756 'layout/compositing/GraphicsLayerUpdater.cpp', | 756 'layout/compositing/GraphicsLayerUpdater.cpp', |
| 757 'layout/compositing/GraphicsLayerUpdater.h', | 757 'layout/compositing/GraphicsLayerUpdater.h', |
| 758 'layout/line/AbstractInlineTextBox.cpp', | 758 'layout/line/AbstractInlineTextBox.cpp', |
| 759 'layout/line/AbstractInlineTextBox.h', | 759 'layout/line/AbstractInlineTextBox.h', |
| 760 'layout/line/BreakingContext.cpp', | 760 'layout/line/BreakingContext.cpp', |
| 761 'layout/line/EllipsisBox.cpp', | 761 'layout/line/EllipsisBox.cpp', |
| 762 'layout/line/EllipsisBox.h', | 762 'layout/line/EllipsisBox.h', |
| 763 'layout/line/GlyphOverflow.h', |
| 763 'layout/line/InlineBox.cpp', | 764 'layout/line/InlineBox.cpp', |
| 764 'layout/line/InlineFlowBox.cpp', | 765 'layout/line/InlineFlowBox.cpp', |
| 765 'layout/line/InlineIterator.h', | 766 'layout/line/InlineIterator.h', |
| 766 'layout/line/InlineTextBox.cpp', | 767 'layout/line/InlineTextBox.cpp', |
| 767 'layout/line/LineBoxList.cpp', | 768 'layout/line/LineBoxList.cpp', |
| 768 'layout/line/LineBreaker.cpp', | 769 'layout/line/LineBreaker.cpp', |
| 769 'layout/line/LineBreaker.h', | 770 'layout/line/LineBreaker.h', |
| 770 'layout/line/LineWidth.cpp', | 771 'layout/line/LineWidth.cpp', |
| 771 'layout/line/LineWidth.h', | 772 'layout/line/LineWidth.h', |
| 772 'layout/line/RootInlineBox.cpp', | 773 'layout/line/RootInlineBox.cpp', |
| (...skipping 3159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3932 'style/ComputedStyleTest.cpp', | 3933 'style/ComputedStyleTest.cpp', |
| 3933 'style/OutlineValueTest.cpp', | 3934 'style/OutlineValueTest.cpp', |
| 3934 'style/SVGComputedStyleTest.cpp', | 3935 'style/SVGComputedStyleTest.cpp', |
| 3935 'testing/PrivateScriptTestTest.cpp', | 3936 'testing/PrivateScriptTestTest.cpp', |
| 3936 'timing/MemoryInfoTest.cpp', | 3937 'timing/MemoryInfoTest.cpp', |
| 3937 'workers/WorkerThreadTest.cpp', | 3938 'workers/WorkerThreadTest.cpp', |
| 3938 'xml/parser/SharedBufferReaderTest.cpp', | 3939 'xml/parser/SharedBufferReaderTest.cpp', |
| 3939 ], | 3940 ], |
| 3940 } | 3941 } |
| 3941 } | 3942 } |
| OLD | NEW |