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 |
(...skipping 11 matching lines...) Expand all Loading... |
22 '<(skia_include_path)/utils/SkInterpolator.h', | 22 '<(skia_include_path)/utils/SkInterpolator.h', |
23 '<(skia_include_path)/utils/SkLayer.h', | 23 '<(skia_include_path)/utils/SkLayer.h', |
24 '<(skia_include_path)/utils/SkMatrix44.h', | 24 '<(skia_include_path)/utils/SkMatrix44.h', |
25 '<(skia_include_path)/utils/SkMeshUtils.h', | 25 '<(skia_include_path)/utils/SkMeshUtils.h', |
26 '<(skia_include_path)/utils/SkNinePatch.h', | 26 '<(skia_include_path)/utils/SkNinePatch.h', |
27 '<(skia_include_path)/utils/SkNoSaveLayerCanvas.h', | 27 '<(skia_include_path)/utils/SkNoSaveLayerCanvas.h', |
28 '<(skia_include_path)/utils/SkNWayCanvas.h', | 28 '<(skia_include_path)/utils/SkNWayCanvas.h', |
29 '<(skia_include_path)/utils/SkNullCanvas.h', | 29 '<(skia_include_path)/utils/SkNullCanvas.h', |
30 '<(skia_include_path)/utils/SkPaintFilterCanvas.h', | 30 '<(skia_include_path)/utils/SkPaintFilterCanvas.h', |
31 '<(skia_include_path)/utils/SkParse.h', | 31 '<(skia_include_path)/utils/SkParse.h', |
32 '<(skia_include_path)/utils/SkParsePaint.h', | |
33 '<(skia_include_path)/utils/SkParsePath.h', | 32 '<(skia_include_path)/utils/SkParsePath.h', |
34 '<(skia_include_path)/utils/SkPictureUtils.h', | 33 '<(skia_include_path)/utils/SkPictureUtils.h', |
35 '<(skia_include_path)/utils/SkRandom.h', | 34 '<(skia_include_path)/utils/SkRandom.h', |
36 '<(skia_include_path)/utils/SkRTConf.h', | 35 '<(skia_include_path)/utils/SkRTConf.h', |
37 '<(skia_include_path)/utils/SkTextBox.h', | 36 '<(skia_include_path)/utils/SkTextBox.h', |
38 | 37 |
39 '<(skia_src_path)/utils/SkBase64.cpp', | 38 '<(skia_src_path)/utils/SkBase64.cpp', |
40 '<(skia_src_path)/utils/SkBase64.h', | 39 '<(skia_src_path)/utils/SkBase64.h', |
41 '<(skia_src_path)/utils/SkBitmapHasher.cpp', | 40 '<(skia_src_path)/utils/SkBitmapHasher.cpp', |
42 '<(skia_src_path)/utils/SkBitmapHasher.h', | 41 '<(skia_src_path)/utils/SkBitmapHasher.h', |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 | 121 |
123 #testing | 122 #testing |
124 '<(skia_src_path)/fonts/SkGScalerContext.cpp', | 123 '<(skia_src_path)/fonts/SkGScalerContext.cpp', |
125 '<(skia_src_path)/fonts/SkGScalerContext.h', | 124 '<(skia_src_path)/fonts/SkGScalerContext.h', |
126 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp', | 125 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp', |
127 '<(skia_src_path)/fonts/SkRandomScalerContext.h', | 126 '<(skia_src_path)/fonts/SkRandomScalerContext.h', |
128 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', | 127 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', |
129 '<(skia_src_path)/fonts/SkTestScalerContext.h', | 128 '<(skia_src_path)/fonts/SkTestScalerContext.h', |
130 ], | 129 ], |
131 } | 130 } |
OLD | NEW |