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

Side by Side Diff: skia/skia_library.gypi

Issue 2203913003: Remove build references to deleted SkNinePatch.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 62
63 # Exclude all unused files in skia utils.gypi file 63 # Exclude all unused files in skia utils.gypi file
64 'sources!': [ 64 'sources!': [
65 '../third_party/skia/src/utils/SkBoundaryPatch.cpp', 65 '../third_party/skia/src/utils/SkBoundaryPatch.cpp',
66 '../third_party/skia/src/utils/SkFrontBufferedStream.cpp', 66 '../third_party/skia/src/utils/SkFrontBufferedStream.cpp',
67 '../third_party/skia/src/utils/SkCamera.cpp', 67 '../third_party/skia/src/utils/SkCamera.cpp',
68 '../third_party/skia/src/utils/SkDumpCanvas.cpp', 68 '../third_party/skia/src/utils/SkDumpCanvas.cpp',
69 '../third_party/skia/src/utils/SkInterpolator.cpp', 69 '../third_party/skia/src/utils/SkInterpolator.cpp',
70 '../third_party/skia/src/utils/SkLayer.cpp', 70 '../third_party/skia/src/utils/SkLayer.cpp',
71 '../third_party/skia/src/utils/SkMeshUtils.cpp', 71 '../third_party/skia/src/utils/SkMeshUtils.cpp',
72 '../third_party/skia/src/utils/SkNinePatch.cpp',
73 '../third_party/skia/src/utils/SkOSFile.cpp', 72 '../third_party/skia/src/utils/SkOSFile.cpp',
74 '../third_party/skia/src/utils/SkParsePath.cpp', 73 '../third_party/skia/src/utils/SkParsePath.cpp',
75 74
76 #windows 75 #windows
77 '../third_party/skia/src/utils/win/SkAutoCoInitialize.cpp', 76 '../third_party/skia/src/utils/win/SkAutoCoInitialize.cpp',
78 '../third_party/skia/src/utils/win/SkIStream.cpp', 77 '../third_party/skia/src/utils/win/SkIStream.cpp',
79 '../third_party/skia/src/utils/win/SkWGL_win.cpp', 78 '../third_party/skia/src/utils/win/SkWGL_win.cpp',
80 79
81 #testing 80 #testing
82 '../third_party/skia/src/fonts/SkGScalerContext.cpp', 81 '../third_party/skia/src/fonts/SkGScalerContext.cpp',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 '../third_party/skia/include/pdf', 306 '../third_party/skia/include/pdf',
308 '../third_party/skia/include/gpu', 307 '../third_party/skia/include/gpu',
309 '../third_party/skia/include/lazy', 308 '../third_party/skia/include/lazy',
310 '../third_party/skia/include/pathops', 309 '../third_party/skia/include/pathops',
311 '../third_party/skia/include/pipe', 310 '../third_party/skia/include/pipe',
312 '../third_party/skia/include/ports', 311 '../third_party/skia/include/ports',
313 '../third_party/skia/include/utils', 312 '../third_party/skia/include/utils',
314 ], 313 ],
315 }, 314 },
316 } 315 }
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