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 2192703002: More LayoutLocale refactor with additional Chinese support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add encompassed languages within Chinese macrolanguage Created 4 years, 4 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 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after
1243 'network/ResourceRequestTest.cpp', 1243 'network/ResourceRequestTest.cpp',
1244 'network/ResourceResponseTest.cpp', 1244 'network/ResourceResponseTest.cpp',
1245 'scheduler/CancellableTaskFactoryTest.cpp', 1245 'scheduler/CancellableTaskFactoryTest.cpp',
1246 'scroll/ScrollableAreaTest.cpp', 1246 'scroll/ScrollableAreaTest.cpp',
1247 'testing/ArenaTestHelpers.h', 1247 'testing/ArenaTestHelpers.h',
1248 'testing/TreeTestHelpers.cpp', 1248 'testing/TreeTestHelpers.cpp',
1249 'testing/TreeTestHelpers.h', 1249 'testing/TreeTestHelpers.h',
1250 'text/BidiResolverTest.cpp', 1250 'text/BidiResolverTest.cpp',
1251 'text/CharacterTest.cpp', 1251 'text/CharacterTest.cpp',
1252 'text/DateTimeFormatTest.cpp', 1252 'text/DateTimeFormatTest.cpp',
1253 'text/LocaleToScriptMappingTest.cpp',
1254 'text/HyphenationTest.cpp', 1253 'text/HyphenationTest.cpp',
1255 'text/SegmentedStringTest.cpp', 1254 'text/SegmentedStringTest.cpp',
1256 'text/TextBreakIteratorTest.cpp', 1255 'text/TextBreakIteratorTest.cpp',
1257 'text/UnicodeUtilitiesTest.cpp', 1256 'text/UnicodeUtilitiesTest.cpp',
1258 'threading/BackgroundTaskRunnerTest.cpp', 1257 'threading/BackgroundTaskRunnerTest.cpp',
1259 'transforms/TransformOperationsTest.cpp', 1258 'transforms/TransformOperationsTest.cpp',
1260 'transforms/TransformTestHelper.h', 1259 'transforms/TransformTestHelper.h',
1261 'transforms/TransformationMatrixTest.cpp', 1260 'transforms/TransformationMatrixTest.cpp',
1262 'transforms/RotationTest.cpp', 1261 'transforms/RotationTest.cpp',
1263 'web_process_memory_dump_test.cc', 1262 'web_process_memory_dump_test.cc',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1352 ['use_default_render_theme==1', 1351 ['use_default_render_theme==1',
1353 { 1352 {
1354 'platform_test_files': [ 1353 'platform_test_files': [
1355 'scroll/ScrollbarThemeAuraTest.cpp', 1354 'scroll/ScrollbarThemeAuraTest.cpp',
1356 ], 1355 ],
1357 } 1356 }
1358 ], 1357 ],
1359 ], 1358 ],
1360 }, 1359 },
1361 } 1360 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698