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

Side by Side Diff: gyp/gmslides.gypi

Issue 1031423002: Add mixedtextblob gm and a simple bench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: mac warnings 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 | « gyp/bench.gypi ('k') | src/gpu/GrAtlasTextContext.h » ('j') | 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 '../gm/imagefiltersgraph.cpp', 135 '../gm/imagefiltersgraph.cpp',
136 '../gm/imagefiltersscaled.cpp', 136 '../gm/imagefiltersscaled.cpp',
137 '../gm/imagefilterstransformed.cpp', 137 '../gm/imagefilterstransformed.cpp',
138 '../gm/internal_links.cpp', 138 '../gm/internal_links.cpp',
139 '../gm/lcdtext.cpp', 139 '../gm/lcdtext.cpp',
140 '../gm/linepaths.cpp', 140 '../gm/linepaths.cpp',
141 '../gm/matrixconvolution.cpp', 141 '../gm/matrixconvolution.cpp',
142 '../gm/matriximagefilter.cpp', 142 '../gm/matriximagefilter.cpp',
143 '../gm/megalooper.cpp', 143 '../gm/megalooper.cpp',
144 '../gm/mixedxfermodes.cpp', 144 '../gm/mixedxfermodes.cpp',
145 '../gm/mixedtextblobs.cpp',
145 '../gm/mipmap.cpp', 146 '../gm/mipmap.cpp',
146 '../gm/modecolorfilters.cpp', 147 '../gm/modecolorfilters.cpp',
147 '../gm/morphology.cpp', 148 '../gm/morphology.cpp',
148 '../gm/multipicturedraw.cpp', 149 '../gm/multipicturedraw.cpp',
149 '../gm/nested.cpp', 150 '../gm/nested.cpp',
150 '../gm/ninepatchstretch.cpp', 151 '../gm/ninepatchstretch.cpp',
151 '../gm/nonclosedpaths.cpp', 152 '../gm/nonclosedpaths.cpp',
152 '../gm/offsetimagefilter.cpp', 153 '../gm/offsetimagefilter.cpp',
153 '../gm/ovals.cpp', 154 '../gm/ovals.cpp',
154 '../gm/patch.cpp', 155 '../gm/patch.cpp',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 '../gm/shadertext2.cpp', 264 '../gm/shadertext2.cpp',
264 '../gm/shadertext3.cpp', 265 '../gm/shadertext3.cpp',
265 266
266 # TODO(reed): Allocates more memory than Android devices are capable of 267 # TODO(reed): Allocates more memory than Android devices are capable of
267 # fulfilling. See http://skbug.com/1978 268 # fulfilling. See http://skbug.com/1978
268 '../gm/verylargebitmap.cpp', 269 '../gm/verylargebitmap.cpp',
269 ], 270 ],
270 }], 271 }],
271 ], 272 ],
272 } 273 }
OLDNEW
« no previous file with comments | « gyp/bench.gypi ('k') | src/gpu/GrAtlasTextContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698