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

Side by Side Diff: gyp/core.gypi

Issue 23332009: Chromium staging for SkDevice refactoring (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 4 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 | include/core/SkBitmapDevice.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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', 206 # '<(skia_src_path)/image/SkSurface_Gpu.cpp',
207 '<(skia_src_path)/image/SkSurface_Picture.cpp', 207 '<(skia_src_path)/image/SkSurface_Picture.cpp',
208 '<(skia_src_path)/image/SkSurface_Raster.cpp', 208 '<(skia_src_path)/image/SkSurface_Raster.cpp',
209 209
210 '<(skia_src_path)/pipe/SkGPipeRead.cpp', 210 '<(skia_src_path)/pipe/SkGPipeRead.cpp',
211 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', 211 '<(skia_src_path)/pipe/SkGPipeWrite.cpp',
212 212
213 '<(skia_include_path)/core/Sk64.h', 213 '<(skia_include_path)/core/Sk64.h',
214 '<(skia_include_path)/core/SkAdvancedTypefaceMetrics.h', 214 '<(skia_include_path)/core/SkAdvancedTypefaceMetrics.h',
215 '<(skia_include_path)/core/SkBitmap.h', 215 '<(skia_include_path)/core/SkBitmap.h',
216 '<(skia_include_path)/core/SkBitmapDevice.h',
216 '<(skia_include_path)/core/SkBlitRow.h', 217 '<(skia_include_path)/core/SkBlitRow.h',
217 '<(skia_include_path)/core/SkBounder.h', 218 '<(skia_include_path)/core/SkBounder.h',
218 '<(skia_include_path)/core/SkCanvas.h', 219 '<(skia_include_path)/core/SkCanvas.h',
219 '<(skia_include_path)/core/SkChecksum.h', 220 '<(skia_include_path)/core/SkChecksum.h',
220 '<(skia_include_path)/core/SkChunkAlloc.h', 221 '<(skia_include_path)/core/SkChunkAlloc.h',
221 '<(skia_include_path)/core/SkClipStack.h', 222 '<(skia_include_path)/core/SkClipStack.h',
222 '<(skia_include_path)/core/SkColor.h', 223 '<(skia_include_path)/core/SkColor.h',
223 '<(skia_include_path)/core/SkColorFilter.h', 224 '<(skia_include_path)/core/SkColorFilter.h',
224 '<(skia_include_path)/core/SkColorPriv.h', 225 '<(skia_include_path)/core/SkColorPriv.h',
225 '<(skia_include_path)/core/SkColorShader.h', 226 '<(skia_include_path)/core/SkColorShader.h',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 '<(skia_src_path)/pathops/SkQuarticRoot.h', 371 '<(skia_src_path)/pathops/SkQuarticRoot.h',
371 '<(skia_src_path)/pathops/SkReduceOrder.h', 372 '<(skia_src_path)/pathops/SkReduceOrder.h',
372 ], 373 ],
373 } 374 }
374 375
375 # Local Variables: 376 # Local Variables:
376 # tab-width:2 377 # tab-width:2
377 # indent-tabs-mode:nil 378 # indent-tabs-mode:nil
378 # End: 379 # End:
379 # vim: set expandtab tabstop=2 shiftwidth=2: 380 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/core/SkBitmapDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698