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

Side by Side Diff: gyp/gmslides.gypi

Issue 23352003: Create new target to hold gpu test code, enable direct testing of GrEffects in GM. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Rob's comments Created 7 years, 4 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/gm.gyp ('k') | gyp/gputest.gyp » ('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 'sources': [ 3 'sources': [
4 '../gm/aaclip.cpp', 4 '../gm/aaclip.cpp',
5 '../gm/aarectmodes.cpp', 5 '../gm/aarectmodes.cpp',
6 '../gm/alphagradients.cpp', 6 '../gm/alphagradients.cpp',
7 '../gm/arcofzorro.cpp', 7 '../gm/arcofzorro.cpp',
8 '../gm/arithmode.cpp', 8 '../gm/arithmode.cpp',
9 '../gm/beziereffects.cpp',
9 '../gm/bicubicfilter.cpp', 10 '../gm/bicubicfilter.cpp',
10 '../gm/bigmatrix.cpp', 11 '../gm/bigmatrix.cpp',
11 '../gm/bigtext.cpp', 12 '../gm/bigtext.cpp',
12 '../gm/bitmapcopy.cpp', 13 '../gm/bitmapcopy.cpp',
13 '../gm/bitmapmatrix.cpp', 14 '../gm/bitmapmatrix.cpp',
14 '../gm/bitmapfilters.cpp', 15 '../gm/bitmapfilters.cpp',
15 '../gm/bitmaprect.cpp', 16 '../gm/bitmaprect.cpp',
16 '../gm/bitmaprecttest.cpp', 17 '../gm/bitmaprecttest.cpp',
17 '../gm/bitmapscroll.cpp', 18 '../gm/bitmapscroll.cpp',
18 '../gm/bleed.cpp', 19 '../gm/bleed.cpp',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 '../gm/xfermodes2.cpp', 132 '../gm/xfermodes2.cpp',
132 '../gm/xfermodes3.cpp', 133 '../gm/xfermodes3.cpp',
133 ], 134 ],
134 } 135 }
135 136
136 # Local Variables: 137 # Local Variables:
137 # tab-width:2 138 # tab-width:2
138 # indent-tabs-mode:nil 139 # indent-tabs-mode:nil
139 # End: 140 # End:
140 # vim: set expandtab tabstop=2 shiftwidth=2: 141 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/gm.gyp ('k') | gyp/gputest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698