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

Side by Side Diff: gyp/ports.gyp

Issue 1471033002: Fix Google3 fonts. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Rename back to SkFontConfigInterface_direct.h 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 | « BUILD.public ('k') | src/ports/SkFontConfigInterface_direct.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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 }, { 132 }, {
133 'link_settings': { 133 'link_settings': {
134 'libraries': [ 134 'libraries': [
135 '-lfontconfig', 135 '-lfontconfig',
136 ], 136 ],
137 }, 137 },
138 'sources': [ 138 'sources': [
139 '../src/ports/SkFontMgr_fontconfig.cpp', 139 '../src/ports/SkFontMgr_fontconfig.cpp',
140 '../src/ports/SkFontHost_fontconfig.cpp', 140 '../src/ports/SkFontHost_fontconfig.cpp',
141 '../src/ports/SkFontConfigInterface_direct.cpp', 141 '../src/ports/SkFontConfigInterface_direct.cpp',
142 '../src/ports/SkFontConfigInterface_direct_factory.cpp',
142 ], 143 ],
143 'sources/': [['include', '../src/ports/SkFontMgr_fontconfig_factor y.cpp']], 144 'sources/': [['include', '../src/ports/SkFontMgr_fontconfig_factor y.cpp']],
144 }] 145 }]
145 ], 146 ],
146 }], 147 }],
147 [ 'skia_os == "mac"', { 148 [ 'skia_os == "mac"', {
148 'include_dirs': [ 149 'include_dirs': [
149 '../include/utils/mac', 150 '../include/utils/mac',
150 ], 151 ],
151 'sources': [ 152 'sources': [
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 }], 210 }],
210 ], 211 ],
211 'direct_dependent_settings': { 212 'direct_dependent_settings': {
212 'include_dirs': [ 213 'include_dirs': [
213 '../include/ports', 214 '../include/ports',
214 ], 215 ],
215 }, 216 },
216 }, 217 },
217 ], 218 ],
218 } 219 }
OLDNEW
« no previous file with comments | « BUILD.public ('k') | src/ports/SkFontConfigInterface_direct.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698