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

Unified Diff: skia/skia_library.gypi

Issue 132113015: IPC interface for font management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Checkpoint Created 6 years, 9 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
« skia/ext/fontmgr_default_ipc.cc ('K') | « skia/skia_chrome.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_library.gypi
===================================================================
--- skia/skia_library.gypi (revision 254895)
+++ skia/skia_library.gypi (working copy)
@@ -49,7 +49,7 @@
'../third_party/skia/src/ports/SkFontHost_mac.cpp',
'../third_party/skia/src/ports/SkFontHost_win.cpp',
'../third_party/skia/src/ports/SkFontHost_win_dw.cpp',
- '../third_party/skia/src/ports/SkFontMgr_default_gdi.cpp',
+ #'../third_party/skia/src/ports/SkFontMgr_default_gdi.cpp',
brettw 2014/03/11 21:38:15 Is the intention not to use this any more? Then I'
bungeman-chromium 2014/03/13 22:33:31 Very true, it's like this mostly for dev. I don't
'../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp',
'../third_party/skia/src/ports/SkOSFile_posix.cpp',
'../third_party/skia/src/ports/SkOSFile_stdio.cpp',
@@ -105,6 +105,13 @@
'../third_party/skia/include/utils/SkNullCanvas.h',
'../third_party/skia/include/utils/SkPictureUtils.h',
'../third_party/skia/include/utils/SkProxyCanvas.h',
+
+
brettw 2014/03/11 21:38:15 Just one blank
bungeman-chromium 2014/03/13 22:33:31 Done. This is also somewhat WIP, so these will be
+ '../third_party/skia/include/ports/SkFontConfigInterface.h',
+ '../third_party/skia/include/ports/SkFontMgr.h',
+ '../third_party/skia/include/ports/SkFontMgr_indirect.h',
+ '../third_party/skia/include/ports/SkFontStyle.h',
+ '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp',
],
'include_dirs': [
'../third_party/skia/include/core',
« skia/ext/fontmgr_default_ipc.cc ('K') | « skia/skia_chrome.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698