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

Side by Side Diff: gyp/gmslides.gypi

Issue 276453002: New GM for testing circle blur optimization (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove some unnecessary includes Created 6 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 | « gm/blurcircles.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 14 matching lines...) Expand all
25 '../gm/bitmapcopy.cpp', 25 '../gm/bitmapcopy.cpp',
26 '../gm/bitmapmatrix.cpp', 26 '../gm/bitmapmatrix.cpp',
27 '../gm/bitmapfilters.cpp', 27 '../gm/bitmapfilters.cpp',
28 '../gm/bitmappremul.cpp', 28 '../gm/bitmappremul.cpp',
29 '../gm/bitmaprect.cpp', 29 '../gm/bitmaprect.cpp',
30 '../gm/bitmaprecttest.cpp', 30 '../gm/bitmaprecttest.cpp',
31 '../gm/bitmapscroll.cpp', 31 '../gm/bitmapscroll.cpp',
32 '../gm/bitmapshader.cpp', 32 '../gm/bitmapshader.cpp',
33 '../gm/bitmapsource.cpp', 33 '../gm/bitmapsource.cpp',
34 '../gm/bleed.cpp', 34 '../gm/bleed.cpp',
35 '../gm/blurcircles.cpp',
35 '../gm/blurs.cpp', 36 '../gm/blurs.cpp',
36 '../gm/blurquickreject.cpp', 37 '../gm/blurquickreject.cpp',
37 '../gm/blurrect.cpp', 38 '../gm/blurrect.cpp',
38 '../gm/blurroundrect.cpp', 39 '../gm/blurroundrect.cpp',
39 '../gm/canvasstate.cpp', 40 '../gm/canvasstate.cpp',
40 '../gm/circles.cpp', 41 '../gm/circles.cpp',
41 '../gm/circularclips.cpp', 42 '../gm/circularclips.cpp',
42 '../gm/clippedbitmapshaders.cpp', 43 '../gm/clippedbitmapshaders.cpp',
43 '../gm/coloremoji.cpp', 44 '../gm/coloremoji.cpp',
44 '../gm/colorfilterimagefilter.cpp', 45 '../gm/colorfilterimagefilter.cpp',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 # fulfilling. See http://skbug.com/1978 223 # fulfilling. See http://skbug.com/1978
223 '../gm/verylargebitmap.cpp', 224 '../gm/verylargebitmap.cpp',
224 ], 225 ],
225 226
226 'sources': [ 227 'sources': [
227 '../gm/androidfallback.cpp', 228 '../gm/androidfallback.cpp',
228 ], 229 ],
229 }], 230 }],
230 ], 231 ],
231 } 232 }
OLDNEW
« no previous file with comments | « gm/blurcircles.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698