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

Side by Side Diff: skia/skia_library.gypi

Issue 1547603002: remove reference to SkCullPoints (unused) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 | « skia/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 5
6 # This gypi file contains the Skia library. 6 # This gypi file contains the Skia library.
7 # In component mode (shared_lib) it is folded into a single shared library with 7 # In component mode (shared_lib) it is folded into a single shared library with
8 # the Chrome-specific enhancements but in all other cases it is a separate lib. 8 # the Chrome-specific enhancements but in all other cases it is a separate lib.
9 9
10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 '../third_party/skia/src/sfnt/SkOTUtils.cpp', 62 '../third_party/skia/src/sfnt/SkOTUtils.cpp',
63 ], 63 ],
64 64
65 # Exclude all unused files in skia utils.gypi file 65 # Exclude all unused files in skia utils.gypi file
66 'sources!': [ 66 'sources!': [
67 '../third_party/skia/src/utils/SkBitmapHasher.cpp', 67 '../third_party/skia/src/utils/SkBitmapHasher.cpp',
68 '../third_party/skia/src/utils/SkBoundaryPatch.cpp', 68 '../third_party/skia/src/utils/SkBoundaryPatch.cpp',
69 '../third_party/skia/src/utils/SkFrontBufferedStream.cpp', 69 '../third_party/skia/src/utils/SkFrontBufferedStream.cpp',
70 '../third_party/skia/src/utils/SkCamera.cpp', 70 '../third_party/skia/src/utils/SkCamera.cpp',
71 '../third_party/skia/src/utils/SkCubicInterval.cpp', 71 '../third_party/skia/src/utils/SkCubicInterval.cpp',
72 '../third_party/skia/src/utils/SkCullPoints.cpp',
73 '../third_party/skia/src/utils/SkDumpCanvas.cpp', 72 '../third_party/skia/src/utils/SkDumpCanvas.cpp',
74 '../third_party/skia/src/utils/SkInterpolator.cpp', 73 '../third_party/skia/src/utils/SkInterpolator.cpp',
75 '../third_party/skia/src/utils/SkLayer.cpp', 74 '../third_party/skia/src/utils/SkLayer.cpp',
76 '../third_party/skia/src/utils/SkMD5.cpp', 75 '../third_party/skia/src/utils/SkMD5.cpp',
77 '../third_party/skia/src/utils/SkMeshUtils.cpp', 76 '../third_party/skia/src/utils/SkMeshUtils.cpp',
78 '../third_party/skia/src/utils/SkNinePatch.cpp', 77 '../third_party/skia/src/utils/SkNinePatch.cpp',
79 '../third_party/skia/src/utils/SkOSFile.cpp', 78 '../third_party/skia/src/utils/SkOSFile.cpp',
80 '../third_party/skia/src/utils/SkParsePath.cpp', 79 '../third_party/skia/src/utils/SkParsePath.cpp',
81 '../third_party/skia/src/utils/SkSHA1.cpp', 80 '../third_party/skia/src/utils/SkSHA1.cpp',
82 81
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 '../third_party/skia/include/pdf', 305 '../third_party/skia/include/pdf',
307 '../third_party/skia/include/gpu', 306 '../third_party/skia/include/gpu',
308 '../third_party/skia/include/lazy', 307 '../third_party/skia/include/lazy',
309 '../third_party/skia/include/pathops', 308 '../third_party/skia/include/pathops',
310 '../third_party/skia/include/pipe', 309 '../third_party/skia/include/pipe',
311 '../third_party/skia/include/ports', 310 '../third_party/skia/include/ports',
312 '../third_party/skia/include/utils', 311 '../third_party/skia/include/utils',
313 ], 312 ],
314 }, 313 },
315 } 314 }
OLDNEW
« no previous file with comments | « skia/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698