Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(410)

Side by Side Diff: gyp/utils.gyp

Issue 317663003: Revert of Move Dashing filterPath to a dashing utils file (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | include/effects/SkDashPathEffect.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 '../src/utils/SkBitSet.cpp', 65 '../src/utils/SkBitSet.cpp',
66 '../src/utils/SkBitSet.h', 66 '../src/utils/SkBitSet.h',
67 '../src/utils/SkBoundaryPatch.cpp', 67 '../src/utils/SkBoundaryPatch.cpp',
68 '../src/utils/SkFrontBufferedStream.cpp', 68 '../src/utils/SkFrontBufferedStream.cpp',
69 '../src/utils/SkCamera.cpp', 69 '../src/utils/SkCamera.cpp',
70 '../src/utils/SkCanvasStack.h', 70 '../src/utils/SkCanvasStack.h',
71 '../src/utils/SkCanvasStack.cpp', 71 '../src/utils/SkCanvasStack.cpp',
72 '../src/utils/SkCanvasStateUtils.cpp', 72 '../src/utils/SkCanvasStateUtils.cpp',
73 '../src/utils/SkCubicInterval.cpp', 73 '../src/utils/SkCubicInterval.cpp',
74 '../src/utils/SkCullPoints.cpp', 74 '../src/utils/SkCullPoints.cpp',
75 '../src/utils/SkDashPath.cpp',
76 '../src/utils/SkDashPathPriv.h',
77 '../src/utils/SkDeferredCanvas.cpp', 75 '../src/utils/SkDeferredCanvas.cpp',
78 '../src/utils/SkDumpCanvas.cpp', 76 '../src/utils/SkDumpCanvas.cpp',
79 '../src/utils/SkEventTracer.cpp', 77 '../src/utils/SkEventTracer.cpp',
80 '../src/utils/SkFloatUtils.h', 78 '../src/utils/SkFloatUtils.h',
81 '../src/utils/SkGatherPixelRefsAndRects.cpp', 79 '../src/utils/SkGatherPixelRefsAndRects.cpp',
82 '../src/utils/SkGatherPixelRefsAndRects.h', 80 '../src/utils/SkGatherPixelRefsAndRects.h',
83 '../src/utils/SkInterpolator.cpp', 81 '../src/utils/SkInterpolator.cpp',
84 '../src/utils/SkLayer.cpp', 82 '../src/utils/SkLayer.cpp',
85 '../src/utils/SkMatrix22.cpp', 83 '../src/utils/SkMatrix22.cpp',
86 '../src/utils/SkMatrix22.h', 84 '../src/utils/SkMatrix22.h',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 ], 229 ],
232 'direct_dependent_settings': { 230 'direct_dependent_settings': {
233 'include_dirs': [ 231 'include_dirs': [
234 '../include/utils', 232 '../include/utils',
235 '../src/utils', 233 '../src/utils',
236 ], 234 ],
237 }, 235 },
238 }, 236 },
239 ], 237 ],
240 } 238 }
OLDNEW
« no previous file with comments | « no previous file | include/effects/SkDashPathEffect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698