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

Side by Side Diff: gyp/ports.gyp

Issue 1936213002: Clean up SkFontConfigInterface implementation. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: SkOnce Created 4 years, 7 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/ports/SkFontConfigInterface.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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 }, 'skia_os == "android"', { 126 }, 'skia_os == "android"', {
127 'sources/': [['include', '../src/ports/SkFontMgr_android_factory.c pp']], 127 'sources/': [['include', '../src/ports/SkFontMgr_android_factory.c pp']],
128 }, { 128 }, {
129 'link_settings': { 129 'link_settings': {
130 'libraries': [ 130 'libraries': [
131 '-lfontconfig', 131 '-lfontconfig',
132 ], 132 ],
133 }, 133 },
134 'sources': [ 134 'sources': [
135 '../src/ports/SkFontMgr_fontconfig.cpp', 135 '../src/ports/SkFontMgr_fontconfig.cpp',
136 '../src/ports/SkFontHost_fontconfig.cpp',
137 '../src/ports/SkFontConfigInterface_direct.cpp', 136 '../src/ports/SkFontConfigInterface_direct.cpp',
138 '../src/ports/SkFontConfigInterface_direct_factory.cpp', 137 '../src/ports/SkFontConfigInterface_direct_factory.cpp',
139 ], 138 ],
140 'sources/': [['include', '../src/ports/SkFontMgr_fontconfig_factor y.cpp']], 139 'sources/': [['include', '../src/ports/SkFontMgr_fontconfig_factor y.cpp']],
141 }] 140 }]
142 ], 141 ],
143 }], 142 }],
144 [ 'skia_os == "mac"', { 143 [ 'skia_os == "mac"', {
145 'include_dirs': [ 144 'include_dirs': [
146 '../include/utils/mac', 145 '../include/utils/mac',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 }], 215 }],
217 ], 216 ],
218 'direct_dependent_settings': { 217 'direct_dependent_settings': {
219 'include_dirs': [ 218 'include_dirs': [
220 '../include/ports', 219 '../include/ports',
221 ], 220 ],
222 }, 221 },
223 }, 222 },
224 ], 223 ],
225 } 224 }
OLDNEW
« no previous file with comments | « no previous file | include/ports/SkFontConfigInterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698