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

Side by Side Diff: gyp/gmslides.gypi

Issue 1112603002: Add new GM/bench for line-only convex paths (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix another SK_ARRAY_COUNT issue Created 5 years, 7 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/convex_all_line_paths.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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 '../gm/colortype.cpp', 64 '../gm/colortype.cpp',
65 '../gm/colortypexfermode.cpp', 65 '../gm/colortypexfermode.cpp',
66 '../gm/colorwheel.cpp', 66 '../gm/colorwheel.cpp',
67 '../gm/concavepaths.cpp', 67 '../gm/concavepaths.cpp',
68 '../gm/complexclip.cpp', 68 '../gm/complexclip.cpp',
69 '../gm/complexclip2.cpp', 69 '../gm/complexclip2.cpp',
70 '../gm/complexclip3.cpp', 70 '../gm/complexclip3.cpp',
71 '../gm/composeshader.cpp', 71 '../gm/composeshader.cpp',
72 '../gm/conicpaths.cpp', 72 '../gm/conicpaths.cpp',
73 '../gm/constcolorprocessor.cpp', 73 '../gm/constcolorprocessor.cpp',
74 '../gm/convex_all_line_paths.cpp',
74 '../gm/convexpaths.cpp', 75 '../gm/convexpaths.cpp',
75 '../gm/convexpolyclip.cpp', 76 '../gm/convexpolyclip.cpp',
76 '../gm/convexpolyeffect.cpp', 77 '../gm/convexpolyeffect.cpp',
77 '../gm/copyTo4444.cpp', 78 '../gm/copyTo4444.cpp',
78 '../gm/cubicpaths.cpp', 79 '../gm/cubicpaths.cpp',
79 '../gm/cmykjpeg.cpp', 80 '../gm/cmykjpeg.cpp',
80 '../gm/dstreadshuffle.cpp', 81 '../gm/dstreadshuffle.cpp',
81 '../gm/degeneratesegments.cpp', 82 '../gm/degeneratesegments.cpp',
82 '../gm/dcshader.cpp', 83 '../gm/dcshader.cpp',
83 '../gm/discard.cpp', 84 '../gm/discard.cpp',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 '../gm/shadertext2.cpp', 276 '../gm/shadertext2.cpp',
276 '../gm/shadertext3.cpp', 277 '../gm/shadertext3.cpp',
277 278
278 # TODO(reed): Allocates more memory than Android devices are capable of 279 # TODO(reed): Allocates more memory than Android devices are capable of
279 # fulfilling. See http://skbug.com/1978 280 # fulfilling. See http://skbug.com/1978
280 '../gm/verylargebitmap.cpp', 281 '../gm/verylargebitmap.cpp',
281 ], 282 ],
282 }], 283 }],
283 ], 284 ],
284 } 285 }
OLDNEW
« no previous file with comments | « gm/convex_all_line_paths.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698