| 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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 | 223 |
| 224 '<(skia_src_path)/pipe/SkGPipeRead.cpp', | 224 '<(skia_src_path)/pipe/SkGPipeRead.cpp', |
| 225 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', | 225 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', |
| 226 | 226 |
| 227 '<(skia_include_path)/core/SkAdvancedTypefaceMetrics.h', | 227 '<(skia_include_path)/core/SkAdvancedTypefaceMetrics.h', |
| 228 '<(skia_include_path)/core/SkBBHFactory.h', | 228 '<(skia_include_path)/core/SkBBHFactory.h', |
| 229 '<(skia_include_path)/core/SkBitmap.h', | 229 '<(skia_include_path)/core/SkBitmap.h', |
| 230 '<(skia_include_path)/core/SkBitmapDevice.h', | 230 '<(skia_include_path)/core/SkBitmapDevice.h', |
| 231 '<(skia_include_path)/core/SkBlitRow.h', | 231 '<(skia_include_path)/core/SkBlitRow.h', |
| 232 '<(skia_include_path)/core/SkCanvas.h', | 232 '<(skia_include_path)/core/SkCanvas.h', |
| 233 '<(skia_include_path)/core/SkChecksum.h', | |
| 234 '<(skia_include_path)/core/SkChunkAlloc.h', | 233 '<(skia_include_path)/core/SkChunkAlloc.h', |
| 235 '<(skia_include_path)/core/SkClipStack.h', | 234 '<(skia_include_path)/core/SkClipStack.h', |
| 236 '<(skia_include_path)/core/SkColor.h', | 235 '<(skia_include_path)/core/SkColor.h', |
| 237 '<(skia_include_path)/core/SkColorFilter.h', | 236 '<(skia_include_path)/core/SkColorFilter.h', |
| 238 '<(skia_include_path)/core/SkColorPriv.h', | 237 '<(skia_include_path)/core/SkColorPriv.h', |
| 239 '<(skia_include_path)/core/SkColorShader.h', | 238 '<(skia_include_path)/core/SkColorShader.h', |
| 240 '<(skia_include_path)/core/SkComposeShader.h', | 239 '<(skia_include_path)/core/SkComposeShader.h', |
| 241 '<(skia_include_path)/core/SkData.h', | 240 '<(skia_include_path)/core/SkData.h', |
| 242 '<(skia_include_path)/core/SkDeque.h', | 241 '<(skia_include_path)/core/SkDeque.h', |
| 243 '<(skia_include_path)/core/SkDevice.h', | 242 '<(skia_include_path)/core/SkDevice.h', |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 365 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 367 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 366 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 368 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 367 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 369 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 368 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
| 370 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 369 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 371 '<(skia_src_path)/pathops/SkPathWriter.h', | 370 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 372 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 371 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 373 '<(skia_src_path)/pathops/SkReduceOrder.h', | 372 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 374 ], | 373 ], |
| 375 } | 374 } |
| OLD | NEW |