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/SkDebugUtils.h', | |
19 '<(skia_include_path)/utils/SkDumpCanvas.h', | 18 '<(skia_include_path)/utils/SkDumpCanvas.h', |
20 '<(skia_include_path)/utils/SkEventTracer.h', | 19 '<(skia_include_path)/utils/SkEventTracer.h', |
21 '<(skia_include_path)/utils/SkInterpolator.h', | 20 '<(skia_include_path)/utils/SkInterpolator.h', |
22 '<(skia_include_path)/utils/SkLayer.h', | 21 '<(skia_include_path)/utils/SkLayer.h', |
23 '<(skia_include_path)/utils/SkMatrix44.h', | 22 '<(skia_include_path)/utils/SkMatrix44.h', |
24 '<(skia_include_path)/utils/SkMeshUtils.h', | 23 '<(skia_include_path)/utils/SkMeshUtils.h', |
25 '<(skia_include_path)/utils/SkNinePatch.h', | 24 '<(skia_include_path)/utils/SkNinePatch.h', |
26 '<(skia_include_path)/utils/SkNoSaveLayerCanvas.h', | 25 '<(skia_include_path)/utils/SkNoSaveLayerCanvas.h', |
27 '<(skia_include_path)/utils/SkNWayCanvas.h', | 26 '<(skia_include_path)/utils/SkNWayCanvas.h', |
28 '<(skia_include_path)/utils/SkNullCanvas.h', | 27 '<(skia_include_path)/utils/SkNullCanvas.h', |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 | 118 |
120 #testing | 119 #testing |
121 '<(skia_src_path)/fonts/SkGScalerContext.cpp', | 120 '<(skia_src_path)/fonts/SkGScalerContext.cpp', |
122 '<(skia_src_path)/fonts/SkGScalerContext.h', | 121 '<(skia_src_path)/fonts/SkGScalerContext.h', |
123 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp', | 122 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp', |
124 '<(skia_src_path)/fonts/SkRandomScalerContext.h', | 123 '<(skia_src_path)/fonts/SkRandomScalerContext.h', |
125 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', | 124 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', |
126 '<(skia_src_path)/fonts/SkTestScalerContext.h', | 125 '<(skia_src_path)/fonts/SkTestScalerContext.h', |
127 ], | 126 ], |
128 } | 127 } |
OLD | NEW |