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

Unified Diff: skia/skia_library.gypi

Issue 1236953002: Roll Skia to 7b971f0152299ae9a924252a9bfd220318497bdd (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: now with less crash on startup Created 5 years, 5 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 | « skia/skia_gn_files.gypi ('k') | sky/engine/platform/graphics/DecodingImageGenerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_library.gypi
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi
index b138e4d537ed7a069aa3a8d9a3ad70a68b0657db..14214ea2c5b03134ff9be83152d439ef1325c1cc 100644
--- a/skia/skia_library.gypi
+++ b/skia/skia_library.gypi
@@ -46,10 +46,11 @@
'../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
'../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp',
'../third_party/skia/src/ports/SkFontHost_FreeType_common.h',
- '../third_party/skia/src/ports/SkFontConfigParser_android.cpp',
'../third_party/skia/src/ports/SkFontHost_mac.cpp',
'../third_party/skia/src/ports/SkFontHost_win.cpp',
- "../third_party/skia/src/ports/SkFontMgr_android.cpp",
+ '../third_party/skia/src/ports/SkFontMgr_android.cpp',
+ '../third_party/skia/src/ports/SkFontMgr_android_factory.cpp',
+ '../third_party/skia/src/ports/SkFontMgr_android_parser.cpp',
'../third_party/skia/src/ports/SkFontMgr_win_dw.cpp',
'../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp',
'../third_party/skia/src/ports/SkOSFile_posix.cpp',
@@ -255,6 +256,11 @@
'include_dirs': [
'../third_party/expat/files/lib',
],
+ }, { # not 'OS == "android"'
+ 'sources!': [
+ "../third_party/skia/src/ports/SkFontMgr_android_factory.cpp",
+ '../third_party/skia/src/ports/SkFontMgr_android_parser.cpp',
+ ],
}],
[ 'OS == "ios"', {
'include_dirs': [
« no previous file with comments | « skia/skia_gn_files.gypi ('k') | sky/engine/platform/graphics/DecodingImageGenerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698