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

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: 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
« gyp/core.gyp ('K') | « gyp/core.gyp ('k') | gyp/ports.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 # 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 '<(skia_include_path)/core/SkTArray.h', 285 '<(skia_include_path)/core/SkTArray.h',
286 '<(skia_include_path)/core/SkTDArray.h', 286 '<(skia_include_path)/core/SkTDArray.h',
287 '<(skia_include_path)/core/SkTDStack.h', 287 '<(skia_include_path)/core/SkTDStack.h',
288 '<(skia_include_path)/core/SkTDict.h', 288 '<(skia_include_path)/core/SkTDict.h',
289 '<(skia_include_path)/core/SkTInternalLList.h', 289 '<(skia_include_path)/core/SkTInternalLList.h',
290 '<(skia_include_path)/core/SkTileGridPicture.h', 290 '<(skia_include_path)/core/SkTileGridPicture.h',
291 '<(skia_include_path)/core/SkTRegistry.h', 291 '<(skia_include_path)/core/SkTRegistry.h',
292 '<(skia_include_path)/core/SkTSearch.h', 292 '<(skia_include_path)/core/SkTSearch.h',
293 '<(skia_include_path)/core/SkTemplates.h', 293 '<(skia_include_path)/core/SkTemplates.h',
294 '<(skia_include_path)/core/SkThread.h', 294 '<(skia_include_path)/core/SkThread.h',
295 '<(skia_include_path)/core/SkThread_platform.h',
296 '<(skia_include_path)/core/SkTime.h', 295 '<(skia_include_path)/core/SkTime.h',
297 '<(skia_include_path)/core/SkTLazy.h', 296 '<(skia_include_path)/core/SkTLazy.h',
298 '<(skia_include_path)/core/SkTrace.h', 297 '<(skia_include_path)/core/SkTrace.h',
299 '<(skia_include_path)/core/SkTypeface.h', 298 '<(skia_include_path)/core/SkTypeface.h',
300 '<(skia_include_path)/core/SkTypes.h', 299 '<(skia_include_path)/core/SkTypes.h',
301 '<(skia_include_path)/core/SkUnPreMultiply.h', 300 '<(skia_include_path)/core/SkUnPreMultiply.h',
302 '<(skia_include_path)/core/SkUnitMapper.h', 301 '<(skia_include_path)/core/SkUnitMapper.h',
303 '<(skia_include_path)/core/SkUtils.h', 302 '<(skia_include_path)/core/SkUtils.h',
304 '<(skia_include_path)/core/SkWeakRefCnt.h', 303 '<(skia_include_path)/core/SkWeakRefCnt.h',
305 '<(skia_include_path)/core/SkWriter32.h', 304 '<(skia_include_path)/core/SkWriter32.h',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 '<(skia_src_path)/pathops/SkQuarticRoot.h', 374 '<(skia_src_path)/pathops/SkQuarticRoot.h',
376 '<(skia_src_path)/pathops/SkReduceOrder.h', 375 '<(skia_src_path)/pathops/SkReduceOrder.h',
377 ], 376 ],
378 } 377 }
379 378
380 # Local Variables: 379 # Local Variables:
381 # tab-width:2 380 # tab-width:2
382 # indent-tabs-mode:nil 381 # indent-tabs-mode:nil
383 # End: 382 # End:
384 # vim: set expandtab tabstop=2 shiftwidth=2: 383 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« gyp/core.gyp ('K') | « gyp/core.gyp ('k') | gyp/ports.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698