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 16 matching lines...) Expand all Loading... |
27 '<(skia_include_path)/utils/SkParse.h', | 27 '<(skia_include_path)/utils/SkParse.h', |
28 '<(skia_include_path)/utils/SkParsePath.h', | 28 '<(skia_include_path)/utils/SkParsePath.h', |
29 '<(skia_include_path)/utils/SkPictureUtils.h', | 29 '<(skia_include_path)/utils/SkPictureUtils.h', |
30 '<(skia_include_path)/utils/SkRandom.h', | 30 '<(skia_include_path)/utils/SkRandom.h', |
31 '<(skia_include_path)/utils/SkTextBox.h', | 31 '<(skia_include_path)/utils/SkTextBox.h', |
32 | 32 |
33 '<(skia_src_path)/utils/SkBase64.cpp', | 33 '<(skia_src_path)/utils/SkBase64.cpp', |
34 '<(skia_src_path)/utils/SkBase64.h', | 34 '<(skia_src_path)/utils/SkBase64.h', |
35 '<(skia_src_path)/utils/SkBitmapSourceDeserializer.cpp', | 35 '<(skia_src_path)/utils/SkBitmapSourceDeserializer.cpp', |
36 '<(skia_src_path)/utils/SkBitmapSourceDeserializer.h', | 36 '<(skia_src_path)/utils/SkBitmapSourceDeserializer.h', |
37 '<(skia_src_path)/utils/SkBitSet.cpp', | |
38 '<(skia_src_path)/utils/SkBitSet.h', | 37 '<(skia_src_path)/utils/SkBitSet.h', |
39 '<(skia_src_path)/utils/SkBoundaryPatch.cpp', | 38 '<(skia_src_path)/utils/SkBoundaryPatch.cpp', |
40 '<(skia_src_path)/utils/SkFrontBufferedStream.cpp', | 39 '<(skia_src_path)/utils/SkFrontBufferedStream.cpp', |
41 '<(skia_src_path)/utils/SkCamera.cpp', | 40 '<(skia_src_path)/utils/SkCamera.cpp', |
42 '<(skia_src_path)/utils/SkCanvasStack.h', | 41 '<(skia_src_path)/utils/SkCanvasStack.h', |
43 '<(skia_src_path)/utils/SkCanvasStack.cpp', | 42 '<(skia_src_path)/utils/SkCanvasStack.cpp', |
44 '<(skia_src_path)/utils/SkCanvasStateUtils.cpp', | 43 '<(skia_src_path)/utils/SkCanvasStateUtils.cpp', |
45 '<(skia_src_path)/utils/SkCurveMeasure.cpp', | 44 '<(skia_src_path)/utils/SkCurveMeasure.cpp', |
46 '<(skia_src_path)/utils/SkCurveMeasure.h', | 45 '<(skia_src_path)/utils/SkCurveMeasure.h', |
47 '<(skia_src_path)/utils/SkDashPath.cpp', | 46 '<(skia_src_path)/utils/SkDashPath.cpp', |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 | 111 |
113 #testing | 112 #testing |
114 '<(skia_src_path)/fonts/SkGScalerContext.cpp', | 113 '<(skia_src_path)/fonts/SkGScalerContext.cpp', |
115 '<(skia_src_path)/fonts/SkGScalerContext.h', | 114 '<(skia_src_path)/fonts/SkGScalerContext.h', |
116 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp', | 115 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp', |
117 '<(skia_src_path)/fonts/SkRandomScalerContext.h', | 116 '<(skia_src_path)/fonts/SkRandomScalerContext.h', |
118 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', | 117 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', |
119 '<(skia_src_path)/fonts/SkTestScalerContext.h', | 118 '<(skia_src_path)/fonts/SkTestScalerContext.h', |
120 ], | 119 ], |
121 } | 120 } |
OLD | NEW |