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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/fonts/AcceptLanguagesResolver.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 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 'exported/WebURLLoaderTestDelegate.cpp', 381 'exported/WebURLLoaderTestDelegate.cpp',
382 'exported/WebURLLoadTiming.cpp', 382 'exported/WebURLLoadTiming.cpp',
383 'exported/WebURLRequest.cpp', 383 'exported/WebURLRequest.cpp',
384 'exported/WebURLRequestPrivate.h', 384 'exported/WebURLRequestPrivate.h',
385 'exported/WebURLResponse.cpp', 385 'exported/WebURLResponse.cpp',
386 'exported/WebURLResponsePrivate.h', 386 'exported/WebURLResponsePrivate.h',
387 'exported/WrappedResourceRequest.h', 387 'exported/WrappedResourceRequest.h',
388 'exported/WrappedResourceResponse.h', 388 'exported/WrappedResourceResponse.h',
389 'exported/linux/WebFontInfo.cpp', 389 'exported/linux/WebFontInfo.cpp',
390 'exported/linux/WebFontRenderStyle.cpp', 390 'exported/linux/WebFontRenderStyle.cpp',
391 'fonts/AcceptLanguagesResolver.cpp',
392 'fonts/AcceptLanguagesResolver.h',
391 'fonts/AlternateFontFamily.h', 393 'fonts/AlternateFontFamily.h',
392 'fonts/Character.cpp', 394 'fonts/Character.cpp',
393 'fonts/Character.h', 395 'fonts/Character.h',
394 'fonts/CharacterEmoji.cpp', 396 'fonts/CharacterEmoji.cpp',
395 'fonts/CustomFontData.h', 397 'fonts/CustomFontData.h',
396 'fonts/Font.cpp', 398 'fonts/Font.cpp',
397 'fonts/Font.h', 399 'fonts/Font.h',
398 'fonts/FontBaseline.h', 400 'fonts/FontBaseline.h',
399 'fonts/FontCache.cpp', 401 'fonts/FontCache.cpp',
400 'fonts/FontCache.h', 402 'fonts/FontCache.h',
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 'UUIDTest.cpp', 1045 'UUIDTest.cpp',
1044 'WebScreenInfoTest.cpp', 1046 'WebScreenInfoTest.cpp',
1045 'WebVectorTest.cpp', 1047 'WebVectorTest.cpp',
1046 'animation/TimingFunctionTest.cpp', 1048 'animation/TimingFunctionTest.cpp',
1047 'animation/UnitBezierTest.cpp', 1049 'animation/UnitBezierTest.cpp',
1048 'animation/CompositorAnimationPlayerTest.cpp', 1050 'animation/CompositorAnimationPlayerTest.cpp',
1049 'animation/CompositorAnimationTest.cpp', 1051 'animation/CompositorAnimationTest.cpp',
1050 'animation/CompositorFloatAnimationCurveTest.cpp', 1052 'animation/CompositorFloatAnimationCurveTest.cpp',
1051 'blob/BlobDataTest.cpp', 1053 'blob/BlobDataTest.cpp',
1052 'clipboard/ClipboardUtilitiesTest.cpp', 1054 'clipboard/ClipboardUtilitiesTest.cpp',
1055 'fonts/AcceptLanguagesResolverTest.cpp',
1053 'fonts/CharacterTest.cpp', 1056 'fonts/CharacterTest.cpp',
1054 'fonts/FontCacheTest.cpp', 1057 'fonts/FontCacheTest.cpp',
1055 'fonts/FontDescriptionTest.cpp', 1058 'fonts/FontDescriptionTest.cpp',
1056 'fonts/GlyphBufferTest.cpp', 1059 'fonts/GlyphBufferTest.cpp',
1057 'fonts/GlyphPageTreeNodeTest.cpp', 1060 'fonts/GlyphPageTreeNodeTest.cpp',
1058 'fonts/OrientationIteratorTest.cpp', 1061 'fonts/OrientationIteratorTest.cpp',
1059 'fonts/ScriptRunIteratorTest.cpp', 1062 'fonts/ScriptRunIteratorTest.cpp',
1060 'fonts/SmallCapsIteratorTest.cpp', 1063 'fonts/SmallCapsIteratorTest.cpp',
1061 'fonts/SymbolsIteratorTest.cpp', 1064 'fonts/SymbolsIteratorTest.cpp',
1062 'fonts/android/FontCacheAndroidTest.cpp', 1065 'fonts/android/FontCacheAndroidTest.cpp',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1183 ['OS!="mac"', 1186 ['OS!="mac"',
1184 { 1187 {
1185 'platform_test_files': [ 1188 'platform_test_files': [
1186 'scroll/ScrollAnimatorTest.cpp', 1189 'scroll/ScrollAnimatorTest.cpp',
1187 ], 1190 ],
1188 } 1191 }
1189 ], 1192 ],
1190 ], 1193 ],
1191 }, 1194 },
1192 } 1195 }
OLDNEW
« 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