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

Side by Side Diff: gyp/gmslides.gypi

Issue 1088773004: add GM to test imagefilters + xfermodes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: reference bug in code 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/imagefilters.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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 '../gm/imageblur.cpp', 127 '../gm/imageblur.cpp',
128 '../gm/imageblur2.cpp', 128 '../gm/imageblur2.cpp',
129 '../gm/imageblurtiled.cpp', 129 '../gm/imageblurtiled.cpp',
130 '../gm/imagemagnifier.cpp', 130 '../gm/imagemagnifier.cpp',
131 '../gm/imageresizetiled.cpp', 131 '../gm/imageresizetiled.cpp',
132 '../gm/inversepaths.cpp', 132 '../gm/inversepaths.cpp',
133 '../gm/lerpmode.cpp', 133 '../gm/lerpmode.cpp',
134 '../gm/lighting.cpp', 134 '../gm/lighting.cpp',
135 '../gm/lumafilter.cpp', 135 '../gm/lumafilter.cpp',
136 '../gm/image.cpp', 136 '../gm/image.cpp',
137 '../gm/imagefilters.cpp',
137 '../gm/imagefiltersbase.cpp', 138 '../gm/imagefiltersbase.cpp',
138 '../gm/imagefiltersclipped.cpp', 139 '../gm/imagefiltersclipped.cpp',
139 '../gm/imagefilterscropped.cpp', 140 '../gm/imagefilterscropped.cpp',
140 '../gm/imagefilterscropexpand.cpp', 141 '../gm/imagefilterscropexpand.cpp',
141 '../gm/imagefiltersgraph.cpp', 142 '../gm/imagefiltersgraph.cpp',
142 '../gm/imagefiltersscaled.cpp', 143 '../gm/imagefiltersscaled.cpp',
143 '../gm/imagefilterstransformed.cpp', 144 '../gm/imagefilterstransformed.cpp',
144 '../gm/internal_links.cpp', 145 '../gm/internal_links.cpp',
145 '../gm/lcdtext.cpp', 146 '../gm/lcdtext.cpp',
146 '../gm/linepaths.cpp', 147 '../gm/linepaths.cpp',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 '../gm/shadertext2.cpp', 274 '../gm/shadertext2.cpp',
274 '../gm/shadertext3.cpp', 275 '../gm/shadertext3.cpp',
275 276
276 # TODO(reed): Allocates more memory than Android devices are capable of 277 # TODO(reed): Allocates more memory than Android devices are capable of
277 # fulfilling. See http://skbug.com/1978 278 # fulfilling. See http://skbug.com/1978
278 '../gm/verylargebitmap.cpp', 279 '../gm/verylargebitmap.cpp',
279 ], 280 ],
280 }], 281 }],
281 ], 282 ],
282 } 283 }
OLDNEW
« no previous file with comments | « gm/imagefilters.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698