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

Side by Side Diff: gyp/core.gypi

Issue 287063009: Revert of remove unused (by clients) SkUnitMapper (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 7 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
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/public_headers.gypi » ('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/SkAAClip.cpp', 10 '<(skia_src_path)/core/SkAAClip.cpp',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 '<(skia_include_path)/core/SkTileGridPicture.h', 300 '<(skia_include_path)/core/SkTileGridPicture.h',
301 '<(skia_include_path)/core/SkTRegistry.h', 301 '<(skia_include_path)/core/SkTRegistry.h',
302 '<(skia_include_path)/core/SkTSearch.h', 302 '<(skia_include_path)/core/SkTSearch.h',
303 '<(skia_include_path)/core/SkTemplates.h', 303 '<(skia_include_path)/core/SkTemplates.h',
304 '<(skia_include_path)/core/SkThread.h', 304 '<(skia_include_path)/core/SkThread.h',
305 '<(skia_include_path)/core/SkTime.h', 305 '<(skia_include_path)/core/SkTime.h',
306 '<(skia_include_path)/core/SkTLazy.h', 306 '<(skia_include_path)/core/SkTLazy.h',
307 '<(skia_include_path)/core/SkTypeface.h', 307 '<(skia_include_path)/core/SkTypeface.h',
308 '<(skia_include_path)/core/SkTypes.h', 308 '<(skia_include_path)/core/SkTypes.h',
309 '<(skia_include_path)/core/SkUnPreMultiply.h', 309 '<(skia_include_path)/core/SkUnPreMultiply.h',
310 '<(skia_include_path)/core/SkUnitMapper.h',
310 '<(skia_include_path)/core/SkUtils.h', 311 '<(skia_include_path)/core/SkUtils.h',
311 '<(skia_include_path)/core/SkWeakRefCnt.h', 312 '<(skia_include_path)/core/SkWeakRefCnt.h',
312 '<(skia_include_path)/core/SkWriter32.h', 313 '<(skia_include_path)/core/SkWriter32.h',
313 '<(skia_include_path)/core/SkXfermode.h', 314 '<(skia_include_path)/core/SkXfermode.h',
314 315
315 # Lazy decoding: 316 # Lazy decoding:
316 '<(skia_src_path)/lazy/SkCachingPixelRef.cpp', 317 '<(skia_src_path)/lazy/SkCachingPixelRef.cpp',
317 '<(skia_src_path)/lazy/SkCachingPixelRef.h', 318 '<(skia_src_path)/lazy/SkCachingPixelRef.h',
318 319
319 # Path ops 320 # Path ops
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 367 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
367 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 368 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
368 '<(skia_src_path)/pathops/SkPathOpsRect.h', 369 '<(skia_src_path)/pathops/SkPathOpsRect.h',
369 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 370 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
370 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 371 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
371 '<(skia_src_path)/pathops/SkPathWriter.h', 372 '<(skia_src_path)/pathops/SkPathWriter.h',
372 '<(skia_src_path)/pathops/SkQuarticRoot.h', 373 '<(skia_src_path)/pathops/SkQuarticRoot.h',
373 '<(skia_src_path)/pathops/SkReduceOrder.h', 374 '<(skia_src_path)/pathops/SkReduceOrder.h',
374 ], 375 ],
375 } 376 }
OLDNEW
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/public_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698