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

Unified Diff: gyp/ports.gyp

Issue 1471033002: Fix Google3 fonts. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Fix BUILD.public, remove virtual from private method. Created 5 years, 1 month 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 e37ca3a6eeeb197c9c35f3479d10fe8a8ef6a776..07bad9fdb8043b589d913bc589892f27aea9bdaf 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -138,7 +138,8 @@
'sources': [
'../src/ports/SkFontMgr_fontconfig.cpp',
'../src/ports/SkFontHost_fontconfig.cpp',
- '../src/ports/SkFontConfigInterface_direct.cpp',
+ '../src/ports/SkFontConfigInterfaceDirect.cpp',
+ '../src/ports/SkFontConfigInterface_direct_factory.cpp',
],
'sources/': [['include', '../src/ports/SkFontMgr_fontconfig_factory.cpp']],
}]

Powered by Google App Engine
This is Rietveld 408576698