| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 '<(skia_src_path)/core/SkTypefaceCache.cpp', | 184 '<(skia_src_path)/core/SkTypefaceCache.cpp', |
| 185 '<(skia_src_path)/core/SkTypefaceCache.h', | 185 '<(skia_src_path)/core/SkTypefaceCache.h', |
| 186 '<(skia_src_path)/core/SkUnPreMultiply.cpp', | 186 '<(skia_src_path)/core/SkUnPreMultiply.cpp', |
| 187 '<(skia_src_path)/core/SkUtils.cpp', | 187 '<(skia_src_path)/core/SkUtils.cpp', |
| 188 '<(skia_src_path)/core/SkWriter32.cpp', | 188 '<(skia_src_path)/core/SkWriter32.cpp', |
| 189 '<(skia_src_path)/core/SkXfermode.cpp', | 189 '<(skia_src_path)/core/SkXfermode.cpp', |
| 190 | 190 |
| 191 '<(skia_src_path)/image/SkDataPixelRef.cpp', | 191 '<(skia_src_path)/image/SkDataPixelRef.cpp', |
| 192 '<(skia_src_path)/image/SkImage.cpp', | 192 '<(skia_src_path)/image/SkImage.cpp', |
| 193 '<(skia_src_path)/image/SkImagePriv.cpp', | 193 '<(skia_src_path)/image/SkImagePriv.cpp', |
| 194 '<(skia_src_path)/image/SkImage_Codec.cpp', | 194 # '<(skia_src_path)/image/SkImage_Codec.cpp', |
| 195 # '<(skia_src_path)/image/SkImage_Gpu.cpp', | 195 # '<(skia_src_path)/image/SkImage_Gpu.cpp', |
| 196 '<(skia_src_path)/image/SkImage_Picture.cpp', | 196 '<(skia_src_path)/image/SkImage_Picture.cpp', |
| 197 '<(skia_src_path)/image/SkImage_Raster.cpp', | 197 '<(skia_src_path)/image/SkImage_Raster.cpp', |
| 198 '<(skia_src_path)/image/SkSurface.cpp', | 198 '<(skia_src_path)/image/SkSurface.cpp', |
| 199 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', | 199 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', |
| 200 '<(skia_src_path)/image/SkSurface_Picture.cpp', | 200 '<(skia_src_path)/image/SkSurface_Picture.cpp', |
| 201 '<(skia_src_path)/image/SkSurface_Raster.cpp', | 201 '<(skia_src_path)/image/SkSurface_Raster.cpp', |
| 202 | 202 |
| 203 '<(skia_src_path)/pipe/SkGPipeRead.cpp', | 203 '<(skia_src_path)/pipe/SkGPipeRead.cpp', |
| 204 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', | 204 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 360 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 361 '<(skia_src_path)/pathops/SkReduceOrder.h', | 361 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 362 ], | 362 ], |
| 363 } | 363 } |
| 364 | 364 |
| 365 # Local Variables: | 365 # Local Variables: |
| 366 # tab-width:2 | 366 # tab-width:2 |
| 367 # indent-tabs-mode:nil | 367 # indent-tabs-mode:nil |
| 368 # End: | 368 # End: |
| 369 # vim: set expandtab tabstop=2 shiftwidth=2: | 369 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |