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

Side by Side Diff: gyp/gmslides.gypi

Issue 1070213003: Add GM to test non-AA pixel snapping for points, lines, rects. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address comments 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/pixelsnap.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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 '../gm/pathinterior.cpp', 166 '../gm/pathinterior.cpp',
167 '../gm/pathopsinverse.cpp', 167 '../gm/pathopsinverse.cpp',
168 '../gm/pathopsskpclip.cpp', 168 '../gm/pathopsskpclip.cpp',
169 '../gm/pathreverse.cpp', 169 '../gm/pathreverse.cpp',
170 '../gm/peekpixels.cpp', 170 '../gm/peekpixels.cpp',
171 '../gm/perlinnoise.cpp', 171 '../gm/perlinnoise.cpp',
172 '../gm/picture.cpp', 172 '../gm/picture.cpp',
173 '../gm/pictureimagefilter.cpp', 173 '../gm/pictureimagefilter.cpp',
174 '../gm/pictureshader.cpp', 174 '../gm/pictureshader.cpp',
175 '../gm/pictureshadertile.cpp', 175 '../gm/pictureshadertile.cpp',
176 '../gm/pixelsnap.cpp',
176 '../gm/points.cpp', 177 '../gm/points.cpp',
177 '../gm/poly2poly.cpp', 178 '../gm/poly2poly.cpp',
178 '../gm/polygons.cpp', 179 '../gm/polygons.cpp',
179 '../gm/quadpaths.cpp', 180 '../gm/quadpaths.cpp',
180 '../gm/recordopts.cpp', 181 '../gm/recordopts.cpp',
181 '../gm/rects.cpp', 182 '../gm/rects.cpp',
182 '../gm/repeated_bitmap.cpp', 183 '../gm/repeated_bitmap.cpp',
183 '../gm/resizeimagefilter.cpp', 184 '../gm/resizeimagefilter.cpp',
184 '../gm/rrect.cpp', 185 '../gm/rrect.cpp',
185 '../gm/rrects.cpp', 186 '../gm/rrects.cpp',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 '../gm/shadertext2.cpp', 275 '../gm/shadertext2.cpp',
275 '../gm/shadertext3.cpp', 276 '../gm/shadertext3.cpp',
276 277
277 # TODO(reed): Allocates more memory than Android devices are capable of 278 # TODO(reed): Allocates more memory than Android devices are capable of
278 # fulfilling. See http://skbug.com/1978 279 # fulfilling. See http://skbug.com/1978
279 '../gm/verylargebitmap.cpp', 280 '../gm/verylargebitmap.cpp',
280 ], 281 ],
281 }], 282 }],
282 ], 283 ],
283 } 284 }
OLDNEW
« no previous file with comments | « gm/pixelsnap.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698