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

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: make cache private to DW 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..1853f4c0172f18be4efbbda67dc27f77ec0807eb 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -113,17 +113,6 @@
'config/win',
'../src/utils/win',
],
- 'conditions': [
- [ 'skia_directwrite', {
- 'sources!': [
- '../src/ports/SkFontHost_win.cpp',
- ],
- }, { # else !skia_directwrite
- 'sources!': [
- '../src/ports/SkFontHost_win_dw.cpp',
- ],
- }],
- ],
'sources!': [ # these are used everywhere but windows
'../src/ports/SkDebug_stdio.cpp',
'../src/ports/SkOSFile_posix.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