| 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 745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 756 'layout/compositing/DeprecatedPaintLayerCompositor.h', | 756 'layout/compositing/DeprecatedPaintLayerCompositor.h', |
| 757 'layout/compositing/GraphicsLayerTreeBuilder.cpp', | 757 'layout/compositing/GraphicsLayerTreeBuilder.cpp', |
| 758 'layout/compositing/GraphicsLayerTreeBuilder.h', | 758 'layout/compositing/GraphicsLayerTreeBuilder.h', |
| 759 'layout/compositing/GraphicsLayerUpdater.cpp', | 759 'layout/compositing/GraphicsLayerUpdater.cpp', |
| 760 'layout/compositing/GraphicsLayerUpdater.h', | 760 'layout/compositing/GraphicsLayerUpdater.h', |
| 761 'layout/line/AbstractInlineTextBox.cpp', | 761 'layout/line/AbstractInlineTextBox.cpp', |
| 762 'layout/line/AbstractInlineTextBox.h', | 762 'layout/line/AbstractInlineTextBox.h', |
| 763 'layout/line/BreakingContext.cpp', | 763 'layout/line/BreakingContext.cpp', |
| 764 'layout/line/EllipsisBox.cpp', | 764 'layout/line/EllipsisBox.cpp', |
| 765 'layout/line/EllipsisBox.h', | 765 'layout/line/EllipsisBox.h', |
| 766 'layout/line/FloatToLayoutUnit.h', | |
| 767 'layout/line/InlineBox.cpp', | 766 'layout/line/InlineBox.cpp', |
| 768 'layout/line/InlineFlowBox.cpp', | 767 'layout/line/InlineFlowBox.cpp', |
| 769 'layout/line/InlineIterator.h', | 768 'layout/line/InlineIterator.h', |
| 770 'layout/line/InlineTextBox.cpp', | 769 'layout/line/InlineTextBox.cpp', |
| 771 'layout/line/LineBoxList.cpp', | 770 'layout/line/LineBoxList.cpp', |
| 772 'layout/line/LineBreaker.cpp', | 771 'layout/line/LineBreaker.cpp', |
| 773 'layout/line/LineBreaker.h', | 772 'layout/line/LineBreaker.h', |
| 774 'layout/line/LineWidth.cpp', | 773 'layout/line/LineWidth.cpp', |
| 775 'layout/line/LineWidth.h', | 774 'layout/line/LineWidth.h', |
| 776 'layout/line/RootInlineBox.cpp', | 775 'layout/line/RootInlineBox.cpp', |
| (...skipping 3140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3917 'style/ComputedStyleTest.cpp', | 3916 'style/ComputedStyleTest.cpp', |
| 3918 'style/OutlineValueTest.cpp', | 3917 'style/OutlineValueTest.cpp', |
| 3919 'style/SVGComputedStyleTest.cpp', | 3918 'style/SVGComputedStyleTest.cpp', |
| 3920 'testing/PrivateScriptTestTest.cpp', | 3919 'testing/PrivateScriptTestTest.cpp', |
| 3921 'timing/MemoryInfoTest.cpp', | 3920 'timing/MemoryInfoTest.cpp', |
| 3922 'workers/WorkerThreadTest.cpp', | 3921 'workers/WorkerThreadTest.cpp', |
| 3923 'xml/parser/SharedBufferReaderTest.cpp', | 3922 'xml/parser/SharedBufferReaderTest.cpp', |
| 3924 ], | 3923 ], |
| 3925 } | 3924 } |
| 3926 } | 3925 } |
| OLD | NEW |