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

Side by Side Diff: gyp/core.gypi

Issue 19335002: Production quality fast image up/downsampler (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: camel case and if-statement braces Created 7 years, 5 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 | « gm/downsamplebitmap.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 14 matching lines...) Expand all
25 '<(skia_src_path)/core/SkBitmapFilter.cpp', 25 '<(skia_src_path)/core/SkBitmapFilter.cpp',
26 '<(skia_src_path)/core/SkBitmapHeap.cpp', 26 '<(skia_src_path)/core/SkBitmapHeap.cpp',
27 '<(skia_src_path)/core/SkBitmapHeap.h', 27 '<(skia_src_path)/core/SkBitmapHeap.h',
28 '<(skia_src_path)/core/SkBitmapProcShader.cpp', 28 '<(skia_src_path)/core/SkBitmapProcShader.cpp',
29 '<(skia_src_path)/core/SkBitmapProcShader.h', 29 '<(skia_src_path)/core/SkBitmapProcShader.h',
30 '<(skia_src_path)/core/SkBitmapProcState.cpp', 30 '<(skia_src_path)/core/SkBitmapProcState.cpp',
31 '<(skia_src_path)/core/SkBitmapProcState.h', 31 '<(skia_src_path)/core/SkBitmapProcState.h',
32 '<(skia_src_path)/core/SkBitmapProcState_matrix.h', 32 '<(skia_src_path)/core/SkBitmapProcState_matrix.h',
33 '<(skia_src_path)/core/SkBitmapProcState_matrixProcs.cpp', 33 '<(skia_src_path)/core/SkBitmapProcState_matrixProcs.cpp',
34 '<(skia_src_path)/core/SkBitmapProcState_sample.h', 34 '<(skia_src_path)/core/SkBitmapProcState_sample.h',
35 '<(skia_src_path)/core/SkBitmapScaler.h',
36 '<(skia_src_path)/core/SkBitmapScaler.cpp',
35 '<(skia_src_path)/core/SkBitmapShader16BilerpTemplate.h', 37 '<(skia_src_path)/core/SkBitmapShader16BilerpTemplate.h',
36 '<(skia_src_path)/core/SkBitmapShaderTemplate.h', 38 '<(skia_src_path)/core/SkBitmapShaderTemplate.h',
37 '<(skia_src_path)/core/SkBitmap_scroll.cpp', 39 '<(skia_src_path)/core/SkBitmap_scroll.cpp',
38 '<(skia_src_path)/core/SkBlitBWMaskTemplate.h', 40 '<(skia_src_path)/core/SkBlitBWMaskTemplate.h',
39 '<(skia_src_path)/core/SkBlitMask_D32.cpp', 41 '<(skia_src_path)/core/SkBlitMask_D32.cpp',
40 '<(skia_src_path)/core/SkBlitRow_D16.cpp', 42 '<(skia_src_path)/core/SkBlitRow_D16.cpp',
41 '<(skia_src_path)/core/SkBlitRow_D32.cpp', 43 '<(skia_src_path)/core/SkBlitRow_D32.cpp',
42 '<(skia_src_path)/core/SkBlitter.h', 44 '<(skia_src_path)/core/SkBlitter.h',
43 '<(skia_src_path)/core/SkBlitter.cpp', 45 '<(skia_src_path)/core/SkBlitter.cpp',
44 '<(skia_src_path)/core/SkBlitter_A1.cpp', 46 '<(skia_src_path)/core/SkBlitter_A1.cpp',
45 '<(skia_src_path)/core/SkBlitter_A8.cpp', 47 '<(skia_src_path)/core/SkBlitter_A8.cpp',
46 '<(skia_src_path)/core/SkBlitter_ARGB32.cpp', 48 '<(skia_src_path)/core/SkBlitter_ARGB32.cpp',
47 '<(skia_src_path)/core/SkBlitter_RGB16.cpp', 49 '<(skia_src_path)/core/SkBlitter_RGB16.cpp',
48 '<(skia_src_path)/core/SkBlitter_Sprite.cpp', 50 '<(skia_src_path)/core/SkBlitter_Sprite.cpp',
49 '<(skia_src_path)/core/SkBuffer.cpp', 51 '<(skia_src_path)/core/SkBuffer.cpp',
50 '<(skia_src_path)/core/SkCanvas.cpp', 52 '<(skia_src_path)/core/SkCanvas.cpp',
51 '<(skia_src_path)/core/SkChunkAlloc.cpp', 53 '<(skia_src_path)/core/SkChunkAlloc.cpp',
52 '<(skia_src_path)/core/SkClipStack.cpp', 54 '<(skia_src_path)/core/SkClipStack.cpp',
53 '<(skia_src_path)/core/SkColor.cpp', 55 '<(skia_src_path)/core/SkColor.cpp',
54 '<(skia_src_path)/core/SkColorFilter.cpp', 56 '<(skia_src_path)/core/SkColorFilter.cpp',
55 '<(skia_src_path)/core/SkColorTable.cpp', 57 '<(skia_src_path)/core/SkColorTable.cpp',
56 '<(skia_src_path)/core/SkComposeShader.cpp', 58 '<(skia_src_path)/core/SkComposeShader.cpp',
57 '<(skia_src_path)/core/SkConfig8888.cpp', 59 '<(skia_src_path)/core/SkConfig8888.cpp',
58 '<(skia_src_path)/core/SkConfig8888.h', 60 '<(skia_src_path)/core/SkConfig8888.h',
61 '<(skia_src_path)/core/SkConvolver.cpp',
62 '<(skia_src_path)/core/SkConvolver.h',
59 '<(skia_src_path)/core/SkCordic.cpp', 63 '<(skia_src_path)/core/SkCordic.cpp',
60 '<(skia_src_path)/core/SkCordic.h', 64 '<(skia_src_path)/core/SkCordic.h',
61 '<(skia_src_path)/core/SkCoreBlitters.h', 65 '<(skia_src_path)/core/SkCoreBlitters.h',
62 '<(skia_src_path)/core/SkCubicClipper.cpp', 66 '<(skia_src_path)/core/SkCubicClipper.cpp',
63 '<(skia_src_path)/core/SkCubicClipper.h', 67 '<(skia_src_path)/core/SkCubicClipper.h',
64 '<(skia_src_path)/core/SkData.cpp', 68 '<(skia_src_path)/core/SkData.cpp',
65 '<(skia_src_path)/core/SkDataTable.cpp', 69 '<(skia_src_path)/core/SkDataTable.cpp',
66 '<(skia_src_path)/core/SkDebug.cpp', 70 '<(skia_src_path)/core/SkDebug.cpp',
67 '<(skia_src_path)/core/SkDeque.cpp', 71 '<(skia_src_path)/core/SkDeque.cpp',
68 '<(skia_src_path)/core/SkDevice.cpp', 72 '<(skia_src_path)/core/SkDevice.cpp',
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 '<(skia_src_path)/pathops/SkQuarticRoot.h', 367 '<(skia_src_path)/pathops/SkQuarticRoot.h',
364 '<(skia_src_path)/pathops/SkReduceOrder.h', 368 '<(skia_src_path)/pathops/SkReduceOrder.h',
365 ], 369 ],
366 } 370 }
367 371
368 # Local Variables: 372 # Local Variables:
369 # tab-width:2 373 # tab-width:2
370 # indent-tabs-mode:nil 374 # indent-tabs-mode:nil
371 # End: 375 # End:
372 # vim: set expandtab tabstop=2 shiftwidth=2: 376 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/downsamplebitmap.cpp ('k') | include/core/SkBitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698