| OLD | NEW |
| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 47 '<(skia_src_path)/core/SkBlitter_A1.cpp', |
| 48 '<(skia_src_path)/core/SkBlitter_A8.cpp', | 48 '<(skia_src_path)/core/SkBlitter_A8.cpp', |
| 49 '<(skia_src_path)/core/SkBlitter_ARGB32.cpp', | 49 '<(skia_src_path)/core/SkBlitter_ARGB32.cpp', |
| 50 '<(skia_src_path)/core/SkBlitter_RGB16.cpp', | 50 '<(skia_src_path)/core/SkBlitter_RGB16.cpp', |
| 51 '<(skia_src_path)/core/SkBlitter_Sprite.cpp', | 51 '<(skia_src_path)/core/SkBlitter_Sprite.cpp', |
| 52 '<(skia_src_path)/core/SkBuffer.cpp', | 52 '<(skia_src_path)/core/SkBuffer.cpp', |
| 53 '<(skia_src_path)/core/SkCanvas.cpp', | 53 '<(skia_src_path)/core/SkCanvas.cpp', |
| 54 '<(skia_src_path)/core/SkCanvasSimplifier.cpp', |
| 54 '<(skia_src_path)/core/SkChunkAlloc.cpp', | 55 '<(skia_src_path)/core/SkChunkAlloc.cpp', |
| 55 '<(skia_src_path)/core/SkClipStack.cpp', | 56 '<(skia_src_path)/core/SkClipStack.cpp', |
| 56 '<(skia_src_path)/core/SkColor.cpp', | 57 '<(skia_src_path)/core/SkColor.cpp', |
| 57 '<(skia_src_path)/core/SkColorFilter.cpp', | 58 '<(skia_src_path)/core/SkColorFilter.cpp', |
| 58 '<(skia_src_path)/core/SkColorTable.cpp', | 59 '<(skia_src_path)/core/SkColorTable.cpp', |
| 59 '<(skia_src_path)/core/SkComposeShader.cpp', | 60 '<(skia_src_path)/core/SkComposeShader.cpp', |
| 60 '<(skia_src_path)/core/SkConfig8888.cpp', | 61 '<(skia_src_path)/core/SkConfig8888.cpp', |
| 61 '<(skia_src_path)/core/SkConfig8888.h', | 62 '<(skia_src_path)/core/SkConfig8888.h', |
| 62 '<(skia_src_path)/core/SkConvolver.cpp', | 63 '<(skia_src_path)/core/SkConvolver.cpp', |
| 63 '<(skia_src_path)/core/SkConvolver.h', | 64 '<(skia_src_path)/core/SkConvolver.h', |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 375 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 375 '<(skia_src_path)/pathops/SkReduceOrder.h', | 376 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 376 ], | 377 ], |
| 377 } | 378 } |
| 378 | 379 |
| 379 # Local Variables: | 380 # Local Variables: |
| 380 # tab-width:2 | 381 # tab-width:2 |
| 381 # indent-tabs-mode:nil | 382 # indent-tabs-mode:nil |
| 382 # End: | 383 # End: |
| 383 # vim: set expandtab tabstop=2 shiftwidth=2: | 384 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |