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

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

Issue 2161683002: Add LayoutLocale class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unittest fix Created 4 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 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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'fonts/FontFallbackIterator.cpp', 405 'fonts/FontFallbackIterator.cpp',
406 'fonts/FontFallbackIterator.h', 406 'fonts/FontFallbackIterator.h',
407 'fonts/FontFallbackList.cpp', 407 'fonts/FontFallbackList.cpp',
408 'fonts/FontFallbackList.h', 408 'fonts/FontFallbackList.h',
409 'fonts/FontFallbackPriority.h', 409 'fonts/FontFallbackPriority.h',
410 'fonts/FontFallbackPriority.cpp', 410 'fonts/FontFallbackPriority.cpp',
411 'fonts/FontFamily.cpp', 411 'fonts/FontFamily.cpp',
412 'fonts/FontFamily.h', 412 'fonts/FontFamily.h',
413 'fonts/FontFeatureSettings.cpp', 413 'fonts/FontFeatureSettings.cpp',
414 'fonts/FontFeatureSettings.h', 414 'fonts/FontFeatureSettings.h',
415 'fonts/FontLocale.cpp',
416 'fonts/FontLocale.h',
415 'fonts/FontPlatformData.cpp', 417 'fonts/FontPlatformData.cpp',
416 'fonts/FontPlatformData.h', 418 'fonts/FontPlatformData.h',
417 'fonts/FontVariantNumeric.h', 419 'fonts/FontVariantNumeric.h',
418 'fonts/GenericFontFamilySettings.cpp', 420 'fonts/GenericFontFamilySettings.cpp',
419 'fonts/GenericFontFamilySettings.h', 421 'fonts/GenericFontFamilySettings.h',
420 'fonts/GlyphBuffer.h', 422 'fonts/GlyphBuffer.h',
421 'fonts/GlyphMetricsMap.h', 423 'fonts/GlyphMetricsMap.h',
422 'fonts/GlyphPage.h', 424 'fonts/GlyphPage.h',
423 'fonts/GlyphPageTreeNode.cpp', 425 'fonts/GlyphPageTreeNode.cpp',
424 'fonts/GlyphPageTreeNode.h', 426 'fonts/GlyphPageTreeNode.h',
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 ['use_default_render_theme==1', 1349 ['use_default_render_theme==1',
1348 { 1350 {
1349 'platform_test_files': [ 1351 'platform_test_files': [
1350 'scroll/ScrollbarThemeAuraTest.cpp', 1352 'scroll/ScrollbarThemeAuraTest.cpp',
1351 ], 1353 ],
1352 } 1354 }
1353 ], 1355 ],
1354 ], 1356 ],
1355 }, 1357 },
1356 } 1358 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698