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

Side by Side Diff: gyp/ports.gyp

Issue 1027373002: Font variations. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Update and rebase. Created 5 years, 8 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
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 '../src/ports/SkDiscardableMemory_none.cpp', 49 '../src/ports/SkDiscardableMemory_none.cpp',
50 '../src/ports/SkTime_Unix.cpp', 50 '../src/ports/SkTime_Unix.cpp',
51 '../src/ports/SkTime_win.cpp', 51 '../src/ports/SkTime_win.cpp',
52 '../src/ports/SkTLS_pthread.cpp', 52 '../src/ports/SkTLS_pthread.cpp',
53 '../src/ports/SkTLS_win.cpp', 53 '../src/ports/SkTLS_win.cpp',
54 54
55 '../include/ports/SkFontConfigInterface.h', 55 '../include/ports/SkFontConfigInterface.h',
56 '../include/ports/SkFontMgr.h', 56 '../include/ports/SkFontMgr.h',
57 '../include/ports/SkFontMgr_indirect.h', 57 '../include/ports/SkFontMgr_indirect.h',
58 '../include/ports/SkRemotableFontMgr.h', 58 '../include/ports/SkRemotableFontMgr.h',
59
60 '../src/ports/SkFontConfigParser_android.cpp',
59 ], 61 ],
60 'conditions': [ 62 'conditions': [
61 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos", "an droid"]', { 63 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos", "an droid"]', {
62 'sources': [ 64 'sources': [
63 '../src/ports/SkFontHost_FreeType.cpp', 65 '../src/ports/SkFontHost_FreeType.cpp',
64 '../src/ports/SkFontHost_FreeType_common.cpp', 66 '../src/ports/SkFontHost_FreeType_common.cpp',
65 ], 67 ],
66 'dependencies': [ 68 'dependencies': [
67 'freetype.gyp:freetype', 69 'freetype.gyp:freetype',
68 ], 70 ],
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 ], 114 ],
113 }, 115 },
114 'sources': [ 116 'sources': [
115 '../src/ports/SkFontHost_linux.cpp', 117 '../src/ports/SkFontHost_linux.cpp',
116 ], 118 ],
117 }, { 119 }, {
118 'link_settings': { 120 'link_settings': {
119 'libraries': [ 121 'libraries': [
120 '-lfontconfig', 122 '-lfontconfig',
121 '-ldl', 123 '-ldl',
124 '-lexpat',
122 ], 125 ],
123 }, 126 },
124 'sources': [ 127 'sources': [
125 '../src/ports/SkFontMgr_fontconfig.cpp', 128 '../src/ports/SkFontMgr_fontconfig.cpp',
126 '../src/ports/SkFontHost_fontconfig.cpp', 129 '../src/ports/SkFontHost_fontconfig.cpp',
127 '../src/ports/SkFontConfigInterface_direct.cpp', 130 '../src/ports/SkFontConfigInterface_direct.cpp',
128 ], 131 ],
129 }] 132 }]
130 ], 133 ],
131 }], 134 }],
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 }], 212 }],
210 ], 213 ],
211 'direct_dependent_settings': { 214 'direct_dependent_settings': {
212 'include_dirs': [ 215 'include_dirs': [
213 '../include/ports', 216 '../include/ports',
214 ], 217 ],
215 }, 218 },
216 }, 219 },
217 ], 220 ],
218 } 221 }
OLDNEW
« no previous file with comments | « gm/fontscaler.cpp ('k') | gyp/tests.gypi » ('j') | src/core/SkFontDescriptor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698