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

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

Issue 1180053009: Rewrite nine piece image painting code (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Some more polish Created 5 years, 6 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
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 1890 matching lines...) Expand 10 before | Expand all | Expand 10 after
1901 'paint/LineBoxListPainter.cpp', 1901 'paint/LineBoxListPainter.cpp',
1902 'paint/LineBoxListPainter.h', 1902 'paint/LineBoxListPainter.h',
1903 'paint/ListItemPainter.cpp', 1903 'paint/ListItemPainter.cpp',
1904 'paint/ListItemPainter.h', 1904 'paint/ListItemPainter.h',
1905 'paint/ListMarkerPainter.cpp', 1905 'paint/ListMarkerPainter.cpp',
1906 'paint/ListMarkerPainter.h', 1906 'paint/ListMarkerPainter.h',
1907 'paint/MediaControlsPainter.cpp', 1907 'paint/MediaControlsPainter.cpp',
1908 'paint/MediaControlsPainter.h', 1908 'paint/MediaControlsPainter.h',
1909 'paint/MultiColumnSetPainter.cpp', 1909 'paint/MultiColumnSetPainter.cpp',
1910 'paint/MultiColumnSetPainter.h', 1910 'paint/MultiColumnSetPainter.h',
1911 'paint/NinePieceImageGrid.cpp',
1912 'paint/NinePieceImageGrid.h',
1911 'paint/NinePieceImagePainter.cpp', 1913 'paint/NinePieceImagePainter.cpp',
1912 'paint/NinePieceImagePainter.h', 1914 'paint/NinePieceImagePainter.h',
1913 'paint/ObjectPainter.cpp', 1915 'paint/ObjectPainter.cpp',
1914 'paint/ObjectPainter.h', 1916 'paint/ObjectPainter.h',
1915 'paint/PaintInfo.h', 1917 'paint/PaintInfo.h',
1916 'paint/PaintPhase.cpp', 1918 'paint/PaintPhase.cpp',
1917 'paint/PaintPhase.h', 1919 'paint/PaintPhase.h',
1918 'paint/PartPainter.cpp', 1920 'paint/PartPainter.cpp',
1919 'paint/PartPainter.h', 1921 'paint/PartPainter.h',
1920 'paint/ReplacedPainter.cpp', 1922 'paint/ReplacedPainter.cpp',
(...skipping 2004 matching lines...) Expand 10 before | Expand all | Expand 10 after
3925 'loader/MixedContentCheckerTest.cpp', 3927 'loader/MixedContentCheckerTest.cpp',
3926 'page/ContextMenuControllerTest.cpp', 3928 'page/ContextMenuControllerTest.cpp',
3927 'page/NetworkStateNotifierTest.cpp', 3929 'page/NetworkStateNotifierTest.cpp',
3928 'page/PagePopupClientTest.cpp', 3930 'page/PagePopupClientTest.cpp',
3929 'page/PrintContextTest.cpp', 3931 'page/PrintContextTest.cpp',
3930 'page/scrolling/ScrollStateTest.cpp', 3932 'page/scrolling/ScrollStateTest.cpp',
3931 'paint/DisplayItemListPaintTest.cpp', 3933 'paint/DisplayItemListPaintTest.cpp',
3932 'paint/LayerClipRecorderTest.cpp', 3934 'paint/LayerClipRecorderTest.cpp',
3933 'paint/LayoutObjectDrawingRecorderTest.cpp', 3935 'paint/LayoutObjectDrawingRecorderTest.cpp',
3934 'paint/TextPainterTest.cpp', 3936 'paint/TextPainterTest.cpp',
3937 'paint/NinePieceImageGridTest.cpp',
fs 2015/06/24 13:19:10 N < T
davve 2015/06/24 13:35:25 Done.
3935 'streams/ReadableStreamReaderTest.cpp', 3938 'streams/ReadableStreamReaderTest.cpp',
3936 'streams/ReadableStreamTest.cpp', 3939 'streams/ReadableStreamTest.cpp',
3937 'style/ComputedStyleTest.cpp', 3940 'style/ComputedStyleTest.cpp',
3938 'style/OutlineValueTest.cpp', 3941 'style/OutlineValueTest.cpp',
3939 'style/SVGComputedStyleTest.cpp', 3942 'style/SVGComputedStyleTest.cpp',
3940 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3943 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3941 'testing/PrivateScriptTestTest.cpp', 3944 'testing/PrivateScriptTestTest.cpp',
3942 'timing/MemoryInfoTest.cpp', 3945 'timing/MemoryInfoTest.cpp',
3943 'workers/WorkerThreadTest.cpp', 3946 'workers/WorkerThreadTest.cpp',
3944 'xml/parser/SharedBufferReaderTest.cpp', 3947 'xml/parser/SharedBufferReaderTest.cpp',
3945 ], 3948 ],
3946 } 3949 }
3947 } 3950 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/NinePieceImageGrid.h » ('j') | Source/core/paint/NinePieceImageGrid.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698