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

Side by Side Diff: gyp/core.gypi

Issue 15806010: Separate core and images project. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Leave SkImageDecoder_iOS alone. Created 7 years, 6 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
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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 '<(skia_src_path)/core/SkTypefaceCache.cpp', 183 '<(skia_src_path)/core/SkTypefaceCache.cpp',
184 '<(skia_src_path)/core/SkTypefaceCache.h', 184 '<(skia_src_path)/core/SkTypefaceCache.h',
185 '<(skia_src_path)/core/SkUnPreMultiply.cpp', 185 '<(skia_src_path)/core/SkUnPreMultiply.cpp',
186 '<(skia_src_path)/core/SkUtils.cpp', 186 '<(skia_src_path)/core/SkUtils.cpp',
187 '<(skia_src_path)/core/SkWriter32.cpp', 187 '<(skia_src_path)/core/SkWriter32.cpp',
188 '<(skia_src_path)/core/SkXfermode.cpp', 188 '<(skia_src_path)/core/SkXfermode.cpp',
189 189
190 '<(skia_src_path)/image/SkDataPixelRef.cpp', 190 '<(skia_src_path)/image/SkDataPixelRef.cpp',
191 '<(skia_src_path)/image/SkImage.cpp', 191 '<(skia_src_path)/image/SkImage.cpp',
192 '<(skia_src_path)/image/SkImagePriv.cpp', 192 '<(skia_src_path)/image/SkImagePriv.cpp',
193 # '<(skia_src_path)/image/SkImage_Codec.cpp', 193 '<(skia_src_path)/image/SkImage_Codec.cpp',
194 # '<(skia_src_path)/image/SkImage_Gpu.cpp', 194 # '<(skia_src_path)/image/SkImage_Gpu.cpp',
195 '<(skia_src_path)/image/SkImage_Picture.cpp', 195 '<(skia_src_path)/image/SkImage_Picture.cpp',
196 '<(skia_src_path)/image/SkImage_Raster.cpp', 196 '<(skia_src_path)/image/SkImage_Raster.cpp',
197 '<(skia_src_path)/image/SkSurface.cpp', 197 '<(skia_src_path)/image/SkSurface.cpp',
198 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', 198 # '<(skia_src_path)/image/SkSurface_Gpu.cpp',
199 '<(skia_src_path)/image/SkSurface_Picture.cpp', 199 '<(skia_src_path)/image/SkSurface_Picture.cpp',
200 '<(skia_src_path)/image/SkSurface_Raster.cpp', 200 '<(skia_src_path)/image/SkSurface_Raster.cpp',
201 201
202 '<(skia_src_path)/pipe/SkGPipeRead.cpp', 202 '<(skia_src_path)/pipe/SkGPipeRead.cpp',
203 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', 203 '<(skia_src_path)/pipe/SkGPipeWrite.cpp',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 '<(skia_src_path)/pathops/SkQuarticRoot.h', 359 '<(skia_src_path)/pathops/SkQuarticRoot.h',
360 '<(skia_src_path)/pathops/SkReduceOrder.h', 360 '<(skia_src_path)/pathops/SkReduceOrder.h',
361 ], 361 ],
362 } 362 }
363 363
364 # Local Variables: 364 # Local Variables:
365 # tab-width:2 365 # tab-width:2
366 # indent-tabs-mode:nil 366 # indent-tabs-mode:nil
367 # End: 367 # End:
368 # vim: set expandtab tabstop=2 shiftwidth=2: 368 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/core.gyp ('k') | gyp/gmslides.gypi » ('j') | include/images/SkForceLinking.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698