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

Side by Side Diff: gyp/gmslides.gypi

Issue 163603003: add peekPixels to SkCanvas and SkSurface (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 10 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 | « gm/xfermodes3.cpp ('k') | include/core/SkBitmap.h » ('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': [
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 '../gm/nonclosedpaths.cpp', 114 '../gm/nonclosedpaths.cpp',
115 '../gm/offsetimagefilter.cpp', 115 '../gm/offsetimagefilter.cpp',
116 '../gm/optimizations.cpp', 116 '../gm/optimizations.cpp',
117 '../gm/ovals.cpp', 117 '../gm/ovals.cpp',
118 '../gm/patheffects.cpp', 118 '../gm/patheffects.cpp',
119 '../gm/pathfill.cpp', 119 '../gm/pathfill.cpp',
120 '../gm/pathinterior.cpp', 120 '../gm/pathinterior.cpp',
121 '../gm/pathopsinverse.cpp', 121 '../gm/pathopsinverse.cpp',
122 '../gm/pathopsskpclip.cpp', 122 '../gm/pathopsskpclip.cpp',
123 '../gm/pathreverse.cpp', 123 '../gm/pathreverse.cpp',
124 '../gm/peekpixels.cpp',
124 '../gm/perlinnoise.cpp', 125 '../gm/perlinnoise.cpp',
125 '../gm/pictureimagefilter.cpp', 126 '../gm/pictureimagefilter.cpp',
126 '../gm/points.cpp', 127 '../gm/points.cpp',
127 '../gm/poly2poly.cpp', 128 '../gm/poly2poly.cpp',
128 '../gm/polygons.cpp', 129 '../gm/polygons.cpp',
129 '../gm/quadpaths.cpp', 130 '../gm/quadpaths.cpp',
130 '../gm/rects.cpp', 131 '../gm/rects.cpp',
131 '../gm/resizeimagefilter.cpp', 132 '../gm/resizeimagefilter.cpp',
132 '../gm/rrect.cpp', 133 '../gm/rrect.cpp',
133 '../gm/rrects.cpp', 134 '../gm/rrects.cpp',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 # Files needed by particular GMs 175 # Files needed by particular GMs
175 '../src/utils/debugger/SkDrawCommand.h', 176 '../src/utils/debugger/SkDrawCommand.h',
176 '../src/utils/debugger/SkDrawCommand.cpp', 177 '../src/utils/debugger/SkDrawCommand.cpp',
177 '../src/utils/debugger/SkDebugCanvas.h', 178 '../src/utils/debugger/SkDebugCanvas.h',
178 '../src/utils/debugger/SkDebugCanvas.cpp', 179 '../src/utils/debugger/SkDebugCanvas.cpp',
179 '../src/utils/debugger/SkObjectParser.h', 180 '../src/utils/debugger/SkObjectParser.h',
180 '../src/utils/debugger/SkObjectParser.cpp', 181 '../src/utils/debugger/SkObjectParser.cpp',
181 182
182 ], 183 ],
183 } 184 }
OLDNEW
« no previous file with comments | « gm/xfermodes3.cpp ('k') | include/core/SkBitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698