| 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 26 matching lines...) Expand all Loading... |
| 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 Loading... |
| 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: |
| OLD | NEW |