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

Side by Side Diff: gyp/ports.gyp

Issue 2365483002: Clean up dead code. (Closed)
Patch Set: Created 4 years, 3 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 | src/ports/SkOSEnvironment.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 # Port-specific Skia library code. 5 # Port-specific Skia library code.
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'ports', 9 'target_name': 'ports',
10 'product_name': 'skia_ports', 10 'product_name': 'skia_ports',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 '../src/ports/SkFontMgr_win_dw_factory.cpp', 46 '../src/ports/SkFontMgr_win_dw_factory.cpp',
47 '../src/ports/SkFontMgr_win_gdi_factory.cpp', 47 '../src/ports/SkFontMgr_win_gdi_factory.cpp',
48 '../src/ports/SkRemotableFontMgr_win_dw.cpp', 48 '../src/ports/SkRemotableFontMgr_win_dw.cpp',
49 '../src/ports/SkScalerContext_win_dw.cpp', 49 '../src/ports/SkScalerContext_win_dw.cpp',
50 '../src/ports/SkScalerContext_win_dw.h', 50 '../src/ports/SkScalerContext_win_dw.h',
51 '../src/ports/SkTypeface_win_dw.cpp', 51 '../src/ports/SkTypeface_win_dw.cpp',
52 '../src/ports/SkTypeface_win_dw.h', 52 '../src/ports/SkTypeface_win_dw.h',
53 53
54 '../src/ports/SkGlobalInitialization_default.cpp', 54 '../src/ports/SkGlobalInitialization_default.cpp',
55 '../src/ports/SkMemory_malloc.cpp', 55 '../src/ports/SkMemory_malloc.cpp',
56 '../src/ports/SkOSEnvironment.h',
57 '../src/ports/SkOSEnvironment.cpp',
58 '../src/ports/SkOSFile_posix.cpp', 56 '../src/ports/SkOSFile_posix.cpp',
59 '../src/ports/SkOSFile_stdio.cpp', 57 '../src/ports/SkOSFile_stdio.cpp',
60 '../src/ports/SkOSFile_win.cpp', 58 '../src/ports/SkOSFile_win.cpp',
61 '../src/ports/SkOSLibrary.h', 59 '../src/ports/SkOSLibrary.h',
62 '../src/ports/SkOSLibrary_posix.cpp', 60 '../src/ports/SkOSLibrary_posix.cpp',
63 '../src/ports/SkOSLibrary_win.cpp', 61 '../src/ports/SkOSLibrary_win.cpp',
64 '../src/ports/SkDiscardableMemory_none.cpp', 62 '../src/ports/SkDiscardableMemory_none.cpp',
65 '../src/ports/SkTLS_pthread.cpp', 63 '../src/ports/SkTLS_pthread.cpp',
66 '../src/ports/SkTLS_win.cpp', 64 '../src/ports/SkTLS_win.cpp',
67 65
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 }], 221 }],
224 ], 222 ],
225 'direct_dependent_settings': { 223 'direct_dependent_settings': {
226 'include_dirs': [ 224 'include_dirs': [
227 '../include/ports', 225 '../include/ports',
228 ], 226 ],
229 }, 227 },
230 }, 228 },
231 ], 229 ],
232 } 230 }
OLDNEW
« no previous file with comments | « no previous file | src/ports/SkOSEnvironment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698