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

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: Change FORCE_LINKING to be more specific. 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
« no previous file with comments | « debugger/QT/SkDebuggerGUI.cpp ('k') | gyp/gmslides.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/ARGB32_Clamp_Bilinear_BitmapShader.h', 10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 '<(skia_src_path)/core/SkTypefaceCache.cpp', 182 '<(skia_src_path)/core/SkTypefaceCache.cpp',
183 '<(skia_src_path)/core/SkTypefaceCache.h', 183 '<(skia_src_path)/core/SkTypefaceCache.h',
184 '<(skia_src_path)/core/SkUnPreMultiply.cpp', 184 '<(skia_src_path)/core/SkUnPreMultiply.cpp',
185 '<(skia_src_path)/core/SkUtils.cpp', 185 '<(skia_src_path)/core/SkUtils.cpp',
186 '<(skia_src_path)/core/SkWriter32.cpp', 186 '<(skia_src_path)/core/SkWriter32.cpp',
187 '<(skia_src_path)/core/SkXfermode.cpp', 187 '<(skia_src_path)/core/SkXfermode.cpp',
188 188
189 '<(skia_src_path)/image/SkDataPixelRef.cpp', 189 '<(skia_src_path)/image/SkDataPixelRef.cpp',
190 '<(skia_src_path)/image/SkImage.cpp', 190 '<(skia_src_path)/image/SkImage.cpp',
191 '<(skia_src_path)/image/SkImagePriv.cpp', 191 '<(skia_src_path)/image/SkImagePriv.cpp',
192 # '<(skia_src_path)/image/SkImage_Codec.cpp', 192 '<(skia_src_path)/image/SkImage_Codec.cpp',
193 # '<(skia_src_path)/image/SkImage_Gpu.cpp', 193 # '<(skia_src_path)/image/SkImage_Gpu.cpp',
194 '<(skia_src_path)/image/SkImage_Picture.cpp', 194 '<(skia_src_path)/image/SkImage_Picture.cpp',
195 '<(skia_src_path)/image/SkImage_Raster.cpp', 195 '<(skia_src_path)/image/SkImage_Raster.cpp',
196 '<(skia_src_path)/image/SkSurface.cpp', 196 '<(skia_src_path)/image/SkSurface.cpp',
197 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', 197 # '<(skia_src_path)/image/SkSurface_Gpu.cpp',
198 '<(skia_src_path)/image/SkSurface_Picture.cpp', 198 '<(skia_src_path)/image/SkSurface_Picture.cpp',
199 '<(skia_src_path)/image/SkSurface_Raster.cpp', 199 '<(skia_src_path)/image/SkSurface_Raster.cpp',
200 200
201 '<(skia_src_path)/pipe/SkGPipeRead.cpp', 201 '<(skia_src_path)/pipe/SkGPipeRead.cpp',
202 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', 202 '<(skia_src_path)/pipe/SkGPipeWrite.cpp',
(...skipping 22 matching lines...) Expand all
225 '<(skia_include_path)/core/SkDrawLooper.h', 225 '<(skia_include_path)/core/SkDrawLooper.h',
226 '<(skia_include_path)/core/SkEndian.h', 226 '<(skia_include_path)/core/SkEndian.h',
227 '<(skia_include_path)/core/SkError.h', 227 '<(skia_include_path)/core/SkError.h',
228 '<(skia_include_path)/core/SkFixed.h', 228 '<(skia_include_path)/core/SkFixed.h',
229 '<(skia_include_path)/core/SkFlattenable.h', 229 '<(skia_include_path)/core/SkFlattenable.h',
230 '<(skia_include_path)/core/SkFloatBits.h', 230 '<(skia_include_path)/core/SkFloatBits.h',
231 '<(skia_include_path)/core/SkFloatingPoint.h', 231 '<(skia_include_path)/core/SkFloatingPoint.h',
232 '<(skia_include_path)/core/SkFontHost.h', 232 '<(skia_include_path)/core/SkFontHost.h',
233 '<(skia_include_path)/core/SkGeometry.h', 233 '<(skia_include_path)/core/SkGeometry.h',
234 '<(skia_include_path)/core/SkGraphics.h', 234 '<(skia_include_path)/core/SkGraphics.h',
235 '<(skia_include_path)/core/SkImageDecoder.h',
236 '<(skia_include_path)/core/SkImageEncoder.h',
235 '<(skia_include_path)/core/SkImageFilter.h', 237 '<(skia_include_path)/core/SkImageFilter.h',
236 '<(skia_include_path)/core/SkImageFilterUtils.h', 238 '<(skia_include_path)/core/SkImageFilterUtils.h',
237 '<(skia_include_path)/core/SkInstCnt.h', 239 '<(skia_include_path)/core/SkInstCnt.h',
238 '<(skia_include_path)/core/SkMallocPixelRef.h', 240 '<(skia_include_path)/core/SkMallocPixelRef.h',
239 '<(skia_include_path)/core/SkMask.h', 241 '<(skia_include_path)/core/SkMask.h',
240 '<(skia_include_path)/core/SkMaskFilter.h', 242 '<(skia_include_path)/core/SkMaskFilter.h',
241 '<(skia_include_path)/core/SkMath.h', 243 '<(skia_include_path)/core/SkMath.h',
242 '<(skia_include_path)/core/SkMatrix.h', 244 '<(skia_include_path)/core/SkMatrix.h',
243 '<(skia_include_path)/core/SkMetaData.h', 245 '<(skia_include_path)/core/SkMetaData.h',
244 '<(skia_include_path)/core/SkOSFile.h', 246 '<(skia_include_path)/core/SkOSFile.h',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 '<(skia_src_path)/pathops/SkQuarticRoot.h', 360 '<(skia_src_path)/pathops/SkQuarticRoot.h',
359 '<(skia_src_path)/pathops/SkReduceOrder.h', 361 '<(skia_src_path)/pathops/SkReduceOrder.h',
360 ], 362 ],
361 } 363 }
362 364
363 # Local Variables: 365 # Local Variables:
364 # tab-width:2 366 # tab-width:2
365 # indent-tabs-mode:nil 367 # indent-tabs-mode:nil
366 # End: 368 # End:
367 # vim: set expandtab tabstop=2 shiftwidth=2: 369 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « debugger/QT/SkDebuggerGUI.cpp ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698