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

Unified Diff: gyp/ports.gyp

Issue 23058002: allow both GDI and DW fontmgrs at the same time (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
Index: gyp/ports.gyp
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index fff368df6a5b209b8a6b5839c03bc467672f5de7..86ddfbc792604bd0331c2ad672021c94887c0168 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -114,11 +114,7 @@
'../src/utils/win',
],
'conditions': [
- [ 'skia_directwrite', {
- 'sources!': [
- '../src/ports/SkFontHost_win.cpp',
- ],
- }, { # else !skia_directwrite
+ [ 'not skia_directwrite', {
bungeman-skia 2013/08/13 13:51:54 We don't build with pre-Vista headers anyway, I th
'sources!': [
'../src/ports/SkFontHost_win_dw.cpp',
],
« no previous file with comments | « gm/fontmgr.cpp ('k') | src/ports/SkFontHost_win.cpp » ('j') | src/ports/SkFontHost_win_dw.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698