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

Side by Side Diff: gyp/core.gypi

Issue 86483002: Revert "Revert "remove kA1_Config, as it is no longer supported"" (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: add change to picture version Created 7 years 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 | « gm/bitmapfilters.cpp ('k') | include/core/SkBitmap.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 26 matching lines...) Expand all
37 '<(skia_src_path)/core/SkBitmapScaler.cpp', 37 '<(skia_src_path)/core/SkBitmapScaler.cpp',
38 '<(skia_src_path)/core/SkBitmapShader16BilerpTemplate.h', 38 '<(skia_src_path)/core/SkBitmapShader16BilerpTemplate.h',
39 '<(skia_src_path)/core/SkBitmapShaderTemplate.h', 39 '<(skia_src_path)/core/SkBitmapShaderTemplate.h',
40 '<(skia_src_path)/core/SkBitmap_scroll.cpp', 40 '<(skia_src_path)/core/SkBitmap_scroll.cpp',
41 '<(skia_src_path)/core/SkBlitBWMaskTemplate.h', 41 '<(skia_src_path)/core/SkBlitBWMaskTemplate.h',
42 '<(skia_src_path)/core/SkBlitMask_D32.cpp', 42 '<(skia_src_path)/core/SkBlitMask_D32.cpp',
43 '<(skia_src_path)/core/SkBlitRow_D16.cpp', 43 '<(skia_src_path)/core/SkBlitRow_D16.cpp',
44 '<(skia_src_path)/core/SkBlitRow_D32.cpp', 44 '<(skia_src_path)/core/SkBlitRow_D32.cpp',
45 '<(skia_src_path)/core/SkBlitter.h', 45 '<(skia_src_path)/core/SkBlitter.h',
46 '<(skia_src_path)/core/SkBlitter.cpp', 46 '<(skia_src_path)/core/SkBlitter.cpp',
47 '<(skia_src_path)/core/SkBlitter_A1.cpp',
48 '<(skia_src_path)/core/SkBlitter_A8.cpp', 47 '<(skia_src_path)/core/SkBlitter_A8.cpp',
49 '<(skia_src_path)/core/SkBlitter_ARGB32.cpp', 48 '<(skia_src_path)/core/SkBlitter_ARGB32.cpp',
50 '<(skia_src_path)/core/SkBlitter_RGB16.cpp', 49 '<(skia_src_path)/core/SkBlitter_RGB16.cpp',
51 '<(skia_src_path)/core/SkBlitter_Sprite.cpp', 50 '<(skia_src_path)/core/SkBlitter_Sprite.cpp',
52 '<(skia_src_path)/core/SkBuffer.cpp', 51 '<(skia_src_path)/core/SkBuffer.cpp',
53 '<(skia_src_path)/core/SkCanvas.cpp', 52 '<(skia_src_path)/core/SkCanvas.cpp',
54 '<(skia_src_path)/core/SkChunkAlloc.cpp', 53 '<(skia_src_path)/core/SkChunkAlloc.cpp',
55 '<(skia_src_path)/core/SkClipStack.cpp', 54 '<(skia_src_path)/core/SkClipStack.cpp',
56 '<(skia_src_path)/core/SkColor.cpp', 55 '<(skia_src_path)/core/SkColor.cpp',
57 '<(skia_src_path)/core/SkColorFilter.cpp', 56 '<(skia_src_path)/core/SkColorFilter.cpp',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 '<(skia_src_path)/pathops/SkQuarticRoot.h', 383 '<(skia_src_path)/pathops/SkQuarticRoot.h',
385 '<(skia_src_path)/pathops/SkReduceOrder.h', 384 '<(skia_src_path)/pathops/SkReduceOrder.h',
386 ], 385 ],
387 } 386 }
388 387
389 # Local Variables: 388 # Local Variables:
390 # tab-width:2 389 # tab-width:2
391 # indent-tabs-mode:nil 390 # indent-tabs-mode:nil
392 # End: 391 # End:
393 # vim: set expandtab tabstop=2 shiftwidth=2: 392 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/bitmapfilters.cpp ('k') | include/core/SkBitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698