| 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)/c/sk_paint.cpp', | 10 '<(skia_src_path)/c/sk_paint.cpp', |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 '<(skia_src_path)/core/SkVertState.cpp', | 218 '<(skia_src_path)/core/SkVertState.cpp', |
| 219 '<(skia_src_path)/core/SkWriteBuffer.cpp', | 219 '<(skia_src_path)/core/SkWriteBuffer.cpp', |
| 220 '<(skia_src_path)/core/SkWriter32.cpp', | 220 '<(skia_src_path)/core/SkWriter32.cpp', |
| 221 '<(skia_src_path)/core/SkXfermode.cpp', | 221 '<(skia_src_path)/core/SkXfermode.cpp', |
| 222 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', | 222 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', |
| 223 '<(skia_src_path)/core/SkYUVPlanesCache.h', | 223 '<(skia_src_path)/core/SkYUVPlanesCache.h', |
| 224 | 224 |
| 225 '<(skia_src_path)/doc/SkDocument.cpp', | 225 '<(skia_src_path)/doc/SkDocument.cpp', |
| 226 | 226 |
| 227 '<(skia_src_path)/image/SkImage.cpp', | 227 '<(skia_src_path)/image/SkImage.cpp', |
| 228 '<(skia_src_path)/image/SkImagePriv.cpp', | |
| 229 # '<(skia_src_path)/image/SkImage_Gpu.cpp', | 228 # '<(skia_src_path)/image/SkImage_Gpu.cpp', |
| 230 '<(skia_src_path)/image/SkImage_Raster.cpp', | 229 '<(skia_src_path)/image/SkImage_Raster.cpp', |
| 231 '<(skia_src_path)/image/SkSurface.cpp', | 230 '<(skia_src_path)/image/SkSurface.cpp', |
| 232 '<(skia_src_path)/image/SkSurface_Base.h', | 231 '<(skia_src_path)/image/SkSurface_Base.h', |
| 233 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', | 232 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', |
| 234 '<(skia_src_path)/image/SkSurface_Raster.cpp', | 233 '<(skia_src_path)/image/SkSurface_Raster.cpp', |
| 235 | 234 |
| 236 '<(skia_src_path)/pipe/SkGPipeRead.cpp', | 235 '<(skia_src_path)/pipe/SkGPipeRead.cpp', |
| 237 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', | 236 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', |
| 238 | 237 |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 377 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 379 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 378 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 380 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 379 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 381 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 380 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
| 382 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 381 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 383 '<(skia_src_path)/pathops/SkPathWriter.h', | 382 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 384 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 383 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 385 '<(skia_src_path)/pathops/SkReduceOrder.h', | 384 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 386 ], | 385 ], |
| 387 } | 386 } |
| OLD | NEW |