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

Side by Side Diff: gyp/core.gypi

Issue 17335008: remove dst/rendertarget support for kARGB_4444_Config (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: 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 20 matching lines...) Expand all
31 '<(skia_src_path)/core/SkBitmapProcState_matrix.h', 31 '<(skia_src_path)/core/SkBitmapProcState_matrix.h',
32 '<(skia_src_path)/core/SkBitmapProcState_matrixProcs.cpp', 32 '<(skia_src_path)/core/SkBitmapProcState_matrixProcs.cpp',
33 '<(skia_src_path)/core/SkBitmapProcState_sample.h', 33 '<(skia_src_path)/core/SkBitmapProcState_sample.h',
34 '<(skia_src_path)/core/SkBitmapShader16BilerpTemplate.h', 34 '<(skia_src_path)/core/SkBitmapShader16BilerpTemplate.h',
35 '<(skia_src_path)/core/SkBitmapShaderTemplate.h', 35 '<(skia_src_path)/core/SkBitmapShaderTemplate.h',
36 '<(skia_src_path)/core/SkBitmap_scroll.cpp', 36 '<(skia_src_path)/core/SkBitmap_scroll.cpp',
37 '<(skia_src_path)/core/SkBlitBWMaskTemplate.h', 37 '<(skia_src_path)/core/SkBlitBWMaskTemplate.h',
38 '<(skia_src_path)/core/SkBlitMask_D32.cpp', 38 '<(skia_src_path)/core/SkBlitMask_D32.cpp',
39 '<(skia_src_path)/core/SkBlitRow_D16.cpp', 39 '<(skia_src_path)/core/SkBlitRow_D16.cpp',
40 '<(skia_src_path)/core/SkBlitRow_D32.cpp', 40 '<(skia_src_path)/core/SkBlitRow_D32.cpp',
41 '<(skia_src_path)/core/SkBlitRow_D4444.cpp',
42 '<(skia_src_path)/core/SkBlitter.h', 41 '<(skia_src_path)/core/SkBlitter.h',
43 '<(skia_src_path)/core/SkBlitter.cpp', 42 '<(skia_src_path)/core/SkBlitter.cpp',
44 '<(skia_src_path)/core/SkBlitter_4444.cpp',
45 '<(skia_src_path)/core/SkBlitter_A1.cpp', 43 '<(skia_src_path)/core/SkBlitter_A1.cpp',
46 '<(skia_src_path)/core/SkBlitter_A8.cpp', 44 '<(skia_src_path)/core/SkBlitter_A8.cpp',
47 '<(skia_src_path)/core/SkBlitter_ARGB32.cpp', 45 '<(skia_src_path)/core/SkBlitter_ARGB32.cpp',
48 '<(skia_src_path)/core/SkBlitter_RGB16.cpp', 46 '<(skia_src_path)/core/SkBlitter_RGB16.cpp',
49 '<(skia_src_path)/core/SkBlitter_Sprite.cpp', 47 '<(skia_src_path)/core/SkBlitter_Sprite.cpp',
50 '<(skia_src_path)/core/SkBuffer.cpp', 48 '<(skia_src_path)/core/SkBuffer.cpp',
51 '<(skia_src_path)/core/SkCanvas.cpp', 49 '<(skia_src_path)/core/SkCanvas.cpp',
52 '<(skia_src_path)/core/SkChunkAlloc.cpp', 50 '<(skia_src_path)/core/SkChunkAlloc.cpp',
53 '<(skia_src_path)/core/SkClipStack.cpp', 51 '<(skia_src_path)/core/SkClipStack.cpp',
54 '<(skia_src_path)/core/SkColor.cpp', 52 '<(skia_src_path)/core/SkColor.cpp',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 '<(skia_src_path)/pathops/SkQuarticRoot.h', 360 '<(skia_src_path)/pathops/SkQuarticRoot.h',
363 '<(skia_src_path)/pathops/SkReduceOrder.h', 361 '<(skia_src_path)/pathops/SkReduceOrder.h',
364 ], 362 ],
365 } 363 }
366 364
367 # Local Variables: 365 # Local Variables:
368 # tab-width:2 366 # tab-width:2
369 # indent-tabs-mode:nil 367 # indent-tabs-mode:nil
370 # End: 368 # End:
371 # vim: set expandtab tabstop=2 shiftwidth=2: 369 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/SampleApp.gyp ('k') | include/core/SkBlitRow.h » ('j') | src/core/SkCanvas.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698