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

Side by Side Diff: gyp/gmslides.gypi

Issue 198083003: add gm to show bug in stroked-text in drawPosText (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « gm/stroketext.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # include this gypi to include all the golden master slides. 1 # include this gypi to include all the golden master slides.
2 { 2 {
3 'include_dirs': [ 3 'include_dirs': [
4 '../gm', 4 '../gm',
5 # include dirs needed by particular GMs 5 # include dirs needed by particular GMs
6 '../src/utils/debugger', 6 '../src/utils/debugger',
7 '../src/images', 7 '../src/images',
8 '../src/lazy', 8 '../src/lazy',
9 ], 9 ],
10 'sources': [ 10 'sources': [
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 '../gm/shallowgradient.cpp', 146 '../gm/shallowgradient.cpp',
147 '../gm/simpleaaclip.cpp', 147 '../gm/simpleaaclip.cpp',
148 '../gm/skbug1719.cpp', 148 '../gm/skbug1719.cpp',
149 '../gm/stringart.cpp', 149 '../gm/stringart.cpp',
150 '../gm/spritebitmap.cpp', 150 '../gm/spritebitmap.cpp',
151 '../gm/srcmode.cpp', 151 '../gm/srcmode.cpp',
152 '../gm/strokefill.cpp', 152 '../gm/strokefill.cpp',
153 '../gm/strokerect.cpp', 153 '../gm/strokerect.cpp',
154 '../gm/strokerects.cpp', 154 '../gm/strokerects.cpp',
155 '../gm/strokes.cpp', 155 '../gm/strokes.cpp',
156 '../gm/stroketext.cpp',
156 '../gm/tablecolorfilter.cpp', 157 '../gm/tablecolorfilter.cpp',
157 '../gm/texteffects.cpp', 158 '../gm/texteffects.cpp',
158 '../gm/testimagefilters.cpp', 159 '../gm/testimagefilters.cpp',
159 '../gm/texdata.cpp', 160 '../gm/texdata.cpp',
160 '../gm/thinrects.cpp', 161 '../gm/thinrects.cpp',
161 '../gm/thinstrokedrects.cpp', 162 '../gm/thinstrokedrects.cpp',
162 '../gm/tileimagefilter.cpp', 163 '../gm/tileimagefilter.cpp',
163 '../gm/tilemodes.cpp', 164 '../gm/tilemodes.cpp',
164 '../gm/tilemodes_scaled.cpp', 165 '../gm/tilemodes_scaled.cpp',
165 '../gm/tinybitmap.cpp', 166 '../gm/tinybitmap.cpp',
(...skipping 11 matching lines...) Expand all
177 # Files needed by particular GMs 178 # Files needed by particular GMs
178 '../src/utils/debugger/SkDrawCommand.h', 179 '../src/utils/debugger/SkDrawCommand.h',
179 '../src/utils/debugger/SkDrawCommand.cpp', 180 '../src/utils/debugger/SkDrawCommand.cpp',
180 '../src/utils/debugger/SkDebugCanvas.h', 181 '../src/utils/debugger/SkDebugCanvas.h',
181 '../src/utils/debugger/SkDebugCanvas.cpp', 182 '../src/utils/debugger/SkDebugCanvas.cpp',
182 '../src/utils/debugger/SkObjectParser.h', 183 '../src/utils/debugger/SkObjectParser.h',
183 '../src/utils/debugger/SkObjectParser.cpp', 184 '../src/utils/debugger/SkObjectParser.cpp',
184 185
185 ], 186 ],
186 } 187 }
OLDNEW
« no previous file with comments | « gm/stroketext.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698