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 1810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1821 'page/TouchAdjustment.h', | 1821 'page/TouchAdjustment.h', |
1822 'page/TouchDisambiguation.cpp', | 1822 'page/TouchDisambiguation.cpp', |
1823 'page/TouchDisambiguation.h', | 1823 'page/TouchDisambiguation.h', |
1824 'page/WindowFeatures.cpp', | 1824 'page/WindowFeatures.cpp', |
1825 'page/scrolling/ScrollingConstraints.cpp', | 1825 'page/scrolling/ScrollingConstraints.cpp', |
1826 'page/scrolling/ScrollingConstraints.h', | 1826 'page/scrolling/ScrollingConstraints.h', |
1827 'page/scrolling/ScrollingCoordinator.cpp', | 1827 'page/scrolling/ScrollingCoordinator.cpp', |
1828 'page/scrolling/ScrollingCoordinator.h', | 1828 'page/scrolling/ScrollingCoordinator.h', |
1829 'page/scrolling/ScrollState.cpp', | 1829 'page/scrolling/ScrollState.cpp', |
1830 'page/scrolling/ScrollState.h', | 1830 'page/scrolling/ScrollState.h', |
| 1831 'compositing/DisplayListCompositingBuilder.cpp', |
| 1832 'compositing/DisplayListCompositingBuilder.h', |
1831 'paint/BackgroundImageGeometry.cpp', | 1833 'paint/BackgroundImageGeometry.cpp', |
1832 'paint/BackgroundImageGeometry.h', | 1834 'paint/BackgroundImageGeometry.h', |
1833 'paint/BlockFlowPainter.cpp', | 1835 'paint/BlockFlowPainter.cpp', |
1834 'paint/BlockFlowPainter.h', | 1836 'paint/BlockFlowPainter.h', |
1835 'paint/BlockPainter.cpp', | 1837 'paint/BlockPainter.cpp', |
1836 'paint/BlockPainter.h', | 1838 'paint/BlockPainter.h', |
1837 'paint/BoxBorderPainter.cpp', | 1839 'paint/BoxBorderPainter.cpp', |
1838 'paint/BoxBorderPainter.h', | 1840 'paint/BoxBorderPainter.h', |
1839 'paint/BoxClipper.cpp', | 1841 'paint/BoxClipper.cpp', |
1840 'paint/BoxClipper.h', | 1842 'paint/BoxClipper.h', |
(...skipping 1977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3818 'style/OutlineValueTest.cpp', | 3820 'style/OutlineValueTest.cpp', |
3819 'style/SVGComputedStyleTest.cpp', | 3821 'style/SVGComputedStyleTest.cpp', |
3820 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3822 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3821 'testing/PrivateScriptTestTest.cpp', | 3823 'testing/PrivateScriptTestTest.cpp', |
3822 'timing/MemoryInfoTest.cpp', | 3824 'timing/MemoryInfoTest.cpp', |
3823 'workers/WorkerThreadTest.cpp', | 3825 'workers/WorkerThreadTest.cpp', |
3824 'xml/parser/SharedBufferReaderTest.cpp', | 3826 'xml/parser/SharedBufferReaderTest.cpp', |
3825 ], | 3827 ], |
3826 } | 3828 } |
3827 } | 3829 } |
OLD | NEW |