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