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

Side by Side Diff: gyp/public_headers.gypi

Issue 366133002: move SkChecksum and SkEmptyShader to private (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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/SkChecksum.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 'pdf/SkPDFDevice.h', 10 'pdf/SkPDFDevice.h',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'core/SkBlitRow.h', 215 'core/SkBlitRow.h',
216 'core/SkGeometry.h', 216 'core/SkGeometry.h',
217 'core/SkStrokeRec.h', 217 'core/SkStrokeRec.h',
218 'core/SkImageDecoder.h', 218 'core/SkImageDecoder.h',
219 'core/SkTime.h', 219 'core/SkTime.h',
220 'core/SkPathMeasure.h', 220 'core/SkPathMeasure.h',
221 'core/SkMaskFilter.h', 221 'core/SkMaskFilter.h',
222 'core/SkFlate.h', 222 'core/SkFlate.h',
223 'core/SkTDArray.h', 223 'core/SkTDArray.h',
224 'core/SkAnnotation.h', 224 'core/SkAnnotation.h',
225 'core/SkChecksum.h',
226 'core/SkMath.h', 225 'core/SkMath.h',
227 'core/SkDrawLooper.h', 226 'core/SkDrawLooper.h',
228 'core/SkFlattenableBuffers.h', 227 'core/SkFlattenableBuffers.h',
229 'core/SkTemplates.h', 228 'core/SkTemplates.h',
230 'core/SkMask.h', 229 'core/SkMask.h',
231 'core/SkMallocPixelRef.h', 230 'core/SkMallocPixelRef.h',
232 'core/SkWeakRefCnt.h', 231 'core/SkWeakRefCnt.h',
233 'core/SkTypes.h', 232 'core/SkTypes.h',
234 'core/SkThread.h', 233 'core/SkThread.h',
235 'core/SkData.h', 234 'core/SkData.h',
236 'core/SkPoint.h', 235 'core/SkPoint.h',
237 'core/SkColorShader.h', 236 'core/SkColorShader.h',
238 'core/SkChunkAlloc.h', 237 'core/SkChunkAlloc.h',
239 'core/SkUnPreMultiply.h', 238 'core/SkUnPreMultiply.h',
240 'core/SkReader32.h', 239 'core/SkReader32.h',
241 'core/SkDevice.h', 240 'core/SkDevice.h',
242 'core/SkImageFilter.h', 241 'core/SkImageFilter.h',
243 'core/SkAdvancedTypefaceMetrics.h', 242 'core/SkAdvancedTypefaceMetrics.h',
244 'core/SkTInternalLList.h', 243 'core/SkTInternalLList.h',
245 'core/SkTArray.h', 244 'core/SkTArray.h',
246 'core/SkStringUtils.h', 245 'core/SkStringUtils.h',
247 'core/SkPreConfig.h', 246 'core/SkPreConfig.h',
248 'core/SkLineClipper.h', 247 'core/SkLineClipper.h',
249 'core/SkPathEffect.h', 248 'core/SkPathEffect.h',
250 'core/SkString.h', 249 'core/SkString.h',
251 'core/SkPixelRef.h', 250 'core/SkPixelRef.h',
252 'core/SkSize.h', 251 'core/SkSize.h',
253 'core/SkEmptyShader.h',
254 'core/SkSurface.h', 252 'core/SkSurface.h',
255 'core/SkPostConfig.h', 253 'core/SkPostConfig.h',
256 'core/SkShader.h', 254 'core/SkShader.h',
257 'core/SkWriter32.h', 255 'core/SkWriter32.h',
258 'core/SkError.h', 256 'core/SkError.h',
259 'core/SkPath.h', 257 'core/SkPath.h',
260 'core/SkFlattenable.h', 258 'core/SkFlattenable.h',
261 'core/SkTSearch.h', 259 'core/SkTSearch.h',
262 'core/SkRect.h', 260 'core/SkRect.h',
263 'pathops/SkPathOps.h', 261 'pathops/SkPathOps.h',
(...skipping 22 matching lines...) Expand all
286 'views/unix/XkeysToSkKeys.h', 284 'views/unix/XkeysToSkKeys.h',
287 'views/SkKey.h', 285 'views/SkKey.h',
288 'views/SkView.h', 286 'views/SkView.h',
289 'views/SkOSMenu.h', 287 'views/SkOSMenu.h',
290 'views/SkOSWindow_Unix.h', 288 'views/SkOSWindow_Unix.h',
291 'views/SkWidget.h', 289 'views/SkWidget.h',
292 'views/SkOSWindow_Win.h', 290 'views/SkOSWindow_Win.h',
293 ], 291 ],
294 }, 292 },
295 } 293 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkChecksum.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698