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

Side by Side Diff: gyp/gmslides.gypi

Issue 357793002: Remove SkBicubicImageFilter, and all related tests. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove all expected results for now-deleted GM Created 6 years, 6 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 | « gyp/effects.gypi ('k') | gyp/public_headers.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 # 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': [
11 # base class for GMs 11 # base class for GMs
12 '../gm/gm.cpp', 12 '../gm/gm.cpp',
13 '../gm/gm.h', 13 '../gm/gm.h',
14 14
15 '../gm/aaclip.cpp', 15 '../gm/aaclip.cpp',
16 '../gm/aarectmodes.cpp', 16 '../gm/aarectmodes.cpp',
17 '../gm/alphagradients.cpp', 17 '../gm/alphagradients.cpp',
18 '../gm/arcofzorro.cpp', 18 '../gm/arcofzorro.cpp',
19 '../gm/arithmode.cpp', 19 '../gm/arithmode.cpp',
20 '../gm/beziereffects.cpp', 20 '../gm/beziereffects.cpp',
21 '../gm/bicubicfilter.cpp',
22 '../gm/bigblurs.cpp', 21 '../gm/bigblurs.cpp',
23 '../gm/bigmatrix.cpp', 22 '../gm/bigmatrix.cpp',
24 '../gm/bigtext.cpp', 23 '../gm/bigtext.cpp',
25 '../gm/bitmapcopy.cpp', 24 '../gm/bitmapcopy.cpp',
26 '../gm/bitmapmatrix.cpp', 25 '../gm/bitmapmatrix.cpp',
27 '../gm/bitmapfilters.cpp', 26 '../gm/bitmapfilters.cpp',
28 '../gm/bitmappremul.cpp', 27 '../gm/bitmappremul.cpp',
29 '../gm/bitmaprect.cpp', 28 '../gm/bitmaprect.cpp',
30 '../gm/bitmaprecttest.cpp', 29 '../gm/bitmaprecttest.cpp',
31 '../gm/bitmapscroll.cpp', 30 '../gm/bitmapscroll.cpp',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 # fulfilling. See http://skbug.com/1978 226 # fulfilling. See http://skbug.com/1978
228 '../gm/verylargebitmap.cpp', 227 '../gm/verylargebitmap.cpp',
229 ], 228 ],
230 229
231 'sources': [ 230 'sources': [
232 '../gm/androidfallback.cpp', 231 '../gm/androidfallback.cpp',
233 ], 232 ],
234 }], 233 }],
235 ], 234 ],
236 } 235 }
OLDNEW
« no previous file with comments | « gyp/effects.gypi ('k') | gyp/public_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698