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 19808007: Split atomic and mutex implementations and make inlinable. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Move defines to SkPreConfig/SkUserConfig. Created 7 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 | Annotate | Revision Log
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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 'core/SkScalarCompare.h', 223 'core/SkScalarCompare.h',
224 'core/SkPathMeasure.h', 224 'core/SkPathMeasure.h',
225 'core/SkMaskFilter.h', 225 'core/SkMaskFilter.h',
226 'core/SkBounder.h', 226 'core/SkBounder.h',
227 'core/SkFlate.h', 227 'core/SkFlate.h',
228 'core/SkTDArray.h', 228 'core/SkTDArray.h',
229 'core/SkAnnotation.h', 229 'core/SkAnnotation.h',
230 'core/SkChecksum.h', 230 'core/SkChecksum.h',
231 'core/SkMath.h', 231 'core/SkMath.h',
232 'core/SkDrawLooper.h', 232 'core/SkDrawLooper.h',
233 'core/SkThread_platform.h',
234 'core/SkFlattenableBuffers.h', 233 'core/SkFlattenableBuffers.h',
235 'core/SkTemplates.h', 234 'core/SkTemplates.h',
236 'core/SkMask.h', 235 'core/SkMask.h',
237 'core/SkMallocPixelRef.h', 236 'core/SkMallocPixelRef.h',
238 'core/SkWeakRefCnt.h', 237 'core/SkWeakRefCnt.h',
239 'core/SkTypes.h', 238 'core/SkTypes.h',
240 'core/SkThread.h', 239 'core/SkThread.h',
241 'core/SkData.h', 240 'core/SkData.h',
242 'core/SkPoint.h', 241 'core/SkPoint.h',
243 'core/SkColorShader.h', 242 'core/SkColorShader.h',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 'lazy/SkLruImageCache.h', 305 'lazy/SkLruImageCache.h',
307 ], 306 ],
308 }, 307 },
309 } 308 }
310 309
311 # Local Variables: 310 # Local Variables:
312 # tab-width:2 311 # tab-width:2
313 # indent-tabs-mode:nil 312 # indent-tabs-mode:nil
314 # End: 313 # End:
315 # vim: set expandtab tabstop=2 shiftwidth=2: 314 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« gyp/core.gyp ('K') | « gyp/ports.gyp ('k') | include/config/SkUserConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698