Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(344)

Side by Side Diff: Source/core/core.gypi

Issue 1238123004: Slimming Paint phase 2 compositing algorithm plumbing & skeleton display list API. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 1798 matching lines...) Expand 10 before | Expand all | Expand 10 after
1809 'page/TouchAdjustment.h', 1809 'page/TouchAdjustment.h',
1810 'page/TouchDisambiguation.cpp', 1810 'page/TouchDisambiguation.cpp',
1811 'page/TouchDisambiguation.h', 1811 'page/TouchDisambiguation.h',
1812 'page/WindowFeatures.cpp', 1812 'page/WindowFeatures.cpp',
1813 'page/scrolling/ScrollingConstraints.cpp', 1813 'page/scrolling/ScrollingConstraints.cpp',
1814 'page/scrolling/ScrollingConstraints.h', 1814 'page/scrolling/ScrollingConstraints.h',
1815 'page/scrolling/ScrollingCoordinator.cpp', 1815 'page/scrolling/ScrollingCoordinator.cpp',
1816 'page/scrolling/ScrollingCoordinator.h', 1816 'page/scrolling/ScrollingCoordinator.h',
1817 'page/scrolling/ScrollState.cpp', 1817 'page/scrolling/ScrollState.cpp',
1818 'page/scrolling/ScrollState.h', 1818 'page/scrolling/ScrollState.h',
1819 'compositing/DisplayListCompositingBuilder.cpp',
1820 'compositing/DisplayListCompositingBuilder.h',
1819 'paint/BackgroundImageGeometry.cpp', 1821 'paint/BackgroundImageGeometry.cpp',
1820 'paint/BackgroundImageGeometry.h', 1822 'paint/BackgroundImageGeometry.h',
1821 'paint/BlockFlowPainter.cpp', 1823 'paint/BlockFlowPainter.cpp',
1822 'paint/BlockFlowPainter.h', 1824 'paint/BlockFlowPainter.h',
1823 'paint/BlockPainter.cpp', 1825 'paint/BlockPainter.cpp',
1824 'paint/BlockPainter.h', 1826 'paint/BlockPainter.h',
1825 'paint/BoxBorderPainter.cpp', 1827 'paint/BoxBorderPainter.cpp',
1826 'paint/BoxBorderPainter.h', 1828 'paint/BoxBorderPainter.h',
1827 'paint/BoxClipper.cpp', 1829 'paint/BoxClipper.cpp',
1828 'paint/BoxClipper.h', 1830 'paint/BoxClipper.h',
(...skipping 1976 matching lines...) Expand 10 before | Expand all | Expand 10 after
3805 'style/OutlineValueTest.cpp', 3807 'style/OutlineValueTest.cpp',
3806 'style/SVGComputedStyleTest.cpp', 3808 'style/SVGComputedStyleTest.cpp',
3807 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3809 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3808 'testing/PrivateScriptTestTest.cpp', 3810 'testing/PrivateScriptTestTest.cpp',
3809 'timing/MemoryInfoTest.cpp', 3811 'timing/MemoryInfoTest.cpp',
3810 'workers/WorkerThreadTest.cpp', 3812 'workers/WorkerThreadTest.cpp',
3811 'xml/parser/SharedBufferReaderTest.cpp', 3813 'xml/parser/SharedBufferReaderTest.cpp',
3812 ], 3814 ],
3813 } 3815 }
3814 } 3816 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698