| 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_surface.cpp', | 10 '<(skia_src_path)/c/sk_surface.cpp', |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 '<(skia_src_path)/core/SkBlitRow_D32.cpp', | 40 '<(skia_src_path)/core/SkBlitRow_D32.cpp', |
| 41 '<(skia_src_path)/core/SkBlitter.h', | 41 '<(skia_src_path)/core/SkBlitter.h', |
| 42 '<(skia_src_path)/core/SkBlitter.cpp', | 42 '<(skia_src_path)/core/SkBlitter.cpp', |
| 43 '<(skia_src_path)/core/SkBlitter_A8.cpp', | 43 '<(skia_src_path)/core/SkBlitter_A8.cpp', |
| 44 '<(skia_src_path)/core/SkBlitter_ARGB32.cpp', | 44 '<(skia_src_path)/core/SkBlitter_ARGB32.cpp', |
| 45 '<(skia_src_path)/core/SkBlitter_RGB16.cpp', | 45 '<(skia_src_path)/core/SkBlitter_RGB16.cpp', |
| 46 '<(skia_src_path)/core/SkBlitter_Sprite.cpp', | 46 '<(skia_src_path)/core/SkBlitter_Sprite.cpp', |
| 47 '<(skia_src_path)/core/SkBuffer.cpp', | 47 '<(skia_src_path)/core/SkBuffer.cpp', |
| 48 '<(skia_src_path)/core/SkCachedData.cpp', | 48 '<(skia_src_path)/core/SkCachedData.cpp', |
| 49 '<(skia_src_path)/core/SkCanvas.cpp', | 49 '<(skia_src_path)/core/SkCanvas.cpp', |
| 50 '<(skia_src_path)/core/SkCanvasDrawable.cpp', |
| 51 '<(skia_src_path)/core/SkCanvasDrawable.h', |
| 50 '<(skia_src_path)/core/SkChunkAlloc.cpp', | 52 '<(skia_src_path)/core/SkChunkAlloc.cpp', |
| 51 '<(skia_src_path)/core/SkClipStack.cpp', | 53 '<(skia_src_path)/core/SkClipStack.cpp', |
| 52 '<(skia_src_path)/core/SkColor.cpp', | 54 '<(skia_src_path)/core/SkColor.cpp', |
| 53 '<(skia_src_path)/core/SkColorFilter.cpp', | 55 '<(skia_src_path)/core/SkColorFilter.cpp', |
| 54 '<(skia_src_path)/core/SkColorTable.cpp', | 56 '<(skia_src_path)/core/SkColorTable.cpp', |
| 55 '<(skia_src_path)/core/SkComposeShader.cpp', | 57 '<(skia_src_path)/core/SkComposeShader.cpp', |
| 56 '<(skia_src_path)/core/SkConfig8888.cpp', | 58 '<(skia_src_path)/core/SkConfig8888.cpp', |
| 57 '<(skia_src_path)/core/SkConfig8888.h', | 59 '<(skia_src_path)/core/SkConfig8888.h', |
| 58 '<(skia_src_path)/core/SkConvolver.cpp', | 60 '<(skia_src_path)/core/SkConvolver.cpp', |
| 59 '<(skia_src_path)/core/SkConvolver.h', | 61 '<(skia_src_path)/core/SkConvolver.h', |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 370 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 369 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 371 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 370 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 372 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 371 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 373 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
| 372 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 374 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 373 '<(skia_src_path)/pathops/SkPathWriter.h', | 375 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 374 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 376 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 375 '<(skia_src_path)/pathops/SkReduceOrder.h', | 377 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 376 ], | 378 ], |
| 377 } | 379 } |
| OLD | NEW |