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

Side by Side Diff: trunk/gyp/core.gypi

Issue 12919013: move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: Created 7 years, 9 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 | « trunk/gyp/core.gyp ('k') | trunk/include/core/SkData.h » ('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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 '<(skia_src_path)/core/SkImageFilter.cpp', 98 '<(skia_src_path)/core/SkImageFilter.cpp',
99 '<(skia_src_path)/core/SkLineClipper.cpp', 99 '<(skia_src_path)/core/SkLineClipper.cpp',
100 '<(skia_src_path)/core/SkMallocPixelRef.cpp', 100 '<(skia_src_path)/core/SkMallocPixelRef.cpp',
101 '<(skia_src_path)/core/SkMask.cpp', 101 '<(skia_src_path)/core/SkMask.cpp',
102 '<(skia_src_path)/core/SkMaskFilter.cpp', 102 '<(skia_src_path)/core/SkMaskFilter.cpp',
103 '<(skia_src_path)/core/SkMaskGamma.cpp', 103 '<(skia_src_path)/core/SkMaskGamma.cpp',
104 '<(skia_src_path)/core/SkMaskGamma.h', 104 '<(skia_src_path)/core/SkMaskGamma.h',
105 '<(skia_src_path)/core/SkMath.cpp', 105 '<(skia_src_path)/core/SkMath.cpp',
106 '<(skia_src_path)/core/SkMatrix.cpp', 106 '<(skia_src_path)/core/SkMatrix.cpp',
107 '<(skia_src_path)/core/SkMetaData.cpp', 107 '<(skia_src_path)/core/SkMetaData.cpp',
108 '<(skia_src_path)/core/SkMMapStream.cpp',
109 '<(skia_src_path)/core/SkOrderedReadBuffer.cpp', 108 '<(skia_src_path)/core/SkOrderedReadBuffer.cpp',
110 '<(skia_src_path)/core/SkOrderedWriteBuffer.cpp', 109 '<(skia_src_path)/core/SkOrderedWriteBuffer.cpp',
111 '<(skia_src_path)/core/SkPackBits.cpp', 110 '<(skia_src_path)/core/SkPackBits.cpp',
112 '<(skia_src_path)/core/SkPaint.cpp', 111 '<(skia_src_path)/core/SkPaint.cpp',
113 '<(skia_src_path)/core/SkPaintPriv.cpp', 112 '<(skia_src_path)/core/SkPaintPriv.cpp',
114 '<(skia_src_path)/core/SkPaintPriv.h', 113 '<(skia_src_path)/core/SkPaintPriv.h',
115 '<(skia_src_path)/core/SkPath.cpp', 114 '<(skia_src_path)/core/SkPath.cpp',
116 '<(skia_src_path)/core/SkPathEffect.cpp', 115 '<(skia_src_path)/core/SkPathEffect.cpp',
117 '<(skia_src_path)/core/SkPathHeap.cpp', 116 '<(skia_src_path)/core/SkPathHeap.cpp',
118 '<(skia_src_path)/core/SkPathHeap.h', 117 '<(skia_src_path)/core/SkPathHeap.h',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock.h', 296 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock.h',
298 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp', 297 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp',
299 ], 298 ],
300 } 299 }
301 300
302 # Local Variables: 301 # Local Variables:
303 # tab-width:2 302 # tab-width:2
304 # indent-tabs-mode:nil 303 # indent-tabs-mode:nil
305 # End: 304 # End:
306 # vim: set expandtab tabstop=2 shiftwidth=2: 305 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « trunk/gyp/core.gyp ('k') | trunk/include/core/SkData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698