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

Side by Side Diff: gyp/utils.gypi

Issue 1541933004: remove unused SkCullPoints (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years 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 | « gyp/SampleApp.gyp ('k') | include/utils/SkCullPoints.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 # 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/SkCubicInterval.h', 18 '<(skia_include_path)/utils/SkCubicInterval.h',
19 '<(skia_include_path)/utils/SkCullPoints.h',
20 '<(skia_include_path)/utils/SkDebugUtils.h', 19 '<(skia_include_path)/utils/SkDebugUtils.h',
21 '<(skia_include_path)/utils/SkDumpCanvas.h', 20 '<(skia_include_path)/utils/SkDumpCanvas.h',
22 '<(skia_include_path)/utils/SkEventTracer.h', 21 '<(skia_include_path)/utils/SkEventTracer.h',
23 '<(skia_include_path)/utils/SkInterpolator.h', 22 '<(skia_include_path)/utils/SkInterpolator.h',
24 '<(skia_include_path)/utils/SkLayer.h', 23 '<(skia_include_path)/utils/SkLayer.h',
25 '<(skia_include_path)/utils/SkMatrix44.h', 24 '<(skia_include_path)/utils/SkMatrix44.h',
26 '<(skia_include_path)/utils/SkMeshUtils.h', 25 '<(skia_include_path)/utils/SkMeshUtils.h',
27 '<(skia_include_path)/utils/SkNinePatch.h', 26 '<(skia_include_path)/utils/SkNinePatch.h',
28 '<(skia_include_path)/utils/SkNoSaveLayerCanvas.h', 27 '<(skia_include_path)/utils/SkNoSaveLayerCanvas.h',
29 '<(skia_include_path)/utils/SkNWayCanvas.h', 28 '<(skia_include_path)/utils/SkNWayCanvas.h',
(...skipping 15 matching lines...) Expand all
45 '<(skia_src_path)/utils/SkBitmapSourceDeserializer.h', 44 '<(skia_src_path)/utils/SkBitmapSourceDeserializer.h',
46 '<(skia_src_path)/utils/SkBitSet.cpp', 45 '<(skia_src_path)/utils/SkBitSet.cpp',
47 '<(skia_src_path)/utils/SkBitSet.h', 46 '<(skia_src_path)/utils/SkBitSet.h',
48 '<(skia_src_path)/utils/SkBoundaryPatch.cpp', 47 '<(skia_src_path)/utils/SkBoundaryPatch.cpp',
49 '<(skia_src_path)/utils/SkFrontBufferedStream.cpp', 48 '<(skia_src_path)/utils/SkFrontBufferedStream.cpp',
50 '<(skia_src_path)/utils/SkCamera.cpp', 49 '<(skia_src_path)/utils/SkCamera.cpp',
51 '<(skia_src_path)/utils/SkCanvasStack.h', 50 '<(skia_src_path)/utils/SkCanvasStack.h',
52 '<(skia_src_path)/utils/SkCanvasStack.cpp', 51 '<(skia_src_path)/utils/SkCanvasStack.cpp',
53 '<(skia_src_path)/utils/SkCanvasStateUtils.cpp', 52 '<(skia_src_path)/utils/SkCanvasStateUtils.cpp',
54 '<(skia_src_path)/utils/SkCubicInterval.cpp', 53 '<(skia_src_path)/utils/SkCubicInterval.cpp',
55 '<(skia_src_path)/utils/SkCullPoints.cpp',
56 '<(skia_src_path)/utils/SkDashPath.cpp', 54 '<(skia_src_path)/utils/SkDashPath.cpp',
57 '<(skia_src_path)/utils/SkDashPathPriv.h', 55 '<(skia_src_path)/utils/SkDashPathPriv.h',
58 '<(skia_src_path)/utils/SkDumpCanvas.cpp', 56 '<(skia_src_path)/utils/SkDumpCanvas.cpp',
59 '<(skia_src_path)/utils/SkEventTracer.cpp', 57 '<(skia_src_path)/utils/SkEventTracer.cpp',
60 '<(skia_src_path)/utils/SkFloatUtils.h', 58 '<(skia_src_path)/utils/SkFloatUtils.h',
61 '<(skia_src_path)/utils/SkImageGeneratorUtils.cpp', 59 '<(skia_src_path)/utils/SkImageGeneratorUtils.cpp',
62 '<(skia_src_path)/utils/SkInterpolator.cpp', 60 '<(skia_src_path)/utils/SkInterpolator.cpp',
63 '<(skia_src_path)/utils/SkLayer.cpp', 61 '<(skia_src_path)/utils/SkLayer.cpp',
64 '<(skia_src_path)/utils/SkMatrix22.cpp', 62 '<(skia_src_path)/utils/SkMatrix22.cpp',
65 '<(skia_src_path)/utils/SkMatrix22.h', 63 '<(skia_src_path)/utils/SkMatrix22.h',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 122
125 #testing 123 #testing
126 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 124 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
127 '<(skia_src_path)/fonts/SkGScalerContext.h', 125 '<(skia_src_path)/fonts/SkGScalerContext.h',
128 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp', 126 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp',
129 '<(skia_src_path)/fonts/SkRandomScalerContext.h', 127 '<(skia_src_path)/fonts/SkRandomScalerContext.h',
130 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', 128 '<(skia_src_path)/fonts/SkTestScalerContext.cpp',
131 '<(skia_src_path)/fonts/SkTestScalerContext.h', 129 '<(skia_src_path)/fonts/SkTestScalerContext.h',
132 ], 130 ],
133 } 131 }
OLDNEW
« no previous file with comments | « gyp/SampleApp.gyp ('k') | include/utils/SkCullPoints.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698