| 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/SkAAClip.cpp', | 10 '<(skia_src_path)/core/SkAAClip.cpp', |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 '<(skia_src_path)/core/SkTypeface.cpp', | 199 '<(skia_src_path)/core/SkTypeface.cpp', |
| 200 '<(skia_src_path)/core/SkTypefaceCache.cpp', | 200 '<(skia_src_path)/core/SkTypefaceCache.cpp', |
| 201 '<(skia_src_path)/core/SkTypefaceCache.h', | 201 '<(skia_src_path)/core/SkTypefaceCache.h', |
| 202 '<(skia_src_path)/core/SkUnPreMultiply.cpp', | 202 '<(skia_src_path)/core/SkUnPreMultiply.cpp', |
| 203 '<(skia_src_path)/core/SkUtils.cpp', | 203 '<(skia_src_path)/core/SkUtils.cpp', |
| 204 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', | 204 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', |
| 205 '<(skia_src_path)/core/SkVertState.cpp', | 205 '<(skia_src_path)/core/SkVertState.cpp', |
| 206 '<(skia_src_path)/core/SkWriteBuffer.cpp', | 206 '<(skia_src_path)/core/SkWriteBuffer.cpp', |
| 207 '<(skia_src_path)/core/SkWriter32.cpp', | 207 '<(skia_src_path)/core/SkWriter32.cpp', |
| 208 '<(skia_src_path)/core/SkXfermode.cpp', | 208 '<(skia_src_path)/core/SkXfermode.cpp', |
| 209 '<(skia_src_path)/core/SkImagesSupport.h', |
| 209 | 210 |
| 210 '<(skia_src_path)/doc/SkDocument.cpp', | 211 '<(skia_src_path)/doc/SkDocument.cpp', |
| 211 | 212 |
| 212 '<(skia_src_path)/image/SkImage.cpp', | 213 '<(skia_src_path)/image/SkImage.cpp', |
| 213 '<(skia_src_path)/image/SkImagePriv.cpp', | 214 '<(skia_src_path)/image/SkImagePriv.cpp', |
| 214 # '<(skia_src_path)/image/SkImage_Gpu.cpp', | 215 # '<(skia_src_path)/image/SkImage_Gpu.cpp', |
| 215 '<(skia_src_path)/image/SkImage_Raster.cpp', | 216 '<(skia_src_path)/image/SkImage_Raster.cpp', |
| 216 '<(skia_src_path)/image/SkSurface.cpp', | 217 '<(skia_src_path)/image/SkSurface.cpp', |
| 217 '<(skia_src_path)/image/SkSurface_Base.h', | 218 '<(skia_src_path)/image/SkSurface_Base.h', |
| 218 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', | 219 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 363 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 363 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 364 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 364 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 365 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 365 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 366 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
| 366 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 367 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 367 '<(skia_src_path)/pathops/SkPathWriter.h', | 368 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 368 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 369 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 369 '<(skia_src_path)/pathops/SkReduceOrder.h', | 370 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 370 ], | 371 ], |
| 371 } | 372 } |
| OLD | NEW |