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

Unified Diff: gyp/ports.gyp

Issue 394223003: skia_directwrite -> skia_gdi (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: skia_gdi instead Created 6 years, 5 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
« no previous file with comments | « gyp/common_variables.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/ports.gyp
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index ea38ba8cf7d3ea34348dada1d1adfa5db4485cf9..f2ea2a43c37d3674ee5b1399697811597015f7cc 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -149,13 +149,13 @@
],
'conditions': [
# when we build for win, we only want one of these default files
- [ 'skia_directwrite', {
+ [ 'skia_gdi', {
'sources!': [
- '../src/ports/SkFontMgr_default_gdi.cpp',
+ '../src/ports/SkFontMgr_default_dw.cpp',
],
- }, { # else gdi
+ }, { # normally default to direct write
'sources!': [
- '../src/ports/SkFontMgr_default_dw.cpp',
+ '../src/ports/SkFontMgr_default_gdi.cpp',
],
}],
],
« no previous file with comments | « gyp/common_variables.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698