| 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 '<(skia_src_path)/core/SkWriteBuffer.cpp', | 202 '<(skia_src_path)/core/SkWriteBuffer.cpp', |
| 203 '<(skia_src_path)/core/SkWriter32.cpp', | 203 '<(skia_src_path)/core/SkWriter32.cpp', |
| 204 '<(skia_src_path)/core/SkXfermode.cpp', | 204 '<(skia_src_path)/core/SkXfermode.cpp', |
| 205 | 205 |
| 206 '<(skia_src_path)/doc/SkDocument.cpp', | 206 '<(skia_src_path)/doc/SkDocument.cpp', |
| 207 | 207 |
| 208 '<(skia_src_path)/image/SkImage.cpp', | 208 '<(skia_src_path)/image/SkImage.cpp', |
| 209 '<(skia_src_path)/image/SkImagePriv.cpp', | 209 '<(skia_src_path)/image/SkImagePriv.cpp', |
| 210 '<(skia_src_path)/image/SkImage_Codec.cpp', | 210 '<(skia_src_path)/image/SkImage_Codec.cpp', |
| 211 # '<(skia_src_path)/image/SkImage_Gpu.cpp', | 211 # '<(skia_src_path)/image/SkImage_Gpu.cpp', |
| 212 '<(skia_src_path)/image/SkImage_Picture.cpp', | |
| 213 '<(skia_src_path)/image/SkImage_Raster.cpp', | 212 '<(skia_src_path)/image/SkImage_Raster.cpp', |
| 214 '<(skia_src_path)/image/SkSurface.cpp', | 213 '<(skia_src_path)/image/SkSurface.cpp', |
| 215 '<(skia_src_path)/image/SkSurface_Base.h', | 214 '<(skia_src_path)/image/SkSurface_Base.h', |
| 216 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', | 215 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', |
| 217 '<(skia_src_path)/image/SkSurface_Picture.cpp', | |
| 218 '<(skia_src_path)/image/SkSurface_Raster.cpp', | 216 '<(skia_src_path)/image/SkSurface_Raster.cpp', |
| 219 | 217 |
| 220 '<(skia_src_path)/pipe/SkGPipeRead.cpp', | 218 '<(skia_src_path)/pipe/SkGPipeRead.cpp', |
| 221 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', | 219 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', |
| 222 | 220 |
| 223 '<(skia_include_path)/core/SkAdvancedTypefaceMetrics.h', | 221 '<(skia_include_path)/core/SkAdvancedTypefaceMetrics.h', |
| 224 '<(skia_include_path)/core/SkBitmap.h', | 222 '<(skia_include_path)/core/SkBitmap.h', |
| 225 '<(skia_include_path)/core/SkBitmapDevice.h', | 223 '<(skia_include_path)/core/SkBitmapDevice.h', |
| 226 '<(skia_include_path)/core/SkBlitRow.h', | 224 '<(skia_include_path)/core/SkBlitRow.h', |
| 227 '<(skia_include_path)/core/SkBounder.h', | 225 '<(skia_include_path)/core/SkBounder.h', |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 362 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 365 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 363 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 366 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 364 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 367 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 365 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
| 368 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 366 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 369 '<(skia_src_path)/pathops/SkPathWriter.h', | 367 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 370 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 368 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 371 '<(skia_src_path)/pathops/SkReduceOrder.h', | 369 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 372 ], | 370 ], |
| 373 } | 371 } |
| OLD | NEW |