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

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

Issue 1164573003: Move NinePieceImage painting to a separate class (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address review comments 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
« no previous file with comments | « no previous file | Source/core/paint/BoxPainter.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1883 matching lines...) Expand 10 before | Expand all | Expand 10 after
1894 'paint/LineBoxListPainter.cpp', 1894 'paint/LineBoxListPainter.cpp',
1895 'paint/LineBoxListPainter.h', 1895 'paint/LineBoxListPainter.h',
1896 'paint/ListItemPainter.cpp', 1896 'paint/ListItemPainter.cpp',
1897 'paint/ListItemPainter.h', 1897 'paint/ListItemPainter.h',
1898 'paint/ListMarkerPainter.cpp', 1898 'paint/ListMarkerPainter.cpp',
1899 'paint/ListMarkerPainter.h', 1899 'paint/ListMarkerPainter.h',
1900 'paint/MediaControlsPainter.cpp', 1900 'paint/MediaControlsPainter.cpp',
1901 'paint/MediaControlsPainter.h', 1901 'paint/MediaControlsPainter.h',
1902 'paint/MultiColumnSetPainter.cpp', 1902 'paint/MultiColumnSetPainter.cpp',
1903 'paint/MultiColumnSetPainter.h', 1903 'paint/MultiColumnSetPainter.h',
1904 'paint/NinePieceImagePainter.cpp',
1905 'paint/NinePieceImagePainter.h',
1904 'paint/ObjectPainter.cpp', 1906 'paint/ObjectPainter.cpp',
1905 'paint/ObjectPainter.h', 1907 'paint/ObjectPainter.h',
1906 'paint/PaintInfo.h', 1908 'paint/PaintInfo.h',
1907 'paint/PaintPhase.cpp', 1909 'paint/PaintPhase.cpp',
1908 'paint/PaintPhase.h', 1910 'paint/PaintPhase.h',
1909 'paint/PartPainter.cpp', 1911 'paint/PartPainter.cpp',
1910 'paint/PartPainter.h', 1912 'paint/PartPainter.h',
1911 'paint/ReplacedPainter.cpp', 1913 'paint/ReplacedPainter.cpp',
1912 'paint/ReplacedPainter.h', 1914 'paint/ReplacedPainter.h',
1913 'paint/ReplicaPainter.cpp', 1915 'paint/ReplicaPainter.cpp',
(...skipping 2002 matching lines...) Expand 10 before | Expand all | Expand 10 after
3916 'style/ComputedStyleTest.cpp', 3918 'style/ComputedStyleTest.cpp',
3917 'style/OutlineValueTest.cpp', 3919 'style/OutlineValueTest.cpp',
3918 'style/SVGComputedStyleTest.cpp', 3920 'style/SVGComputedStyleTest.cpp',
3919 'testing/PrivateScriptTestTest.cpp', 3921 'testing/PrivateScriptTestTest.cpp',
3920 'timing/MemoryInfoTest.cpp', 3922 'timing/MemoryInfoTest.cpp',
3921 'workers/WorkerThreadTest.cpp', 3923 'workers/WorkerThreadTest.cpp',
3922 'xml/parser/SharedBufferReaderTest.cpp', 3924 'xml/parser/SharedBufferReaderTest.cpp',
3923 ], 3925 ],
3924 } 3926 }
3925 } 3927 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/BoxPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698