| 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 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 791 'style/StyleFilterData.cpp', | 791 'style/StyleFilterData.cpp', |
| 792 'style/StyleFlexibleBoxData.cpp', | 792 'style/StyleFlexibleBoxData.cpp', |
| 793 'style/StyleGeneratedImage.cpp', | 793 'style/StyleGeneratedImage.cpp', |
| 794 'style/StyleGridData.cpp', | 794 'style/StyleGridData.cpp', |
| 795 'style/StyleGridItemData.cpp', | 795 'style/StyleGridItemData.cpp', |
| 796 'style/StyleInheritedData.cpp', | 796 'style/StyleInheritedData.cpp', |
| 797 'style/StyleMotionData.cpp', | 797 'style/StyleMotionData.cpp', |
| 798 'style/StyleMotionData.h', | 798 'style/StyleMotionData.h', |
| 799 'style/StyleMotionPath.h', | 799 'style/StyleMotionPath.h', |
| 800 'style/StyleMultiColData.cpp', | 800 'style/StyleMultiColData.cpp', |
| 801 'style/StyleObserver.cpp', |
| 802 'style/StyleObserver.h', |
| 801 'style/StylePendingImage.h', | 803 'style/StylePendingImage.h', |
| 802 'style/StyleRareInheritedData.cpp', | 804 'style/StyleRareInheritedData.cpp', |
| 803 'style/StyleRareNonInheritedData.cpp', | 805 'style/StyleRareNonInheritedData.cpp', |
| 804 'style/StyleScrollSnapData.cpp', | 806 'style/StyleScrollSnapData.cpp', |
| 805 'style/StyleScrollSnapData.h', | 807 'style/StyleScrollSnapData.h', |
| 806 'style/StyleSelfAlignmentData.h', | 808 'style/StyleSelfAlignmentData.h', |
| 807 'style/StyleSurroundData.cpp', | 809 'style/StyleSurroundData.cpp', |
| 808 'style/StyleTransformData.cpp', | 810 'style/StyleTransformData.cpp', |
| 809 'style/StyleVisualData.cpp', | 811 'style/StyleVisualData.cpp', |
| 810 'style/StyleWillChangeData.cpp', | 812 'style/StyleWillChangeData.cpp', |
| (...skipping 3031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3842 'page/scrolling/ScrollStateTest.cpp', | 3844 'page/scrolling/ScrollStateTest.cpp', |
| 3843 'paint/DisplayItemListPaintTest.cpp', | 3845 'paint/DisplayItemListPaintTest.cpp', |
| 3844 'paint/LayerClipRecorderTest.cpp', | 3846 'paint/LayerClipRecorderTest.cpp', |
| 3845 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3847 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3846 'paint/NinePieceImageGridTest.cpp', | 3848 'paint/NinePieceImageGridTest.cpp', |
| 3847 'paint/TextPainterTest.cpp', | 3849 'paint/TextPainterTest.cpp', |
| 3848 'streams/ReadableStreamReaderTest.cpp', | 3850 'streams/ReadableStreamReaderTest.cpp', |
| 3849 'streams/ReadableStreamTest.cpp', | 3851 'streams/ReadableStreamTest.cpp', |
| 3850 'style/ComputedStyleTest.cpp', | 3852 'style/ComputedStyleTest.cpp', |
| 3851 'style/OutlineValueTest.cpp', | 3853 'style/OutlineValueTest.cpp', |
| 3854 'style/StyleObserverTest.cpp', |
| 3852 'style/SVGComputedStyleTest.cpp', | 3855 'style/SVGComputedStyleTest.cpp', |
| 3853 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3856 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3854 'testing/PrivateScriptTestTest.cpp', | 3857 'testing/PrivateScriptTestTest.cpp', |
| 3855 'timing/MemoryInfoTest.cpp', | 3858 'timing/MemoryInfoTest.cpp', |
| 3856 'workers/WorkerThreadTest.cpp', | 3859 'workers/WorkerThreadTest.cpp', |
| 3857 'xml/parser/SharedBufferReaderTest.cpp', | 3860 'xml/parser/SharedBufferReaderTest.cpp', |
| 3858 ], | 3861 ], |
| 3859 } | 3862 } |
| 3860 } | 3863 } |
| OLD | NEW |