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

Side by Side Diff: gyp/core.gypi

Issue 20005003: add scaledimagecache (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: 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
« no previous file with comments | « gyp/bench.gypi ('k') | gyp/tests.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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 '<(skia_src_path)/core/SkRasterizer.cpp', 143 '<(skia_src_path)/core/SkRasterizer.cpp',
144 '<(skia_src_path)/core/SkRect.cpp', 144 '<(skia_src_path)/core/SkRect.cpp',
145 '<(skia_src_path)/core/SkRefCnt.cpp', 145 '<(skia_src_path)/core/SkRefCnt.cpp',
146 '<(skia_src_path)/core/SkRefDict.cpp', 146 '<(skia_src_path)/core/SkRefDict.cpp',
147 '<(skia_src_path)/core/SkRegion.cpp', 147 '<(skia_src_path)/core/SkRegion.cpp',
148 '<(skia_src_path)/core/SkRegionPriv.h', 148 '<(skia_src_path)/core/SkRegionPriv.h',
149 '<(skia_src_path)/core/SkRegion_path.cpp', 149 '<(skia_src_path)/core/SkRegion_path.cpp',
150 '<(skia_src_path)/core/SkRRect.cpp', 150 '<(skia_src_path)/core/SkRRect.cpp',
151 '<(skia_src_path)/core/SkRTree.h', 151 '<(skia_src_path)/core/SkRTree.h',
152 '<(skia_src_path)/core/SkRTree.cpp', 152 '<(skia_src_path)/core/SkRTree.cpp',
153 '<(skia_src_path)/core/SkScaledImageCache.cpp',
153 '<(skia_src_path)/core/SkScalar.cpp', 154 '<(skia_src_path)/core/SkScalar.cpp',
154 '<(skia_src_path)/core/SkScalerContext.cpp', 155 '<(skia_src_path)/core/SkScalerContext.cpp',
155 '<(skia_src_path)/core/SkScalerContext.h', 156 '<(skia_src_path)/core/SkScalerContext.h',
156 '<(skia_src_path)/core/SkScan.cpp', 157 '<(skia_src_path)/core/SkScan.cpp',
157 '<(skia_src_path)/core/SkScan.h', 158 '<(skia_src_path)/core/SkScan.h',
158 '<(skia_src_path)/core/SkScanPriv.h', 159 '<(skia_src_path)/core/SkScanPriv.h',
159 '<(skia_src_path)/core/SkScan_AntiPath.cpp', 160 '<(skia_src_path)/core/SkScan_AntiPath.cpp',
160 '<(skia_src_path)/core/SkScan_Antihair.cpp', 161 '<(skia_src_path)/core/SkScan_Antihair.cpp',
161 '<(skia_src_path)/core/SkScan_Hairline.cpp', 162 '<(skia_src_path)/core/SkScan_Hairline.cpp',
162 '<(skia_src_path)/core/SkScan_Path.cpp', 163 '<(skia_src_path)/core/SkScan_Path.cpp',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 '<(skia_src_path)/pathops/SkQuarticRoot.h', 368 '<(skia_src_path)/pathops/SkQuarticRoot.h',
368 '<(skia_src_path)/pathops/SkReduceOrder.h', 369 '<(skia_src_path)/pathops/SkReduceOrder.h',
369 ], 370 ],
370 } 371 }
371 372
372 # Local Variables: 373 # Local Variables:
373 # tab-width:2 374 # tab-width:2
374 # indent-tabs-mode:nil 375 # indent-tabs-mode:nil
375 # End: 376 # End:
376 # vim: set expandtab tabstop=2 shiftwidth=2: 377 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/bench.gypi ('k') | gyp/tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698