| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 '<(skia_src_path)/core/SkTileGridPicture.cpp', | 188 '<(skia_src_path)/core/SkTileGridPicture.cpp', |
| 189 '<(skia_src_path)/core/SkTLList.h', | 189 '<(skia_src_path)/core/SkTLList.h', |
| 190 '<(skia_src_path)/core/SkTLS.cpp', | 190 '<(skia_src_path)/core/SkTLS.cpp', |
| 191 '<(skia_src_path)/core/SkTSearch.cpp', | 191 '<(skia_src_path)/core/SkTSearch.cpp', |
| 192 '<(skia_src_path)/core/SkTSort.h', | 192 '<(skia_src_path)/core/SkTSort.h', |
| 193 '<(skia_src_path)/core/SkTypeface.cpp', | 193 '<(skia_src_path)/core/SkTypeface.cpp', |
| 194 '<(skia_src_path)/core/SkTypefaceCache.cpp', | 194 '<(skia_src_path)/core/SkTypefaceCache.cpp', |
| 195 '<(skia_src_path)/core/SkTypefaceCache.h', | 195 '<(skia_src_path)/core/SkTypefaceCache.h', |
| 196 '<(skia_src_path)/core/SkUnPreMultiply.cpp', | 196 '<(skia_src_path)/core/SkUnPreMultiply.cpp', |
| 197 '<(skia_src_path)/core/SkUtils.cpp', | 197 '<(skia_src_path)/core/SkUtils.cpp', |
| 198 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', |
| 198 '<(skia_src_path)/core/SkWriter32.cpp', | 199 '<(skia_src_path)/core/SkWriter32.cpp', |
| 199 '<(skia_src_path)/core/SkXfermode.cpp', | 200 '<(skia_src_path)/core/SkXfermode.cpp', |
| 200 | 201 |
| 201 '<(skia_src_path)/doc/SkDocument.cpp', | 202 '<(skia_src_path)/doc/SkDocument.cpp', |
| 202 | 203 |
| 203 '<(skia_src_path)/image/SkDataPixelRef.cpp', | 204 '<(skia_src_path)/image/SkDataPixelRef.cpp', |
| 204 '<(skia_src_path)/image/SkImage.cpp', | 205 '<(skia_src_path)/image/SkImage.cpp', |
| 205 '<(skia_src_path)/image/SkImagePriv.cpp', | 206 '<(skia_src_path)/image/SkImagePriv.cpp', |
| 206 '<(skia_src_path)/image/SkImage_Codec.cpp', | 207 '<(skia_src_path)/image/SkImage_Codec.cpp', |
| 207 # '<(skia_src_path)/image/SkImage_Gpu.cpp', | 208 # '<(skia_src_path)/image/SkImage_Gpu.cpp', |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 377 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 377 '<(skia_src_path)/pathops/SkReduceOrder.h', | 378 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 378 ], | 379 ], |
| 379 } | 380 } |
| 380 | 381 |
| 381 # Local Variables: | 382 # Local Variables: |
| 382 # tab-width:2 | 383 # tab-width:2 |
| 383 # indent-tabs-mode:nil | 384 # indent-tabs-mode:nil |
| 384 # End: | 385 # End: |
| 385 # vim: set expandtab tabstop=2 shiftwidth=2: | 386 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |