| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 '<(skia_src_path)/core/SkScalar.cpp', | 159 '<(skia_src_path)/core/SkScalar.cpp', |
| 160 '<(skia_src_path)/core/SkScalerContext.cpp', | 160 '<(skia_src_path)/core/SkScalerContext.cpp', |
| 161 '<(skia_src_path)/core/SkScalerContext.h', | 161 '<(skia_src_path)/core/SkScalerContext.h', |
| 162 '<(skia_src_path)/core/SkScan.cpp', | 162 '<(skia_src_path)/core/SkScan.cpp', |
| 163 '<(skia_src_path)/core/SkScan.h', | 163 '<(skia_src_path)/core/SkScan.h', |
| 164 '<(skia_src_path)/core/SkScanPriv.h', | 164 '<(skia_src_path)/core/SkScanPriv.h', |
| 165 '<(skia_src_path)/core/SkScan_AntiPath.cpp', | 165 '<(skia_src_path)/core/SkScan_AntiPath.cpp', |
| 166 '<(skia_src_path)/core/SkScan_Antihair.cpp', | 166 '<(skia_src_path)/core/SkScan_Antihair.cpp', |
| 167 '<(skia_src_path)/core/SkScan_Hairline.cpp', | 167 '<(skia_src_path)/core/SkScan_Hairline.cpp', |
| 168 '<(skia_src_path)/core/SkScan_Path.cpp', | 168 '<(skia_src_path)/core/SkScan_Path.cpp', |
| 169 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', |
| 169 '<(skia_src_path)/core/SkShader.cpp', | 170 '<(skia_src_path)/core/SkShader.cpp', |
| 170 '<(skia_src_path)/core/SkSpriteBlitter_ARGB32.cpp', | 171 '<(skia_src_path)/core/SkSpriteBlitter_ARGB32.cpp', |
| 171 '<(skia_src_path)/core/SkSpriteBlitter_RGB16.cpp', | 172 '<(skia_src_path)/core/SkSpriteBlitter_RGB16.cpp', |
| 172 '<(skia_src_path)/core/SkSinTable.h', | 173 '<(skia_src_path)/core/SkSinTable.h', |
| 173 '<(skia_src_path)/core/SkSpriteBlitter.h', | 174 '<(skia_src_path)/core/SkSpriteBlitter.h', |
| 174 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h', | 175 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h', |
| 175 '<(skia_src_path)/core/SkStream.cpp', | 176 '<(skia_src_path)/core/SkStream.cpp', |
| 176 '<(skia_src_path)/core/SkString.cpp', | 177 '<(skia_src_path)/core/SkString.cpp', |
| 177 '<(skia_src_path)/core/SkStringUtils.cpp', | 178 '<(skia_src_path)/core/SkStringUtils.cpp', |
| 178 '<(skia_src_path)/core/SkStroke.h', | 179 '<(skia_src_path)/core/SkStroke.h', |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 376 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 376 '<(skia_src_path)/pathops/SkReduceOrder.h', | 377 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 377 ], | 378 ], |
| 378 } | 379 } |
| 379 | 380 |
| 380 # Local Variables: | 381 # Local Variables: |
| 381 # tab-width:2 | 382 # tab-width:2 |
| 382 # indent-tabs-mode:nil | 383 # indent-tabs-mode:nil |
| 383 # End: | 384 # End: |
| 384 # vim: set expandtab tabstop=2 shiftwidth=2: | 385 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |