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

Side by Side Diff: gyp/gmslides.gypi

Issue 978713002: Add constant color GrFP. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix mulAlphaByKnownFourComponents 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/constcolorprocessor.cpp ('k') | gyp/gpu.gypi » ('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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 '../gm/colormatrix.cpp', 58 '../gm/colormatrix.cpp',
59 '../gm/colortype.cpp', 59 '../gm/colortype.cpp',
60 '../gm/colortypexfermode.cpp', 60 '../gm/colortypexfermode.cpp',
61 '../gm/colorwheel.cpp', 61 '../gm/colorwheel.cpp',
62 '../gm/concavepaths.cpp', 62 '../gm/concavepaths.cpp',
63 '../gm/complexclip.cpp', 63 '../gm/complexclip.cpp',
64 '../gm/complexclip2.cpp', 64 '../gm/complexclip2.cpp',
65 '../gm/complexclip3.cpp', 65 '../gm/complexclip3.cpp',
66 '../gm/composeshader.cpp', 66 '../gm/composeshader.cpp',
67 '../gm/conicpaths.cpp', 67 '../gm/conicpaths.cpp',
68 '../gm/constcolorprocessor.cpp',
68 '../gm/convexpaths.cpp', 69 '../gm/convexpaths.cpp',
69 '../gm/convexpolyclip.cpp', 70 '../gm/convexpolyclip.cpp',
70 '../gm/convexpolyeffect.cpp', 71 '../gm/convexpolyeffect.cpp',
71 '../gm/copyTo4444.cpp', 72 '../gm/copyTo4444.cpp',
72 '../gm/cubicpaths.cpp', 73 '../gm/cubicpaths.cpp',
73 '../gm/cmykjpeg.cpp', 74 '../gm/cmykjpeg.cpp',
74 '../gm/dstreadshuffle.cpp', 75 '../gm/dstreadshuffle.cpp',
75 '../gm/degeneratesegments.cpp', 76 '../gm/degeneratesegments.cpp',
76 '../gm/dcshader.cpp', 77 '../gm/dcshader.cpp',
77 '../gm/discard.cpp', 78 '../gm/discard.cpp',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 '../gm/shadertext2.cpp', 263 '../gm/shadertext2.cpp',
263 '../gm/shadertext3.cpp', 264 '../gm/shadertext3.cpp',
264 265
265 # TODO(reed): Allocates more memory than Android devices are capable of 266 # TODO(reed): Allocates more memory than Android devices are capable of
266 # fulfilling. See http://skbug.com/1978 267 # fulfilling. See http://skbug.com/1978
267 '../gm/verylargebitmap.cpp', 268 '../gm/verylargebitmap.cpp',
268 ], 269 ],
269 }], 270 }],
270 ], 271 ],
271 } 272 }
OLDNEW
« no previous file with comments | « gm/constcolorprocessor.cpp ('k') | gyp/gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698