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

Side by Side Diff: gyp/gmslides.gypi

Issue 227553010: Revert of Initial picture shader implementation (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « gyp/core.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 # 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 '../gm/ovals.cpp', 120 '../gm/ovals.cpp',
121 '../gm/patheffects.cpp', 121 '../gm/patheffects.cpp',
122 '../gm/pathfill.cpp', 122 '../gm/pathfill.cpp',
123 '../gm/pathinterior.cpp', 123 '../gm/pathinterior.cpp',
124 '../gm/pathopsinverse.cpp', 124 '../gm/pathopsinverse.cpp',
125 '../gm/pathopsskpclip.cpp', 125 '../gm/pathopsskpclip.cpp',
126 '../gm/pathreverse.cpp', 126 '../gm/pathreverse.cpp',
127 '../gm/peekpixels.cpp', 127 '../gm/peekpixels.cpp',
128 '../gm/perlinnoise.cpp', 128 '../gm/perlinnoise.cpp',
129 '../gm/pictureimagefilter.cpp', 129 '../gm/pictureimagefilter.cpp',
130 '../gm/pictureshader.cpp',
131 '../gm/points.cpp', 130 '../gm/points.cpp',
132 '../gm/poly2poly.cpp', 131 '../gm/poly2poly.cpp',
133 '../gm/polygons.cpp', 132 '../gm/polygons.cpp',
134 '../gm/quadpaths.cpp', 133 '../gm/quadpaths.cpp',
135 '../gm/rects.cpp', 134 '../gm/rects.cpp',
136 '../gm/resizeimagefilter.cpp', 135 '../gm/resizeimagefilter.cpp',
137 '../gm/rrect.cpp', 136 '../gm/rrect.cpp',
138 '../gm/rrects.cpp', 137 '../gm/rrects.cpp',
139 '../gm/roundrects.cpp', 138 '../gm/roundrects.cpp',
140 '../gm/samplerstress.cpp', 139 '../gm/samplerstress.cpp',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 # fulfilling. See http://skbug.com/1978 219 # fulfilling. See http://skbug.com/1978
221 '../gm/verylargebitmap.cpp', 220 '../gm/verylargebitmap.cpp',
222 ], 221 ],
223 222
224 'sources': [ 223 'sources': [
225 '../gm/androidfallback.cpp', 224 '../gm/androidfallback.cpp',
226 ], 225 ],
227 }], 226 }],
228 ], 227 ],
229 } 228 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkShader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698