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

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1955723004: Implement font-variant-numeric (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 7 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
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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 'fonts/FontFallbackList.cpp', 411 'fonts/FontFallbackList.cpp',
412 'fonts/FontFallbackList.h', 412 'fonts/FontFallbackList.h',
413 'fonts/FontFallbackPriority.h', 413 'fonts/FontFallbackPriority.h',
414 'fonts/FontFallbackPriority.cpp', 414 'fonts/FontFallbackPriority.cpp',
415 'fonts/FontFamily.cpp', 415 'fonts/FontFamily.cpp',
416 'fonts/FontFamily.h', 416 'fonts/FontFamily.h',
417 'fonts/FontFeatureSettings.cpp', 417 'fonts/FontFeatureSettings.cpp',
418 'fonts/FontFeatureSettings.h', 418 'fonts/FontFeatureSettings.h',
419 'fonts/FontPlatformData.cpp', 419 'fonts/FontPlatformData.cpp',
420 'fonts/FontPlatformData.h', 420 'fonts/FontPlatformData.h',
421 'fonts/FontVariantNumeric.h',
421 'fonts/GenericFontFamilySettings.cpp', 422 'fonts/GenericFontFamilySettings.cpp',
422 'fonts/GenericFontFamilySettings.h', 423 'fonts/GenericFontFamilySettings.h',
423 'fonts/GlyphBuffer.h', 424 'fonts/GlyphBuffer.h',
424 'fonts/GlyphMetricsMap.h', 425 'fonts/GlyphMetricsMap.h',
425 'fonts/GlyphPage.h', 426 'fonts/GlyphPage.h',
426 'fonts/GlyphPageTreeNode.cpp', 427 'fonts/GlyphPageTreeNode.cpp',
427 'fonts/GlyphPageTreeNode.h', 428 'fonts/GlyphPageTreeNode.h',
428 'fonts/Latin1TextIterator.h', 429 'fonts/Latin1TextIterator.h',
429 'fonts/OrientationIterator.h', 430 'fonts/OrientationIterator.h',
430 'fonts/OrientationIterator.cpp', 431 'fonts/OrientationIterator.cpp',
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
1318 ['OS!="mac"', 1319 ['OS!="mac"',
1319 { 1320 {
1320 'platform_test_files': [ 1321 'platform_test_files': [
1321 'scroll/ScrollAnimatorTest.cpp', 1322 'scroll/ScrollAnimatorTest.cpp',
1322 ], 1323 ],
1323 } 1324 }
1324 ], 1325 ],
1325 ], 1326 ],
1326 }, 1327 },
1327 } 1328 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.cpp ('k') | third_party/WebKit/Source/platform/fonts/FontDescription.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698