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

Side by Side Diff: gyp/core.gypi

Issue 19808007: Split atomic and mutex implementations and make inlinable. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Include all the files. Created 7 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 | Annotate | Revision Log
OLDNEW
1 # Include this gypi to include all 'core' files 1 # Include this gypi to include all 'core' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'sources': [ 9 'sources': [
10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h', 10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 '<(skia_include_path)/core/SkTDArray.h', 276 '<(skia_include_path)/core/SkTDArray.h',
277 '<(skia_include_path)/core/SkTDStack.h', 277 '<(skia_include_path)/core/SkTDStack.h',
278 '<(skia_include_path)/core/SkTDict.h', 278 '<(skia_include_path)/core/SkTDict.h',
279 '<(skia_include_path)/core/SkTInternalLList.h', 279 '<(skia_include_path)/core/SkTInternalLList.h',
280 '<(skia_include_path)/core/SkTileGridPicture.h', 280 '<(skia_include_path)/core/SkTileGridPicture.h',
281 '<(skia_include_path)/core/SkTRegistry.h', 281 '<(skia_include_path)/core/SkTRegistry.h',
282 '<(skia_include_path)/core/SkTScopedPtr.h', 282 '<(skia_include_path)/core/SkTScopedPtr.h',
283 '<(skia_include_path)/core/SkTSearch.h', 283 '<(skia_include_path)/core/SkTSearch.h',
284 '<(skia_include_path)/core/SkTemplates.h', 284 '<(skia_include_path)/core/SkTemplates.h',
285 '<(skia_include_path)/core/SkThread.h', 285 '<(skia_include_path)/core/SkThread.h',
286 '<(skia_include_path)/core/SkThread_platform.h',
287 '<(skia_include_path)/core/SkTime.h', 286 '<(skia_include_path)/core/SkTime.h',
288 '<(skia_include_path)/core/SkTLazy.h', 287 '<(skia_include_path)/core/SkTLazy.h',
289 '<(skia_include_path)/core/SkTrace.h', 288 '<(skia_include_path)/core/SkTrace.h',
290 '<(skia_include_path)/core/SkTypeface.h', 289 '<(skia_include_path)/core/SkTypeface.h',
291 '<(skia_include_path)/core/SkTypes.h', 290 '<(skia_include_path)/core/SkTypes.h',
292 '<(skia_include_path)/core/SkUnPreMultiply.h', 291 '<(skia_include_path)/core/SkUnPreMultiply.h',
293 '<(skia_include_path)/core/SkUnitMapper.h', 292 '<(skia_include_path)/core/SkUnitMapper.h',
294 '<(skia_include_path)/core/SkUtils.h', 293 '<(skia_include_path)/core/SkUtils.h',
295 '<(skia_include_path)/core/SkWeakRefCnt.h', 294 '<(skia_include_path)/core/SkWeakRefCnt.h',
296 '<(skia_include_path)/core/SkWriter32.h', 295 '<(skia_include_path)/core/SkWriter32.h',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 '<(skia_src_path)/pathops/SkQuarticRoot.h', 366 '<(skia_src_path)/pathops/SkQuarticRoot.h',
368 '<(skia_src_path)/pathops/SkReduceOrder.h', 367 '<(skia_src_path)/pathops/SkReduceOrder.h',
369 ], 368 ],
370 } 369 }
371 370
372 # Local Variables: 371 # Local Variables:
373 # tab-width:2 372 # tab-width:2
374 # indent-tabs-mode:nil 373 # indent-tabs-mode:nil
375 # End: 374 # End:
376 # vim: set expandtab tabstop=2 shiftwidth=2: 375 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698