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

Side by Side Diff: gyp/gmslides.gypi

Issue 1067853002: Adding draw looper gm for textblobs (Closed) Base URL: https://skia.googlesource.com/skia.git@scrolling
Patch Set: cleanup 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/textbloblooper.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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 '../gm/strokes.cpp', 201 '../gm/strokes.cpp',
202 '../gm/stroketext.cpp', 202 '../gm/stroketext.cpp',
203 '../gm/surface.cpp', 203 '../gm/surface.cpp',
204 '../gm/tablecolorfilter.cpp', 204 '../gm/tablecolorfilter.cpp',
205 '../gm/texteffects.cpp', 205 '../gm/texteffects.cpp',
206 '../gm/testimagefilters.cpp', 206 '../gm/testimagefilters.cpp',
207 '../gm/texdata.cpp', 207 '../gm/texdata.cpp',
208 '../gm/variedtext.cpp', 208 '../gm/variedtext.cpp',
209 '../gm/tallstretchedbitmaps.cpp', 209 '../gm/tallstretchedbitmaps.cpp',
210 '../gm/textblob.cpp', 210 '../gm/textblob.cpp',
211 '../gm/textbloblooper.cpp',
211 '../gm/textblobshader.cpp', 212 '../gm/textblobshader.cpp',
212 '../gm/texturedomaineffect.cpp', 213 '../gm/texturedomaineffect.cpp',
213 '../gm/thinrects.cpp', 214 '../gm/thinrects.cpp',
214 '../gm/thinstrokedrects.cpp', 215 '../gm/thinstrokedrects.cpp',
215 '../gm/tiledscaledbitmap.cpp', 216 '../gm/tiledscaledbitmap.cpp',
216 '../gm/tileimagefilter.cpp', 217 '../gm/tileimagefilter.cpp',
217 '../gm/tilemodes.cpp', 218 '../gm/tilemodes.cpp',
218 '../gm/tilemodes_scaled.cpp', 219 '../gm/tilemodes_scaled.cpp',
219 '../gm/tinybitmap.cpp', 220 '../gm/tinybitmap.cpp',
220 '../gm/transparency.cpp', 221 '../gm/transparency.cpp',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 '../gm/shadertext2.cpp', 266 '../gm/shadertext2.cpp',
266 '../gm/shadertext3.cpp', 267 '../gm/shadertext3.cpp',
267 268
268 # TODO(reed): Allocates more memory than Android devices are capable of 269 # TODO(reed): Allocates more memory than Android devices are capable of
269 # fulfilling. See http://skbug.com/1978 270 # fulfilling. See http://skbug.com/1978
270 '../gm/verylargebitmap.cpp', 271 '../gm/verylargebitmap.cpp',
271 ], 272 ],
272 }], 273 }],
273 ], 274 ],
274 } 275 }
OLDNEW
« no previous file with comments | « gm/textbloblooper.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698