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

Side by Side Diff: gyp/public_headers.gypi

Issue 481053002: Move SkReadBuffer.h and SkReader32.h out of include. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: second_try 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
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkFlattenableBuffers.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 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'core/SkPath.h', 66 'core/SkPath.h',
67 'core/SkPathEffect.h', 67 'core/SkPathEffect.h',
68 'core/SkPathMeasure.h', 68 'core/SkPathMeasure.h',
69 'core/SkPicture.h', 69 'core/SkPicture.h',
70 'core/SkPixelRef.h', 70 'core/SkPixelRef.h',
71 'core/SkPoint.h', 71 'core/SkPoint.h',
72 'core/SkPostConfig.h', 72 'core/SkPostConfig.h',
73 'core/SkPreConfig.h', 73 'core/SkPreConfig.h',
74 'core/SkRRect.h', 74 'core/SkRRect.h',
75 'core/SkRasterizer.h', 75 'core/SkRasterizer.h',
76 'core/SkReader32.h',
77 'core/SkRect.h', 76 'core/SkRect.h',
78 'core/SkRefCnt.h', 77 'core/SkRefCnt.h',
79 'core/SkRegion.h', 78 'core/SkRegion.h',
80 'core/SkScalar.h', 79 'core/SkScalar.h',
81 'core/SkShader.h', 80 'core/SkShader.h',
82 'core/SkSize.h', 81 'core/SkSize.h',
83 'core/SkStream.h', 82 'core/SkStream.h',
84 'core/SkString.h', 83 'core/SkString.h',
85 'core/SkStringUtils.h', 84 'core/SkStringUtils.h',
86 'core/SkStrokeRec.h', 85 'core/SkStrokeRec.h',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'views/unix/keysym2ucs.h', 268 'views/unix/keysym2ucs.h',
270 'xml/SkBML_WXMLParser.h', 269 'xml/SkBML_WXMLParser.h',
271 'xml/SkBML_XMLParser.h', 270 'xml/SkBML_XMLParser.h',
272 'xml/SkDOM.h', 271 'xml/SkDOM.h',
273 'xml/SkJS.h', 272 'xml/SkJS.h',
274 'xml/SkXMLParser.h', 273 'xml/SkXMLParser.h',
275 'xml/SkXMLWriter.h', 274 'xml/SkXMLWriter.h',
276 ], 275 ],
277 }, 276 },
278 } 277 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkFlattenableBuffers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698