Chromium Code Reviews| 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', |