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

Side by Side Diff: gyp/gmslides.gypi

Issue 140393005: add inital gm for colorfilters (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: remove cruft from previous gm I copied from Created 6 years, 10 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 | Annotate | Revision Log
« gm/colorfilters.cpp ('K') | « gm/colorfilters.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 # include this gypi to include all the golden master slides. 1 # include this gypi to include all the golden master slides.
2 { 2 {
3 'include_dirs': [ 3 'include_dirs': [
4 '../gm', 4 '../gm',
5 # include dirs needed by particular GMs 5 # include dirs needed by particular GMs
6 '../src/utils/debugger', 6 '../src/utils/debugger',
7 '../src/images', 7 '../src/images',
8 '../src/lazy', 8 '../src/lazy',
9 ], 9 ],
10 'sources': [ 10 'sources': [
(...skipping 25 matching lines...) Expand all
36 '../gm/blurs.cpp', 36 '../gm/blurs.cpp',
37 '../gm/blurquickreject.cpp', 37 '../gm/blurquickreject.cpp',
38 '../gm/blurrect.cpp', 38 '../gm/blurrect.cpp',
39 '../gm/blurroundrect.cpp', 39 '../gm/blurroundrect.cpp',
40 '../gm/canvasstate.cpp', 40 '../gm/canvasstate.cpp',
41 '../gm/circles.cpp', 41 '../gm/circles.cpp',
42 '../gm/circularclips.cpp', 42 '../gm/circularclips.cpp',
43 '../gm/clippedbitmapshaders.cpp', 43 '../gm/clippedbitmapshaders.cpp',
44 '../gm/coloremoji.cpp', 44 '../gm/coloremoji.cpp',
45 '../gm/colorfilterimagefilter.cpp', 45 '../gm/colorfilterimagefilter.cpp',
46 '../gm/colorfilters.cpp',
46 '../gm/colormatrix.cpp', 47 '../gm/colormatrix.cpp',
47 '../gm/colortype.cpp', 48 '../gm/colortype.cpp',
48 '../gm/complexclip.cpp', 49 '../gm/complexclip.cpp',
49 '../gm/complexclip2.cpp', 50 '../gm/complexclip2.cpp',
50 '../gm/composeshader.cpp', 51 '../gm/composeshader.cpp',
51 #'../gm/conicpaths.cpp', 52 #'../gm/conicpaths.cpp',
52 '../gm/convexpaths.cpp', 53 '../gm/convexpaths.cpp',
53 '../gm/convexpolyclip.cpp', 54 '../gm/convexpolyclip.cpp',
54 '../gm/convexpolyeffect.cpp', 55 '../gm/convexpolyeffect.cpp',
55 '../gm/copyTo4444.cpp', 56 '../gm/copyTo4444.cpp',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 # Files needed by particular GMs 174 # Files needed by particular GMs
174 '../src/utils/debugger/SkDrawCommand.h', 175 '../src/utils/debugger/SkDrawCommand.h',
175 '../src/utils/debugger/SkDrawCommand.cpp', 176 '../src/utils/debugger/SkDrawCommand.cpp',
176 '../src/utils/debugger/SkDebugCanvas.h', 177 '../src/utils/debugger/SkDebugCanvas.h',
177 '../src/utils/debugger/SkDebugCanvas.cpp', 178 '../src/utils/debugger/SkDebugCanvas.cpp',
178 '../src/utils/debugger/SkObjectParser.h', 179 '../src/utils/debugger/SkObjectParser.h',
179 '../src/utils/debugger/SkObjectParser.cpp', 180 '../src/utils/debugger/SkObjectParser.cpp',
180 181
181 ], 182 ],
182 } 183 }
OLDNEW
« gm/colorfilters.cpp ('K') | « gm/colorfilters.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698