| OLD | NEW |
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 # Include this gypi to include all 'utils' files | 5 # Include this gypi to include all 'utils' files |
| 6 # The parent gyp/gypi file must define | 6 # The parent gyp/gypi file must define |
| 7 # 'skia_src_path' e.g. skia/trunk/src | 7 # 'skia_src_path' e.g. skia/trunk/src |
| 8 # 'skia_include_path' e.g. skia/trunk/include | 8 # 'skia_include_path' e.g. skia/trunk/include |
| 9 # | 9 # |
| 10 # The skia build defines these in common_variables.gypi | 10 # The skia build defines these in common_variables.gypi |
| 11 # | 11 # |
| 12 { | 12 { |
| 13 'sources': [ | 13 'sources': [ |
| 14 '<(skia_include_path)/utils/SkBoundaryPatch.h', | 14 '<(skia_include_path)/utils/SkBoundaryPatch.h', |
| 15 '<(skia_include_path)/utils/SkFrontBufferedStream.h', | 15 '<(skia_include_path)/utils/SkFrontBufferedStream.h', |
| 16 '<(skia_include_path)/utils/SkCamera.h', | 16 '<(skia_include_path)/utils/SkCamera.h', |
| 17 '<(skia_include_path)/utils/SkCanvasStateUtils.h', | 17 '<(skia_include_path)/utils/SkCanvasStateUtils.h', |
| 18 '<(skia_include_path)/utils/SkDumpCanvas.h', | 18 '<(skia_include_path)/utils/SkDumpCanvas.h', |
| 19 '<(skia_include_path)/utils/SkEventTracer.h', | 19 '<(skia_include_path)/utils/SkEventTracer.h', |
| 20 '<(skia_include_path)/utils/SkInterpolator.h', | 20 '<(skia_include_path)/utils/SkInterpolator.h', |
| 21 '<(skia_include_path)/utils/SkLayer.h', | 21 '<(skia_include_path)/utils/SkLayer.h', |
| 22 '<(skia_include_path)/utils/SkMatrix44.h', | |
| 23 '<(skia_include_path)/utils/SkMeshUtils.h', | 22 '<(skia_include_path)/utils/SkMeshUtils.h', |
| 24 '<(skia_include_path)/utils/SkNinePatch.h', | 23 '<(skia_include_path)/utils/SkNinePatch.h', |
| 25 '<(skia_include_path)/utils/SkNoSaveLayerCanvas.h', | 24 '<(skia_include_path)/utils/SkNoSaveLayerCanvas.h', |
| 26 '<(skia_include_path)/utils/SkNWayCanvas.h', | 25 '<(skia_include_path)/utils/SkNWayCanvas.h', |
| 27 '<(skia_include_path)/utils/SkNullCanvas.h', | 26 '<(skia_include_path)/utils/SkNullCanvas.h', |
| 28 '<(skia_include_path)/utils/SkPaintFilterCanvas.h', | 27 '<(skia_include_path)/utils/SkPaintFilterCanvas.h', |
| 29 '<(skia_include_path)/utils/SkParse.h', | 28 '<(skia_include_path)/utils/SkParse.h', |
| 30 '<(skia_include_path)/utils/SkParsePath.h', | 29 '<(skia_include_path)/utils/SkParsePath.h', |
| 31 '<(skia_include_path)/utils/SkPictureUtils.h', | 30 '<(skia_include_path)/utils/SkPictureUtils.h', |
| 32 '<(skia_include_path)/utils/SkRandom.h', | 31 '<(skia_include_path)/utils/SkRandom.h', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 47 '<(skia_src_path)/utils/SkCanvasStateUtils.cpp', | 46 '<(skia_src_path)/utils/SkCanvasStateUtils.cpp', |
| 48 '<(skia_src_path)/utils/SkDashPath.cpp', | 47 '<(skia_src_path)/utils/SkDashPath.cpp', |
| 49 '<(skia_src_path)/utils/SkDashPathPriv.h', | 48 '<(skia_src_path)/utils/SkDashPathPriv.h', |
| 50 '<(skia_src_path)/utils/SkDumpCanvas.cpp', | 49 '<(skia_src_path)/utils/SkDumpCanvas.cpp', |
| 51 '<(skia_src_path)/utils/SkEventTracer.cpp', | 50 '<(skia_src_path)/utils/SkEventTracer.cpp', |
| 52 '<(skia_src_path)/utils/SkFloatUtils.h', | 51 '<(skia_src_path)/utils/SkFloatUtils.h', |
| 53 '<(skia_src_path)/utils/SkInterpolator.cpp', | 52 '<(skia_src_path)/utils/SkInterpolator.cpp', |
| 54 '<(skia_src_path)/utils/SkLayer.cpp', | 53 '<(skia_src_path)/utils/SkLayer.cpp', |
| 55 '<(skia_src_path)/utils/SkMatrix22.cpp', | 54 '<(skia_src_path)/utils/SkMatrix22.cpp', |
| 56 '<(skia_src_path)/utils/SkMatrix22.h', | 55 '<(skia_src_path)/utils/SkMatrix22.h', |
| 57 '<(skia_src_path)/utils/SkMatrix44.cpp', | |
| 58 '<(skia_src_path)/utils/SkMeshUtils.cpp', | 56 '<(skia_src_path)/utils/SkMeshUtils.cpp', |
| 59 '<(skia_src_path)/utils/SkNinePatch.cpp', | 57 '<(skia_src_path)/utils/SkNinePatch.cpp', |
| 60 '<(skia_src_path)/utils/SkNWayCanvas.cpp', | 58 '<(skia_src_path)/utils/SkNWayCanvas.cpp', |
| 61 '<(skia_src_path)/utils/SkNullCanvas.cpp', | 59 '<(skia_src_path)/utils/SkNullCanvas.cpp', |
| 62 '<(skia_src_path)/utils/SkOSFile.cpp', | 60 '<(skia_src_path)/utils/SkOSFile.cpp', |
| 63 '<(skia_src_path)/utils/SkPaintFilterCanvas.cpp', | 61 '<(skia_src_path)/utils/SkPaintFilterCanvas.cpp', |
| 64 '<(skia_src_path)/utils/SkParse.cpp', | 62 '<(skia_src_path)/utils/SkParse.cpp', |
| 65 '<(skia_src_path)/utils/SkParseColor.cpp', | 63 '<(skia_src_path)/utils/SkParseColor.cpp', |
| 66 '<(skia_src_path)/utils/SkParsePath.cpp', | 64 '<(skia_src_path)/utils/SkParsePath.cpp', |
| 67 '<(skia_src_path)/utils/SkPatchGrid.cpp', | 65 '<(skia_src_path)/utils/SkPatchGrid.cpp', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 | 110 |
| 113 #testing | 111 #testing |
| 114 '<(skia_src_path)/fonts/SkGScalerContext.cpp', | 112 '<(skia_src_path)/fonts/SkGScalerContext.cpp', |
| 115 '<(skia_src_path)/fonts/SkGScalerContext.h', | 113 '<(skia_src_path)/fonts/SkGScalerContext.h', |
| 116 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp', | 114 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp', |
| 117 '<(skia_src_path)/fonts/SkRandomScalerContext.h', | 115 '<(skia_src_path)/fonts/SkRandomScalerContext.h', |
| 118 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', | 116 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', |
| 119 '<(skia_src_path)/fonts/SkTestScalerContext.h', | 117 '<(skia_src_path)/fonts/SkTestScalerContext.h', |
| 120 ], | 118 ], |
| 121 } | 119 } |
| OLD | NEW |