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

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: Address dependency comments. Created 7 years 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
« no previous file with comments | « no previous file | 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 '<(skia_include_path)/core/SkTArray.h', 286 '<(skia_include_path)/core/SkTArray.h',
287 '<(skia_include_path)/core/SkTDArray.h', 287 '<(skia_include_path)/core/SkTDArray.h',
288 '<(skia_include_path)/core/SkTDStack.h', 288 '<(skia_include_path)/core/SkTDStack.h',
289 '<(skia_include_path)/core/SkTDict.h', 289 '<(skia_include_path)/core/SkTDict.h',
290 '<(skia_include_path)/core/SkTInternalLList.h', 290 '<(skia_include_path)/core/SkTInternalLList.h',
291 '<(skia_include_path)/core/SkTileGridPicture.h', 291 '<(skia_include_path)/core/SkTileGridPicture.h',
292 '<(skia_include_path)/core/SkTRegistry.h', 292 '<(skia_include_path)/core/SkTRegistry.h',
293 '<(skia_include_path)/core/SkTSearch.h', 293 '<(skia_include_path)/core/SkTSearch.h',
294 '<(skia_include_path)/core/SkTemplates.h', 294 '<(skia_include_path)/core/SkTemplates.h',
295 '<(skia_include_path)/core/SkThread.h', 295 '<(skia_include_path)/core/SkThread.h',
296 '<(skia_include_path)/core/SkThread_platform.h',
297 '<(skia_include_path)/core/SkTime.h', 296 '<(skia_include_path)/core/SkTime.h',
298 '<(skia_include_path)/core/SkTLazy.h', 297 '<(skia_include_path)/core/SkTLazy.h',
299 '<(skia_include_path)/core/SkTrace.h', 298 '<(skia_include_path)/core/SkTrace.h',
300 '<(skia_include_path)/core/SkTypeface.h', 299 '<(skia_include_path)/core/SkTypeface.h',
301 '<(skia_include_path)/core/SkTypes.h', 300 '<(skia_include_path)/core/SkTypes.h',
302 '<(skia_include_path)/core/SkUnPreMultiply.h', 301 '<(skia_include_path)/core/SkUnPreMultiply.h',
303 '<(skia_include_path)/core/SkUnitMapper.h', 302 '<(skia_include_path)/core/SkUnitMapper.h',
304 '<(skia_include_path)/core/SkUtils.h', 303 '<(skia_include_path)/core/SkUtils.h',
305 '<(skia_include_path)/core/SkWeakRefCnt.h', 304 '<(skia_include_path)/core/SkWeakRefCnt.h',
306 '<(skia_include_path)/core/SkWriter32.h', 305 '<(skia_include_path)/core/SkWriter32.h',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 359 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
361 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 360 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
362 '<(skia_src_path)/pathops/SkPathOpsRect.h', 361 '<(skia_src_path)/pathops/SkPathOpsRect.h',
363 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 362 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
364 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 363 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
365 '<(skia_src_path)/pathops/SkPathWriter.h', 364 '<(skia_src_path)/pathops/SkPathWriter.h',
366 '<(skia_src_path)/pathops/SkQuarticRoot.h', 365 '<(skia_src_path)/pathops/SkQuarticRoot.h',
367 '<(skia_src_path)/pathops/SkReduceOrder.h', 366 '<(skia_src_path)/pathops/SkReduceOrder.h',
368 ], 367 ],
369 } 368 }
OLDNEW
« no previous file with comments | « no previous file | gyp/ports.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698