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

Side by Side Diff: gyp/gmslides.gypi

Issue 14474002: path ops : make it real (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 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') | gyp/pathops_unittest.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 'includes': [
4 'pathops.gypi',
5 ],
6 'sources': [ 3 'sources': [
7 '../gm/aaclip.cpp', 4 '../gm/aaclip.cpp',
8 '../gm/aarectmodes.cpp', 5 '../gm/aarectmodes.cpp',
9 '../gm/arithmode.cpp', 6 '../gm/arithmode.cpp',
10 '../gm/bicubicfilter.cpp', 7 '../gm/bicubicfilter.cpp',
11 '../gm/bigmatrix.cpp', 8 '../gm/bigmatrix.cpp',
12 '../gm/bitmapcopy.cpp', 9 '../gm/bitmapcopy.cpp',
13 '../gm/bitmapmatrix.cpp', 10 '../gm/bitmapmatrix.cpp',
14 '../gm/bitmapfilters.cpp', 11 '../gm/bitmapfilters.cpp',
15 '../gm/bitmaprect.cpp', 12 '../gm/bitmaprect.cpp',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 '../gm/modecolorfilters.cpp', 60 '../gm/modecolorfilters.cpp',
64 '../gm/morphology.cpp', 61 '../gm/morphology.cpp',
65 '../gm/ninepatchstretch.cpp', 62 '../gm/ninepatchstretch.cpp',
66 '../gm/nocolorbleed.cpp', 63 '../gm/nocolorbleed.cpp',
67 '../gm/optimizations.cpp', 64 '../gm/optimizations.cpp',
68 '../gm/ovals.cpp', 65 '../gm/ovals.cpp',
69 '../gm/patheffects.cpp', 66 '../gm/patheffects.cpp',
70 '../gm/pathfill.cpp', 67 '../gm/pathfill.cpp',
71 '../gm/pathinterior.cpp', 68 '../gm/pathinterior.cpp',
72 '../gm/pathopsinverse.cpp', 69 '../gm/pathopsinverse.cpp',
70 '../gm/pathopsskpclip.cpp',
73 '../gm/pathreverse.cpp', 71 '../gm/pathreverse.cpp',
74 '../gm/perlinnoise.cpp', 72 '../gm/perlinnoise.cpp',
75 '../gm/points.cpp', 73 '../gm/points.cpp',
76 '../gm/poly2poly.cpp', 74 '../gm/poly2poly.cpp',
77 '../gm/quadpaths.cpp', 75 '../gm/quadpaths.cpp',
78 '../gm/rects.cpp', 76 '../gm/rects.cpp',
79 '../gm/rrect.cpp', 77 '../gm/rrect.cpp',
80 '../gm/rrects.cpp', 78 '../gm/rrects.cpp',
81 '../gm/roundrects.cpp', 79 '../gm/roundrects.cpp',
82 '../gm/samplerstress.cpp', 80 '../gm/samplerstress.cpp',
(...skipping 25 matching lines...) Expand all
108 '../gm/xfermodes.cpp', 106 '../gm/xfermodes.cpp',
109 '../gm/xfermodes2.cpp', 107 '../gm/xfermodes2.cpp',
110 ], 108 ],
111 } 109 }
112 110
113 # Local Variables: 111 # Local Variables:
114 # tab-width:2 112 # tab-width:2
115 # indent-tabs-mode:nil 113 # indent-tabs-mode:nil
116 # End: 114 # End:
117 # vim: set expandtab tabstop=2 shiftwidth=2: 115 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | gyp/pathops_unittest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698