| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 '<(skia_src_path)/core/SkTSearch.cpp', | 179 '<(skia_src_path)/core/SkTSearch.cpp', |
| 180 '<(skia_src_path)/core/SkTSort.h', | 180 '<(skia_src_path)/core/SkTSort.h', |
| 181 '<(skia_src_path)/core/SkTypeface.cpp', | 181 '<(skia_src_path)/core/SkTypeface.cpp', |
| 182 '<(skia_src_path)/core/SkTypefaceCache.cpp', | 182 '<(skia_src_path)/core/SkTypefaceCache.cpp', |
| 183 '<(skia_src_path)/core/SkTypefaceCache.h', | 183 '<(skia_src_path)/core/SkTypefaceCache.h', |
| 184 '<(skia_src_path)/core/SkUnPreMultiply.cpp', | 184 '<(skia_src_path)/core/SkUnPreMultiply.cpp', |
| 185 '<(skia_src_path)/core/SkUtils.cpp', | 185 '<(skia_src_path)/core/SkUtils.cpp', |
| 186 '<(skia_src_path)/core/SkWriter32.cpp', | 186 '<(skia_src_path)/core/SkWriter32.cpp', |
| 187 '<(skia_src_path)/core/SkXfermode.cpp', | 187 '<(skia_src_path)/core/SkXfermode.cpp', |
| 188 | 188 |
| 189 '<(skia_src_path)/doc/SkDocument.cpp', |
| 190 |
| 189 '<(skia_src_path)/image/SkDataPixelRef.cpp', | 191 '<(skia_src_path)/image/SkDataPixelRef.cpp', |
| 190 '<(skia_src_path)/image/SkImage.cpp', | 192 '<(skia_src_path)/image/SkImage.cpp', |
| 191 '<(skia_src_path)/image/SkImagePriv.cpp', | 193 '<(skia_src_path)/image/SkImagePriv.cpp', |
| 192 '<(skia_src_path)/image/SkImage_Codec.cpp', | 194 '<(skia_src_path)/image/SkImage_Codec.cpp', |
| 193 # '<(skia_src_path)/image/SkImage_Gpu.cpp', | 195 # '<(skia_src_path)/image/SkImage_Gpu.cpp', |
| 194 '<(skia_src_path)/image/SkImage_Picture.cpp', | 196 '<(skia_src_path)/image/SkImage_Picture.cpp', |
| 195 '<(skia_src_path)/image/SkImage_Raster.cpp', | 197 '<(skia_src_path)/image/SkImage_Raster.cpp', |
| 196 '<(skia_src_path)/image/SkSurface.cpp', | 198 '<(skia_src_path)/image/SkSurface.cpp', |
| 197 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', | 199 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', |
| 198 '<(skia_src_path)/image/SkSurface_Picture.cpp', | 200 '<(skia_src_path)/image/SkSurface_Picture.cpp', |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 362 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 361 '<(skia_src_path)/pathops/SkReduceOrder.h', | 363 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 362 ], | 364 ], |
| 363 } | 365 } |
| 364 | 366 |
| 365 # Local Variables: | 367 # Local Variables: |
| 366 # tab-width:2 | 368 # tab-width:2 |
| 367 # indent-tabs-mode:nil | 369 # indent-tabs-mode:nil |
| 368 # End: | 370 # End: |
| 369 # vim: set expandtab tabstop=2 shiftwidth=2: | 371 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |