| 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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 '<(skia_include_path)/core/SkTileGridPicture.h', | 300 '<(skia_include_path)/core/SkTileGridPicture.h', |
| 301 '<(skia_include_path)/core/SkTRegistry.h', | 301 '<(skia_include_path)/core/SkTRegistry.h', |
| 302 '<(skia_include_path)/core/SkTSearch.h', | 302 '<(skia_include_path)/core/SkTSearch.h', |
| 303 '<(skia_include_path)/core/SkTemplates.h', | 303 '<(skia_include_path)/core/SkTemplates.h', |
| 304 '<(skia_include_path)/core/SkThread.h', | 304 '<(skia_include_path)/core/SkThread.h', |
| 305 '<(skia_include_path)/core/SkTime.h', | 305 '<(skia_include_path)/core/SkTime.h', |
| 306 '<(skia_include_path)/core/SkTLazy.h', | 306 '<(skia_include_path)/core/SkTLazy.h', |
| 307 '<(skia_include_path)/core/SkTypeface.h', | 307 '<(skia_include_path)/core/SkTypeface.h', |
| 308 '<(skia_include_path)/core/SkTypes.h', | 308 '<(skia_include_path)/core/SkTypes.h', |
| 309 '<(skia_include_path)/core/SkUnPreMultiply.h', | 309 '<(skia_include_path)/core/SkUnPreMultiply.h', |
| 310 '<(skia_include_path)/core/SkUnitMapper.h', | |
| 311 '<(skia_include_path)/core/SkUtils.h', | 310 '<(skia_include_path)/core/SkUtils.h', |
| 312 '<(skia_include_path)/core/SkWeakRefCnt.h', | 311 '<(skia_include_path)/core/SkWeakRefCnt.h', |
| 313 '<(skia_include_path)/core/SkWriter32.h', | 312 '<(skia_include_path)/core/SkWriter32.h', |
| 314 '<(skia_include_path)/core/SkXfermode.h', | 313 '<(skia_include_path)/core/SkXfermode.h', |
| 315 | 314 |
| 316 # Lazy decoding: | 315 # Lazy decoding: |
| 317 '<(skia_src_path)/lazy/SkCachingPixelRef.cpp', | 316 '<(skia_src_path)/lazy/SkCachingPixelRef.cpp', |
| 318 '<(skia_src_path)/lazy/SkCachingPixelRef.h', | 317 '<(skia_src_path)/lazy/SkCachingPixelRef.h', |
| 319 | 318 |
| 320 # Path ops | 319 # Path ops |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 366 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 368 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 367 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 369 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 368 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 370 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 369 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
| 371 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 370 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 372 '<(skia_src_path)/pathops/SkPathWriter.h', | 371 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 373 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 372 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 374 '<(skia_src_path)/pathops/SkReduceOrder.h', | 373 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 375 ], | 374 ], |
| 376 } | 375 } |
| OLD | NEW |