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

Side by Side Diff: gyp/gmslides.gypi

Issue 769423002: work in progress (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years 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/experimental.gyp ('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 'conditions': [ 10 'conditions': [
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 '../gm/shaderbounds.cpp', 163 '../gm/shaderbounds.cpp',
164 '../gm/selftest.cpp', 164 '../gm/selftest.cpp',
165 '../gm/shadertext.cpp', 165 '../gm/shadertext.cpp',
166 '../gm/shadertext2.cpp', 166 '../gm/shadertext2.cpp',
167 '../gm/shadertext3.cpp', 167 '../gm/shadertext3.cpp',
168 '../gm/shadows.cpp', 168 '../gm/shadows.cpp',
169 '../gm/shallowgradient.cpp', 169 '../gm/shallowgradient.cpp',
170 '../gm/simpleaaclip.cpp', 170 '../gm/simpleaaclip.cpp',
171 '../gm/skbug1719.cpp', 171 '../gm/skbug1719.cpp',
172 '../gm/smallarc.cpp', 172 '../gm/smallarc.cpp',
173 '../gm/smallimage.cpp',
173 '../gm/stringart.cpp', 174 '../gm/stringart.cpp',
174 '../gm/spritebitmap.cpp', 175 '../gm/spritebitmap.cpp',
175 '../gm/srcmode.cpp', 176 '../gm/srcmode.cpp',
176 '../gm/strokefill.cpp', 177 '../gm/strokefill.cpp',
177 '../gm/strokerect.cpp', 178 '../gm/strokerect.cpp',
178 '../gm/strokerects.cpp', 179 '../gm/strokerects.cpp',
179 '../gm/strokes.cpp', 180 '../gm/strokes.cpp',
180 '../gm/stroketext.cpp', 181 '../gm/stroketext.cpp',
181 '../gm/surface.cpp', 182 '../gm/surface.cpp',
182 '../gm/tablecolorfilter.cpp', 183 '../gm/tablecolorfilter.cpp',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 '../gm/shadertext2.cpp', 241 '../gm/shadertext2.cpp',
241 '../gm/shadertext3.cpp', 242 '../gm/shadertext3.cpp',
242 243
243 # TODO(reed): Allocates more memory than Android devices are capable of 244 # TODO(reed): Allocates more memory than Android devices are capable of
244 # fulfilling. See http://skbug.com/1978 245 # fulfilling. See http://skbug.com/1978
245 '../gm/verylargebitmap.cpp', 246 '../gm/verylargebitmap.cpp',
246 ], 247 ],
247 }], 248 }],
248 ], 249 ],
249 } 250 }
OLDNEW
« no previous file with comments | « gyp/experimental.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698