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

Unified Diff: Source/core/core.gyp

Issue 21353004: Use Skia for font selection on windows (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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 | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 106900d4266a42d2aea911bcfd0cee7c2f71ab2c..3ec89a68976373891969bee1a9d19af0ba71adce 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -761,8 +761,6 @@
['include', 'platform/graphics/opentype/'],
['include', 'platform/graphics/skia/SkiaFontWin\\.(cpp|h)$'],
- ['exclude', 'platform/graphics/skia/FontCacheSkia\\.cpp$'],
-
# Windows currently uses FontCustomPlatformDataWin.cpp instead.
['exclude', 'platform/graphics/skia/FontCustomPlatformDataSkia\\.cpp$'],
['include', 'platform/graphics/win/FontCustomPlatformDataWin\\.cpp$'],
@@ -780,13 +778,17 @@
'sources/': [
['exclude', 'platform/graphics/skia/SimpleFontDataSkia\\.cpp$'],
['exclude', 'platform/graphics/skia/GlyphPageTreeNodeSkia\\.cpp$'],
+ ['exclude', 'platform/graphics/skia/FontCacheSkia\\.cpp$'],
+ ['exclude', 'platform/graphics/skia/FontCacheSkiaWin\\.cpp$'],
],
},{ # ENABLE_GDI_FONTS_ON_WINDOWS!=1
'sources/': [
- ['exclude', 'platform/graphics/chromium/SimpleFontDataChromiumWin\\.cpp$'],
['include', 'platform/graphics/skia/SimpleFontDataSkia\\.cpp$'],
['include', 'platform/graphics/skia/GlyphPageTreeNodeSkia\\.cpp$'],
+ ['include', 'platform/graphics/skia/FontCacheSkiaWin\\.cpp$'],
+ ['exclude', 'platform/graphics/chromium/SimpleFontDataChromiumWin\\.cpp$'],
['exclude', 'platform/graphics/chromium/GlyphPageTreeNodeChromiumWin\\.cpp$'],
+ ['exclude', 'platform/graphics/chromium/FontCacheChromiumWin\\.cpp$'],
],
}],
],
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698