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

Side by Side Diff: gyp/gmslides.gypi

Issue 1114243005: remove (redundant) twopointradial shader (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | « gyp/effects.gypi ('k') | include/core/SkShader.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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 '../gm/textblobtransforms.cpp', 222 '../gm/textblobtransforms.cpp',
223 '../gm/texturedomaineffect.cpp', 223 '../gm/texturedomaineffect.cpp',
224 '../gm/thinrects.cpp', 224 '../gm/thinrects.cpp',
225 '../gm/thinstrokedrects.cpp', 225 '../gm/thinstrokedrects.cpp',
226 '../gm/tiledscaledbitmap.cpp', 226 '../gm/tiledscaledbitmap.cpp',
227 '../gm/tileimagefilter.cpp', 227 '../gm/tileimagefilter.cpp',
228 '../gm/tilemodes.cpp', 228 '../gm/tilemodes.cpp',
229 '../gm/tilemodes_scaled.cpp', 229 '../gm/tilemodes_scaled.cpp',
230 '../gm/tinybitmap.cpp', 230 '../gm/tinybitmap.cpp',
231 '../gm/transparency.cpp', 231 '../gm/transparency.cpp',
232 '../gm/twopointradial.cpp',
233 '../gm/typeface.cpp', 232 '../gm/typeface.cpp',
234 '../gm/vertices.cpp', 233 '../gm/vertices.cpp',
235 '../gm/verttext.cpp', 234 '../gm/verttext.cpp',
236 '../gm/verttext2.cpp', 235 '../gm/verttext2.cpp',
237 '../gm/verylargebitmap.cpp', 236 '../gm/verylargebitmap.cpp',
238 '../gm/xfermodeimagefilter.cpp', 237 '../gm/xfermodeimagefilter.cpp',
239 '../gm/xfermodes.cpp', 238 '../gm/xfermodes.cpp',
240 '../gm/xfermodes2.cpp', 239 '../gm/xfermodes2.cpp',
241 '../gm/xfermodes3.cpp', 240 '../gm/xfermodes3.cpp',
242 '../gm/yuvtorgbeffect.cpp', 241 '../gm/yuvtorgbeffect.cpp',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 '../gm/shadertext2.cpp', 275 '../gm/shadertext2.cpp',
277 '../gm/shadertext3.cpp', 276 '../gm/shadertext3.cpp',
278 277
279 # TODO(reed): Allocates more memory than Android devices are capable of 278 # TODO(reed): Allocates more memory than Android devices are capable of
280 # fulfilling. See http://skbug.com/1978 279 # fulfilling. See http://skbug.com/1978
281 '../gm/verylargebitmap.cpp', 280 '../gm/verylargebitmap.cpp',
282 ], 281 ],
283 }], 282 }],
284 ], 283 ],
285 } 284 }
OLDNEW
« no previous file with comments | « gyp/effects.gypi ('k') | include/core/SkShader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698