| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 '<(skia_src_path)/utils/SkBitSet.cpp', | 49 '<(skia_src_path)/utils/SkBitSet.cpp', |
| 50 '<(skia_src_path)/utils/SkBitSet.h', | 50 '<(skia_src_path)/utils/SkBitSet.h', |
| 51 '<(skia_src_path)/utils/SkBoundaryPatch.cpp', | 51 '<(skia_src_path)/utils/SkBoundaryPatch.cpp', |
| 52 '<(skia_src_path)/utils/SkFrontBufferedStream.cpp', | 52 '<(skia_src_path)/utils/SkFrontBufferedStream.cpp', |
| 53 '<(skia_src_path)/utils/SkCamera.cpp', | 53 '<(skia_src_path)/utils/SkCamera.cpp', |
| 54 '<(skia_src_path)/utils/SkCanvasStack.h', | 54 '<(skia_src_path)/utils/SkCanvasStack.h', |
| 55 '<(skia_src_path)/utils/SkCanvasStack.cpp', | 55 '<(skia_src_path)/utils/SkCanvasStack.cpp', |
| 56 '<(skia_src_path)/utils/SkCanvasStateUtils.cpp', | 56 '<(skia_src_path)/utils/SkCanvasStateUtils.cpp', |
| 57 '<(skia_src_path)/utils/SkCubicInterval.cpp', | 57 '<(skia_src_path)/utils/SkCubicInterval.cpp', |
| 58 '<(skia_src_path)/utils/SkCullPoints.cpp', | 58 '<(skia_src_path)/utils/SkCullPoints.cpp', |
| 59 '<(skia_src_path)/utils/SkDashPath.cpp', |
| 60 '<(skia_src_path)/utils/SkDashPathPriv.h', |
| 59 '<(skia_src_path)/utils/SkDeferredCanvas.cpp', | 61 '<(skia_src_path)/utils/SkDeferredCanvas.cpp', |
| 60 '<(skia_src_path)/utils/SkDumpCanvas.cpp', | 62 '<(skia_src_path)/utils/SkDumpCanvas.cpp', |
| 61 '<(skia_src_path)/utils/SkEventTracer.cpp', | 63 '<(skia_src_path)/utils/SkEventTracer.cpp', |
| 62 '<(skia_src_path)/utils/SkFloatUtils.h', | 64 '<(skia_src_path)/utils/SkFloatUtils.h', |
| 63 '<(skia_src_path)/utils/SkGatherPixelRefsAndRects.cpp', | 65 '<(skia_src_path)/utils/SkGatherPixelRefsAndRects.cpp', |
| 64 '<(skia_src_path)/utils/SkGatherPixelRefsAndRects.h', | 66 '<(skia_src_path)/utils/SkGatherPixelRefsAndRects.h', |
| 65 '<(skia_src_path)/utils/SkInterpolator.cpp', | 67 '<(skia_src_path)/utils/SkInterpolator.cpp', |
| 66 '<(skia_src_path)/utils/SkLayer.cpp', | 68 '<(skia_src_path)/utils/SkLayer.cpp', |
| 67 '<(skia_src_path)/utils/SkMatrix22.cpp', | 69 '<(skia_src_path)/utils/SkMatrix22.cpp', |
| 68 '<(skia_src_path)/utils/SkMatrix22.h', | 70 '<(skia_src_path)/utils/SkMatrix22.h', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', | 116 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', |
| 115 '<(skia_src_path)/utils/win/SkHRESULT.cpp', | 117 '<(skia_src_path)/utils/win/SkHRESULT.cpp', |
| 116 '<(skia_src_path)/utils/win/SkIStream.cpp', | 118 '<(skia_src_path)/utils/win/SkIStream.cpp', |
| 117 '<(skia_src_path)/utils/win/SkWGL_win.cpp', | 119 '<(skia_src_path)/utils/win/SkWGL_win.cpp', |
| 118 | 120 |
| 119 #testing | 121 #testing |
| 120 '<(skia_src_path)/fonts/SkGScalerContext.cpp', | 122 '<(skia_src_path)/fonts/SkGScalerContext.cpp', |
| 121 '<(skia_src_path)/fonts/SkGScalerContext.h', | 123 '<(skia_src_path)/fonts/SkGScalerContext.h', |
| 122 ], | 124 ], |
| 123 } | 125 } |
| OLD | NEW |