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

Unified Diff: gyp/core.gypi

Issue 799533004: Move SkFontMgr and SkFontStyle impls to own cpp. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: The header is elsewhere... Created 5 years, 11 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 | « no previous file | src/core/SkFontHost.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/core.gypi
diff --git a/gyp/core.gypi b/gyp/core.gypi
index e7738af8bb03a4681f0399e9e6b3ab28781494b3..48228515fb40342eb105cc7ebc1cc26c5dfa542f 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -94,6 +94,8 @@
'<(skia_src_path)/core/SkFloatBits.cpp',
'<(skia_src_path)/core/SkFont.cpp',
'<(skia_src_path)/core/SkFontHost.cpp',
+ '<(skia_src_path)/core/SkFontMgr.cpp',
+ '<(skia_src_path)/core/SkFontStyle.cpp',
'<(skia_src_path)/core/SkFontDescriptor.cpp',
'<(skia_src_path)/core/SkFontDescriptor.h',
'<(skia_src_path)/core/SkFontStream.cpp',
« no previous file with comments | « no previous file | src/core/SkFontHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698