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 1813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1824 'page/scrolling/ScrollingCoordinator.cpp', | 1824 'page/scrolling/ScrollingCoordinator.cpp', |
1825 'page/scrolling/ScrollingCoordinator.h', | 1825 'page/scrolling/ScrollingCoordinator.h', |
1826 'page/scrolling/ScrollState.cpp', | 1826 'page/scrolling/ScrollState.cpp', |
1827 'page/scrolling/ScrollState.h', | 1827 'page/scrolling/ScrollState.h', |
1828 'paint/BackgroundImageGeometry.cpp', | 1828 'paint/BackgroundImageGeometry.cpp', |
1829 'paint/BackgroundImageGeometry.h', | 1829 'paint/BackgroundImageGeometry.h', |
1830 'paint/BlockFlowPainter.cpp', | 1830 'paint/BlockFlowPainter.cpp', |
1831 'paint/BlockFlowPainter.h', | 1831 'paint/BlockFlowPainter.h', |
1832 'paint/BlockPainter.cpp', | 1832 'paint/BlockPainter.cpp', |
1833 'paint/BlockPainter.h', | 1833 'paint/BlockPainter.h', |
| 1834 'paint/BoxBorderPainter.cpp', |
| 1835 'paint/BoxBorderPainter.h', |
1834 'paint/BoxClipper.cpp', | 1836 'paint/BoxClipper.cpp', |
1835 'paint/BoxClipper.h', | 1837 'paint/BoxClipper.h', |
1836 'paint/BoxDecorationData.cpp', | 1838 'paint/BoxDecorationData.cpp', |
1837 'paint/BoxDecorationData.h', | 1839 'paint/BoxDecorationData.h', |
1838 'paint/BoxPainter.cpp', | 1840 'paint/BoxPainter.cpp', |
1839 'paint/BoxPainter.h', | 1841 'paint/BoxPainter.h', |
1840 'paint/ClipScope.cpp', | 1842 'paint/ClipScope.cpp', |
1841 'paint/ClipScope.h', | 1843 'paint/ClipScope.h', |
1842 'paint/CompositingRecorder.cpp', | 1844 'paint/CompositingRecorder.cpp', |
1843 'paint/CompositingRecorder.h', | 1845 'paint/CompositingRecorder.h', |
(...skipping 2073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3917 'style/ComputedStyleTest.cpp', | 3919 'style/ComputedStyleTest.cpp', |
3918 'style/OutlineValueTest.cpp', | 3920 'style/OutlineValueTest.cpp', |
3919 'style/SVGComputedStyleTest.cpp', | 3921 'style/SVGComputedStyleTest.cpp', |
3920 'testing/PrivateScriptTestTest.cpp', | 3922 'testing/PrivateScriptTestTest.cpp', |
3921 'timing/MemoryInfoTest.cpp', | 3923 'timing/MemoryInfoTest.cpp', |
3922 'workers/WorkerThreadTest.cpp', | 3924 'workers/WorkerThreadTest.cpp', |
3923 'xml/parser/SharedBufferReaderTest.cpp', | 3925 'xml/parser/SharedBufferReaderTest.cpp', |
3924 ], | 3926 ], |
3925 } | 3927 } |
3926 } | 3928 } |
OLD | NEW |