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

Side by Side Diff: gyp/gmslides.gypi

Issue 1097563002: adding new gm to rotate, translate, and scale textblobs (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: windows warning Created 5 years, 8 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 | « gm/textblobtransforms.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 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # include this gypi to include all the golden master slides. 5 # include this gypi to include all the golden master slides.
6 { 6 {
7 'include_dirs': [ 7 'include_dirs': [
8 '../gm', 8 '../gm',
9 # include dirs needed by particular GMs 9 # include dirs needed by particular GMs
10 '../src/utils/debugger', 10 '../src/utils/debugger',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 '../gm/tablecolorfilter.cpp', 208 '../gm/tablecolorfilter.cpp',
209 '../gm/texteffects.cpp', 209 '../gm/texteffects.cpp',
210 '../gm/testimagefilters.cpp', 210 '../gm/testimagefilters.cpp',
211 '../gm/texdata.cpp', 211 '../gm/texdata.cpp',
212 '../gm/variedtext.cpp', 212 '../gm/variedtext.cpp',
213 '../gm/tallstretchedbitmaps.cpp', 213 '../gm/tallstretchedbitmaps.cpp',
214 '../gm/textblob.cpp', 214 '../gm/textblob.cpp',
215 '../gm/textbloblooper.cpp', 215 '../gm/textbloblooper.cpp',
216 '../gm/textblobcolortrans.cpp', 216 '../gm/textblobcolortrans.cpp',
217 '../gm/textblobshader.cpp', 217 '../gm/textblobshader.cpp',
218 '../gm/textblobtransforms.cpp',
218 '../gm/texturedomaineffect.cpp', 219 '../gm/texturedomaineffect.cpp',
219 '../gm/thinrects.cpp', 220 '../gm/thinrects.cpp',
220 '../gm/thinstrokedrects.cpp', 221 '../gm/thinstrokedrects.cpp',
221 '../gm/tiledscaledbitmap.cpp', 222 '../gm/tiledscaledbitmap.cpp',
222 '../gm/tileimagefilter.cpp', 223 '../gm/tileimagefilter.cpp',
223 '../gm/tilemodes.cpp', 224 '../gm/tilemodes.cpp',
224 '../gm/tilemodes_scaled.cpp', 225 '../gm/tilemodes_scaled.cpp',
225 '../gm/tinybitmap.cpp', 226 '../gm/tinybitmap.cpp',
226 '../gm/transparency.cpp', 227 '../gm/transparency.cpp',
227 '../gm/twopointradial.cpp', 228 '../gm/twopointradial.cpp',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 '../gm/shadertext2.cpp', 272 '../gm/shadertext2.cpp',
272 '../gm/shadertext3.cpp', 273 '../gm/shadertext3.cpp',
273 274
274 # TODO(reed): Allocates more memory than Android devices are capable of 275 # TODO(reed): Allocates more memory than Android devices are capable of
275 # fulfilling. See http://skbug.com/1978 276 # fulfilling. See http://skbug.com/1978
276 '../gm/verylargebitmap.cpp', 277 '../gm/verylargebitmap.cpp',
277 ], 278 ],
278 }], 279 }],
279 ], 280 ],
280 } 281 }
OLDNEW
« no previous file with comments | « gm/textblobtransforms.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698