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

Side by Side Diff: gyp/core.gypi

Issue 12567025: Integrating SkSurface with SkDeferredCanvas (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
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 | « no previous file | gyp/gpu.gypi » ('j') | src/image/SkSurface.cpp » ('J')
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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 '<(skia_src_path)/core/SkTypefaceCache.h', 181 '<(skia_src_path)/core/SkTypefaceCache.h',
182 '<(skia_src_path)/core/SkUnPreMultiply.cpp', 182 '<(skia_src_path)/core/SkUnPreMultiply.cpp',
183 '<(skia_src_path)/core/SkUtils.cpp', 183 '<(skia_src_path)/core/SkUtils.cpp',
184 '<(skia_src_path)/core/SkWriter32.cpp', 184 '<(skia_src_path)/core/SkWriter32.cpp',
185 '<(skia_src_path)/core/SkXfermode.cpp', 185 '<(skia_src_path)/core/SkXfermode.cpp',
186 186
187 '<(skia_src_path)/image/SkDataPixelRef.cpp', 187 '<(skia_src_path)/image/SkDataPixelRef.cpp',
188 '<(skia_src_path)/image/SkImage.cpp', 188 '<(skia_src_path)/image/SkImage.cpp',
189 '<(skia_src_path)/image/SkImagePriv.cpp', 189 '<(skia_src_path)/image/SkImagePriv.cpp',
190 '<(skia_src_path)/image/SkImage_Codec.cpp', 190 '<(skia_src_path)/image/SkImage_Codec.cpp',
191 # '<(skia_src_path)/image/SkImage_Gpu.cpp',
192 '<(skia_src_path)/image/SkImage_Picture.cpp', 191 '<(skia_src_path)/image/SkImage_Picture.cpp',
193 '<(skia_src_path)/image/SkImage_Raster.cpp', 192 '<(skia_src_path)/image/SkImage_Raster.cpp',
194 '<(skia_src_path)/image/SkSurface.cpp', 193 '<(skia_src_path)/image/SkSurface.cpp',
195 # '<(skia_src_path)/image/SkSurface_Gpu.cpp',
196 '<(skia_src_path)/image/SkSurface_Picture.cpp', 194 '<(skia_src_path)/image/SkSurface_Picture.cpp',
197 '<(skia_src_path)/image/SkSurface_Raster.cpp', 195 '<(skia_src_path)/image/SkSurface_Raster.cpp',
198 196
199 '<(skia_src_path)/pipe/SkGPipeRead.cpp', 197 '<(skia_src_path)/pipe/SkGPipeRead.cpp',
200 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', 198 '<(skia_src_path)/pipe/SkGPipeWrite.cpp',
201 199
202 '<(skia_include_path)/core/Sk64.h', 200 '<(skia_include_path)/core/Sk64.h',
203 '<(skia_include_path)/core/SkAdvancedTypefaceMetrics.h', 201 '<(skia_include_path)/core/SkAdvancedTypefaceMetrics.h',
204 '<(skia_include_path)/core/SkBitmap.h', 202 '<(skia_include_path)/core/SkBitmap.h',
205 '<(skia_include_path)/core/SkBlitRow.h', 203 '<(skia_include_path)/core/SkBlitRow.h',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 '<(skia_include_path)/core/SkRefCnt.h', 250 '<(skia_include_path)/core/SkRefCnt.h',
253 '<(skia_include_path)/core/SkRegion.h', 251 '<(skia_include_path)/core/SkRegion.h',
254 '<(skia_include_path)/core/SkRRect.h', 252 '<(skia_include_path)/core/SkRRect.h',
255 '<(skia_include_path)/core/SkScalar.h', 253 '<(skia_include_path)/core/SkScalar.h',
256 '<(skia_include_path)/core/SkScalarCompare.h', 254 '<(skia_include_path)/core/SkScalarCompare.h',
257 '<(skia_include_path)/core/SkShader.h', 255 '<(skia_include_path)/core/SkShader.h',
258 '<(skia_include_path)/core/SkStream.h', 256 '<(skia_include_path)/core/SkStream.h',
259 '<(skia_include_path)/core/SkString.h', 257 '<(skia_include_path)/core/SkString.h',
260 '<(skia_include_path)/core/SkStringUtils.h', 258 '<(skia_include_path)/core/SkStringUtils.h',
261 '<(skia_include_path)/core/SkStrokeRec.h', 259 '<(skia_include_path)/core/SkStrokeRec.h',
260 '<(skia_include_path)/core/SkSurface.h',
262 '<(skia_include_path)/core/SkTArray.h', 261 '<(skia_include_path)/core/SkTArray.h',
263 '<(skia_include_path)/core/SkTDArray.h', 262 '<(skia_include_path)/core/SkTDArray.h',
264 '<(skia_include_path)/core/SkTDStack.h', 263 '<(skia_include_path)/core/SkTDStack.h',
265 '<(skia_include_path)/core/SkTDict.h', 264 '<(skia_include_path)/core/SkTDict.h',
266 '<(skia_include_path)/core/SkTInternalLList.h', 265 '<(skia_include_path)/core/SkTInternalLList.h',
267 '<(skia_include_path)/core/SkTileGridPicture.h', 266 '<(skia_include_path)/core/SkTileGridPicture.h',
268 '<(skia_include_path)/core/SkTRegistry.h', 267 '<(skia_include_path)/core/SkTRegistry.h',
269 '<(skia_include_path)/core/SkTScopedPtr.h', 268 '<(skia_include_path)/core/SkTScopedPtr.h',
270 '<(skia_include_path)/core/SkTSearch.h', 269 '<(skia_include_path)/core/SkTSearch.h',
271 '<(skia_include_path)/core/SkTemplates.h', 270 '<(skia_include_path)/core/SkTemplates.h',
(...skipping 25 matching lines...) Expand all
297 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp', 296 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp',
298 '<(skia_src_path)/lazy/SkPurgeableImageCache.cpp', 297 '<(skia_src_path)/lazy/SkPurgeableImageCache.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 | « no previous file | gyp/gpu.gypi » ('j') | src/image/SkSurface.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698