OLD | NEW |
1 # Gyp for utils. | 1 # Gyp for utils. |
2 { | 2 { |
3 'targets': [ | 3 'targets': [ |
4 { | 4 { |
5 'target_name': 'utils', | 5 'target_name': 'utils', |
6 'product_name': 'skia_utils', | 6 'product_name': 'skia_utils', |
7 'type': 'static_library', | 7 'type': 'static_library', |
8 'standalone_static_library': 1, | 8 'standalone_static_library': 1, |
9 'dependencies': [ | 9 'dependencies': [ |
10 'core.gyp:*', | 10 'core.gyp:*', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 '../src/utils/SkCubicInterval.cpp', | 74 '../src/utils/SkCubicInterval.cpp', |
75 '../src/utils/SkCullPoints.cpp', | 75 '../src/utils/SkCullPoints.cpp', |
76 '../src/utils/SkDeferredCanvas.cpp', | 76 '../src/utils/SkDeferredCanvas.cpp', |
77 '../src/utils/SkDumpCanvas.cpp', | 77 '../src/utils/SkDumpCanvas.cpp', |
78 '../src/utils/SkEventTracer.cpp', | 78 '../src/utils/SkEventTracer.cpp', |
79 '../src/utils/SkFloatUtils.h', | 79 '../src/utils/SkFloatUtils.h', |
80 '../src/utils/SkGatherPixelRefsAndRects.cpp', | 80 '../src/utils/SkGatherPixelRefsAndRects.cpp', |
81 '../src/utils/SkGatherPixelRefsAndRects.h', | 81 '../src/utils/SkGatherPixelRefsAndRects.h', |
82 '../src/utils/SkInterpolator.cpp', | 82 '../src/utils/SkInterpolator.cpp', |
83 '../src/utils/SkLayer.cpp', | 83 '../src/utils/SkLayer.cpp', |
| 84 '../src/utils/SkMatrix22.cpp', |
| 85 '../src/utils/SkMatrix22.h', |
84 '../src/utils/SkMatrix44.cpp', | 86 '../src/utils/SkMatrix44.cpp', |
85 '../src/utils/SkMD5.cpp', | 87 '../src/utils/SkMD5.cpp', |
86 '../src/utils/SkMD5.h', | 88 '../src/utils/SkMD5.h', |
87 '../src/utils/SkMeshUtils.cpp', | 89 '../src/utils/SkMeshUtils.cpp', |
88 '../src/utils/SkNinePatch.cpp', | 90 '../src/utils/SkNinePatch.cpp', |
89 '../src/utils/SkNWayCanvas.cpp', | 91 '../src/utils/SkNWayCanvas.cpp', |
90 '../src/utils/SkNullCanvas.cpp', | 92 '../src/utils/SkNullCanvas.cpp', |
91 '../src/utils/SkOSFile.cpp', | 93 '../src/utils/SkOSFile.cpp', |
92 '../src/utils/SkParse.cpp', | 94 '../src/utils/SkParse.cpp', |
93 '../src/utils/SkParseColor.cpp', | 95 '../src/utils/SkParseColor.cpp', |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 ], | 231 ], |
230 'direct_dependent_settings': { | 232 'direct_dependent_settings': { |
231 'include_dirs': [ | 233 'include_dirs': [ |
232 '../include/utils', | 234 '../include/utils', |
233 '../src/utils', | 235 '../src/utils', |
234 ], | 236 ], |
235 }, | 237 }, |
236 }, | 238 }, |
237 ], | 239 ], |
238 } | 240 } |
OLD | NEW |