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

Side by Side Diff: Source/core/core.gypi

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 unified diff | Download patch
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/platform/graphics/FontCache.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'deprecated_perl_core_idl_files': [ 3 'deprecated_perl_core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 2998 matching lines...) Expand 10 before | Expand all | Expand 10 after
3009 'platform/graphics/mac/SimpleFontDataCoreText.cpp', 3009 'platform/graphics/mac/SimpleFontDataCoreText.cpp',
3010 'platform/graphics/mac/SimpleFontDataMac.mm', 3010 'platform/graphics/mac/SimpleFontDataMac.mm',
3011 'platform/graphics/opentype/OpenTypeSanitizer.cpp', 3011 'platform/graphics/opentype/OpenTypeSanitizer.cpp',
3012 'platform/graphics/opentype/OpenTypeSanitizer.h', 3012 'platform/graphics/opentype/OpenTypeSanitizer.h',
3013 'platform/graphics/opentype/OpenTypeTypes.h', 3013 'platform/graphics/opentype/OpenTypeTypes.h',
3014 'platform/graphics/opentype/OpenTypeUtilities.cpp', 3014 'platform/graphics/opentype/OpenTypeUtilities.cpp',
3015 'platform/graphics/opentype/OpenTypeUtilities.h', 3015 'platform/graphics/opentype/OpenTypeUtilities.h',
3016 'platform/graphics/opentype/OpenTypeVerticalData.cpp', 3016 'platform/graphics/opentype/OpenTypeVerticalData.cpp',
3017 'platform/graphics/opentype/OpenTypeVerticalData.h', 3017 'platform/graphics/opentype/OpenTypeVerticalData.h',
3018 'platform/graphics/skia/FontCacheSkia.cpp', 3018 'platform/graphics/skia/FontCacheSkia.cpp',
3019 'platform/graphics/skia/FontCacheSkiaWin.cpp',
3019 'platform/graphics/skia/FontCustomPlatformDataSkia.cpp', 3020 'platform/graphics/skia/FontCustomPlatformDataSkia.cpp',
3020 'platform/graphics/skia/FontPlatformDataSkia.cpp', 3021 'platform/graphics/skia/FontPlatformDataSkia.cpp',
3021 'platform/graphics/skia/GlyphPageTreeNodeSkia.cpp', 3022 'platform/graphics/skia/GlyphPageTreeNodeSkia.cpp',
3022 'platform/graphics/skia/NativeImageSkia.cpp', 3023 'platform/graphics/skia/NativeImageSkia.cpp',
3023 'platform/graphics/skia/NativeImageSkia.h', 3024 'platform/graphics/skia/NativeImageSkia.h',
3024 'platform/graphics/skia/OpaqueRegionSkia.cpp', 3025 'platform/graphics/skia/OpaqueRegionSkia.cpp',
3025 'platform/graphics/skia/OpaqueRegionSkia.h', 3026 'platform/graphics/skia/OpaqueRegionSkia.h',
3026 'platform/graphics/skia/SimpleFontDataSkia.cpp', 3027 'platform/graphics/skia/SimpleFontDataSkia.cpp',
3027 'platform/graphics/skia/SkiaFontWin.cpp', 3028 'platform/graphics/skia/SkiaFontWin.cpp',
3028 'platform/graphics/skia/SkiaFontWin.h', 3029 'platform/graphics/skia/SkiaFontWin.h',
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
3828 'bison_exe': 'bison', 3829 'bison_exe': 'bison',
3829 # We specify a preprocess so it happens locally and won't get 3830 # We specify a preprocess so it happens locally and won't get
3830 # distributed to goma. 3831 # distributed to goma.
3831 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3832 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3832 # use /usr/bin/clang once we require Xcode 4.x. 3833 # use /usr/bin/clang once we require Xcode 4.x.
3833 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3834 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3834 }], 3835 }],
3835 ], 3836 ],
3836 } 3837 }
3837 } 3838 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/platform/graphics/FontCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698