| OLD | NEW |
| 1 # Include this gypi to include all 'utils' files | 1 # Include this gypi to include all 'utils' 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 # Classes for a threadpool. | 10 # Classes for a threadpool. |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 '<(skia_src_path)/utils/SkCanvasStack.cpp', | 52 '<(skia_src_path)/utils/SkCanvasStack.cpp', |
| 53 '<(skia_src_path)/utils/SkCanvasStateUtils.cpp', | 53 '<(skia_src_path)/utils/SkCanvasStateUtils.cpp', |
| 54 '<(skia_src_path)/utils/SkCubicInterval.cpp', | 54 '<(skia_src_path)/utils/SkCubicInterval.cpp', |
| 55 '<(skia_src_path)/utils/SkCullPoints.cpp', | 55 '<(skia_src_path)/utils/SkCullPoints.cpp', |
| 56 '<(skia_src_path)/utils/SkDashPath.cpp', | 56 '<(skia_src_path)/utils/SkDashPath.cpp', |
| 57 '<(skia_src_path)/utils/SkDashPathPriv.h', | 57 '<(skia_src_path)/utils/SkDashPathPriv.h', |
| 58 '<(skia_src_path)/utils/SkDeferredCanvas.cpp', | 58 '<(skia_src_path)/utils/SkDeferredCanvas.cpp', |
| 59 '<(skia_src_path)/utils/SkDumpCanvas.cpp', | 59 '<(skia_src_path)/utils/SkDumpCanvas.cpp', |
| 60 '<(skia_src_path)/utils/SkEventTracer.cpp', | 60 '<(skia_src_path)/utils/SkEventTracer.cpp', |
| 61 '<(skia_src_path)/utils/SkFloatUtils.h', | 61 '<(skia_src_path)/utils/SkFloatUtils.h', |
| 62 '<(skia_src_path)/utils/SkGatherPixelRefsAndRects.cpp', | |
| 63 '<(skia_src_path)/utils/SkGatherPixelRefsAndRects.h', | |
| 64 '<(skia_src_path)/utils/SkInterpolator.cpp', | 62 '<(skia_src_path)/utils/SkInterpolator.cpp', |
| 65 '<(skia_src_path)/utils/SkLayer.cpp', | 63 '<(skia_src_path)/utils/SkLayer.cpp', |
| 66 '<(skia_src_path)/utils/SkMatrix22.cpp', | 64 '<(skia_src_path)/utils/SkMatrix22.cpp', |
| 67 '<(skia_src_path)/utils/SkMatrix22.h', | 65 '<(skia_src_path)/utils/SkMatrix22.h', |
| 68 '<(skia_src_path)/utils/SkMatrix44.cpp', | 66 '<(skia_src_path)/utils/SkMatrix44.cpp', |
| 69 '<(skia_src_path)/utils/SkMD5.cpp', | 67 '<(skia_src_path)/utils/SkMD5.cpp', |
| 70 '<(skia_src_path)/utils/SkMD5.h', | 68 '<(skia_src_path)/utils/SkMD5.h', |
| 71 '<(skia_src_path)/utils/SkMeshUtils.cpp', | 69 '<(skia_src_path)/utils/SkMeshUtils.cpp', |
| 72 '<(skia_src_path)/utils/SkNinePatch.cpp', | 70 '<(skia_src_path)/utils/SkNinePatch.cpp', |
| 73 '<(skia_src_path)/utils/SkNWayCanvas.cpp', | 71 '<(skia_src_path)/utils/SkNWayCanvas.cpp', |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 '<(skia_src_path)/utils/win/SkWGL.h', | 127 '<(skia_src_path)/utils/win/SkWGL.h', |
| 130 '<(skia_src_path)/utils/win/SkWGL_win.cpp', | 128 '<(skia_src_path)/utils/win/SkWGL_win.cpp', |
| 131 | 129 |
| 132 #testing | 130 #testing |
| 133 '<(skia_src_path)/fonts/SkGScalerContext.cpp', | 131 '<(skia_src_path)/fonts/SkGScalerContext.cpp', |
| 134 '<(skia_src_path)/fonts/SkGScalerContext.h', | 132 '<(skia_src_path)/fonts/SkGScalerContext.h', |
| 135 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', | 133 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', |
| 136 '<(skia_src_path)/fonts/SkTestScalerContext.h', | 134 '<(skia_src_path)/fonts/SkTestScalerContext.h', |
| 137 ], | 135 ], |
| 138 } | 136 } |
| OLD | NEW |