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

Side by Side Diff: gyp/public_headers.gypi

Issue 424663006: SkCanvas interface for drawing a patch. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Added SkPatchUtils Created 6 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
« gm/patch.cpp ('K') | « gm/patch.cpp ('k') | gyp/utils.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 public header files that exist in the 1 # Include this gypi to include all public header files that exist in the
2 # include directory. 2 # include directory.
3 # 3 #
4 # The list is computed by running 'find include -name *.h' in the root dir of 4 # The list is computed by running 'find include -name *.h' in the root dir of
5 # the project. 5 # the project.
6 # 6 #
7 { 7 {
8 'variables': { 8 'variables': {
9 'header_filenames': [ 9 'header_filenames': [
10 'animator/SkAnimator.h', 10 'animator/SkAnimator.h',
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 'utils/SkMatrix44.h', 226 'utils/SkMatrix44.h',
227 'utils/SkMeshUtils.h', 227 'utils/SkMeshUtils.h',
228 'utils/SkNWayCanvas.h', 228 'utils/SkNWayCanvas.h',
229 'utils/SkNinePatch.h', 229 'utils/SkNinePatch.h',
230 'utils/SkNullCanvas.h', 230 'utils/SkNullCanvas.h',
231 'utils/SkParse.h', 231 'utils/SkParse.h',
232 'utils/SkParse.h', 232 'utils/SkParse.h',
233 'utils/SkParsePaint.h', 233 'utils/SkParsePaint.h',
234 'utils/SkParsePaint.h', 234 'utils/SkParsePaint.h',
235 'utils/SkParsePath.h', 235 'utils/SkParsePath.h',
236 'utils/SkPatchUtils.h',
236 'utils/SkPathUtils.h', 237 'utils/SkPathUtils.h',
237 'utils/SkPictureUtils.h', 238 'utils/SkPictureUtils.h',
238 'utils/SkProxyCanvas.h', 239 'utils/SkProxyCanvas.h',
239 'utils/SkRTConf.h', 240 'utils/SkRTConf.h',
240 'utils/SkRTConf.h', 241 'utils/SkRTConf.h',
241 'utils/SkRandom.h', 242 'utils/SkRandom.h',
242 'utils/SkRunnable.h', 243 'utils/SkRunnable.h',
243 'utils/SkRunnable.h', 244 'utils/SkRunnable.h',
244 'utils/SkThreadPool.h', 245 'utils/SkThreadPool.h',
245 'utils/SkThreadPool.h', 246 'utils/SkThreadPool.h',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'views/unix/keysym2ucs.h', 283 'views/unix/keysym2ucs.h',
283 'xml/SkBML_WXMLParser.h', 284 'xml/SkBML_WXMLParser.h',
284 'xml/SkBML_XMLParser.h', 285 'xml/SkBML_XMLParser.h',
285 'xml/SkDOM.h', 286 'xml/SkDOM.h',
286 'xml/SkJS.h', 287 'xml/SkJS.h',
287 'xml/SkXMLParser.h', 288 'xml/SkXMLParser.h',
288 'xml/SkXMLWriter.h', 289 'xml/SkXMLWriter.h',
289 ], 290 ],
290 }, 291 },
291 } 292 }
OLDNEW
« gm/patch.cpp ('K') | « gm/patch.cpp ('k') | gyp/utils.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698