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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1693563003: Take Accept-Language into account in CJK font fallback for Android/Win (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@aceept-lang
Patch Set: Fix non-Windows builds Created 4 years, 10 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 | third_party/WebKit/Source/platform/fonts/AcceptLanguagesResolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index 83444b320e0a4e64a275168ff8ac0dc24ca8a6b7..24353ce06a016d18a8b4aa37b32b0956bc56527b 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -388,6 +388,8 @@
'exported/WrappedResourceResponse.h',
'exported/linux/WebFontInfo.cpp',
'exported/linux/WebFontRenderStyle.cpp',
+ 'fonts/AcceptLanguagesResolver.cpp',
+ 'fonts/AcceptLanguagesResolver.h',
'fonts/AlternateFontFamily.h',
'fonts/Character.cpp',
'fonts/Character.h',
@@ -1050,6 +1052,7 @@
'animation/CompositorFloatAnimationCurveTest.cpp',
'blob/BlobDataTest.cpp',
'clipboard/ClipboardUtilitiesTest.cpp',
+ 'fonts/AcceptLanguagesResolverTest.cpp',
'fonts/CharacterTest.cpp',
'fonts/FontCacheTest.cpp',
'fonts/FontDescriptionTest.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/fonts/AcceptLanguagesResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698