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

Side by Side Diff: gyp/core.gypi

Issue 1368333004: Move Mutexy things to private. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 2 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 | « bench/RefCntBench.cpp ('k') | gyp/tools.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 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Include this gypi to include all 'core' files 5 # Include this gypi to include all 'core' files
6 # The parent gyp/gypi file must define 6 # The parent gyp/gypi file must define
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi 10 # The skia build defines these in common_variables.gypi
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 '<(skia_include_path)/core/SkImageEncoder.h', 293 '<(skia_include_path)/core/SkImageEncoder.h',
294 '<(skia_include_path)/core/SkImageFilter.h', 294 '<(skia_include_path)/core/SkImageFilter.h',
295 '<(skia_include_path)/core/SkImageInfo.h', 295 '<(skia_include_path)/core/SkImageInfo.h',
296 '<(skia_include_path)/core/SkMallocPixelRef.h', 296 '<(skia_include_path)/core/SkMallocPixelRef.h',
297 '<(skia_include_path)/core/SkMask.h', 297 '<(skia_include_path)/core/SkMask.h',
298 '<(skia_include_path)/core/SkMaskFilter.h', 298 '<(skia_include_path)/core/SkMaskFilter.h',
299 '<(skia_include_path)/core/SkMath.h', 299 '<(skia_include_path)/core/SkMath.h',
300 '<(skia_include_path)/core/SkMatrix.h', 300 '<(skia_include_path)/core/SkMatrix.h',
301 '<(skia_include_path)/core/SkMetaData.h', 301 '<(skia_include_path)/core/SkMetaData.h',
302 '<(skia_include_path)/core/SkMultiPictureDraw.h', 302 '<(skia_include_path)/core/SkMultiPictureDraw.h',
303 '<(skia_include_path)/core/SkOnce.h',
304 '<(skia_include_path)/core/SkOSFile.h', 303 '<(skia_include_path)/core/SkOSFile.h',
305 '<(skia_include_path)/core/SkPackBits.h', 304 '<(skia_include_path)/core/SkPackBits.h',
306 '<(skia_include_path)/core/SkPaint.h', 305 '<(skia_include_path)/core/SkPaint.h',
307 '<(skia_include_path)/core/SkPath.h', 306 '<(skia_include_path)/core/SkPath.h',
308 '<(skia_include_path)/core/SkPathEffect.h', 307 '<(skia_include_path)/core/SkPathEffect.h',
309 '<(skia_include_path)/core/SkPathMeasure.h', 308 '<(skia_include_path)/core/SkPathMeasure.h',
310 '<(skia_include_path)/core/SkPathRef.h', 309 '<(skia_include_path)/core/SkPathRef.h',
311 '<(skia_include_path)/core/SkPicture.h', 310 '<(skia_include_path)/core/SkPicture.h',
312 '<(skia_include_path)/core/SkPictureRecorder.h', 311 '<(skia_include_path)/core/SkPictureRecorder.h',
313 '<(skia_include_path)/core/SkPixelRef.h', 312 '<(skia_include_path)/core/SkPixelRef.h',
(...skipping 20 matching lines...) Expand all
334 '<(skia_include_path)/core/SkTSearch.h', 333 '<(skia_include_path)/core/SkTSearch.h',
335 '<(skia_include_path)/core/SkTextBlob.h', 334 '<(skia_include_path)/core/SkTextBlob.h',
336 '<(skia_include_path)/core/SkTime.h', 335 '<(skia_include_path)/core/SkTime.h',
337 '<(skia_include_path)/core/SkTLazy.h', 336 '<(skia_include_path)/core/SkTLazy.h',
338 '<(skia_include_path)/core/SkTypeface.h', 337 '<(skia_include_path)/core/SkTypeface.h',
339 '<(skia_include_path)/core/SkTypes.h', 338 '<(skia_include_path)/core/SkTypes.h',
340 '<(skia_include_path)/core/SkUnPreMultiply.h', 339 '<(skia_include_path)/core/SkUnPreMultiply.h',
341 '<(skia_include_path)/core/SkUtils.h', 340 '<(skia_include_path)/core/SkUtils.h',
342 '<(skia_include_path)/core/SkWriter32.h', 341 '<(skia_include_path)/core/SkWriter32.h',
343 '<(skia_include_path)/core/SkXfermode.h', 342 '<(skia_include_path)/core/SkXfermode.h',
343
344 # private
345 '<(skia_include_path)/private/SkAtomics.h',
346 '<(skia_include_path)/private/SkMutex.h',
347 '<(skia_include_path)/private/SkOnce.h',
348 '<(skia_include_path)/private/SkOncePtr.h',
349 '<(skia_include_path)/private/SkSemaphore.h',
350 '<(skia_include_path)/private/SkSpinlock.h',
344 '<(skia_include_path)/private/SkTemplates.h', 351 '<(skia_include_path)/private/SkTemplates.h',
345 352
346 # Path ops 353 # Path ops
347 '<(skia_include_path)/pathops/SkPathOps.h', 354 '<(skia_include_path)/pathops/SkPathOps.h',
348 355
349 '<(skia_src_path)/pathops/SkAddIntersections.cpp', 356 '<(skia_src_path)/pathops/SkAddIntersections.cpp',
350 '<(skia_src_path)/pathops/SkDConicLineIntersection.cpp', 357 '<(skia_src_path)/pathops/SkDConicLineIntersection.cpp',
351 '<(skia_src_path)/pathops/SkDCubicLineIntersection.cpp', 358 '<(skia_src_path)/pathops/SkDCubicLineIntersection.cpp',
352 '<(skia_src_path)/pathops/SkDCubicToQuads.cpp', 359 '<(skia_src_path)/pathops/SkDCubicToQuads.cpp',
353 '<(skia_src_path)/pathops/SkDLineIntersection.cpp', 360 '<(skia_src_path)/pathops/SkDLineIntersection.cpp',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 '<(skia_src_path)/pathops/SkPathOpsLine.h', 406 '<(skia_src_path)/pathops/SkPathOpsLine.h',
400 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 407 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
401 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 408 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
402 '<(skia_src_path)/pathops/SkPathOpsRect.h', 409 '<(skia_src_path)/pathops/SkPathOpsRect.h',
403 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 410 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
404 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 411 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
405 '<(skia_src_path)/pathops/SkPathWriter.h', 412 '<(skia_src_path)/pathops/SkPathWriter.h',
406 '<(skia_src_path)/pathops/SkReduceOrder.h', 413 '<(skia_src_path)/pathops/SkReduceOrder.h',
407 ], 414 ],
408 } 415 }
OLDNEW
« no previous file with comments | « bench/RefCntBench.cpp ('k') | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698