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

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: Comment updated as per drott review 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 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 'network/ResourceRequestTest.cpp', 1244 'network/ResourceRequestTest.cpp',
1245 'network/ResourceResponseTest.cpp', 1245 'network/ResourceResponseTest.cpp',
1246 'scheduler/CancellableTaskFactoryTest.cpp', 1246 'scheduler/CancellableTaskFactoryTest.cpp',
1247 'scroll/ScrollableAreaTest.cpp', 1247 'scroll/ScrollableAreaTest.cpp',
1248 'testing/ArenaTestHelpers.h', 1248 'testing/ArenaTestHelpers.h',
1249 'testing/TreeTestHelpers.cpp', 1249 'testing/TreeTestHelpers.cpp',
1250 'testing/TreeTestHelpers.h', 1250 'testing/TreeTestHelpers.h',
1251 'text/BidiResolverTest.cpp', 1251 'text/BidiResolverTest.cpp',
1252 'text/CharacterTest.cpp', 1252 'text/CharacterTest.cpp',
1253 'text/DateTimeFormatTest.cpp', 1253 'text/DateTimeFormatTest.cpp',
1254 'text/LocaleToScriptMappingTest.cpp',
1255 'text/HyphenationTest.cpp', 1254 'text/HyphenationTest.cpp',
1256 'text/SegmentedStringTest.cpp', 1255 'text/SegmentedStringTest.cpp',
1257 'text/TextBreakIteratorTest.cpp', 1256 'text/TextBreakIteratorTest.cpp',
1258 'text/UnicodeUtilitiesTest.cpp', 1257 'text/UnicodeUtilitiesTest.cpp',
1259 'threading/BackgroundTaskRunnerTest.cpp', 1258 'threading/BackgroundTaskRunnerTest.cpp',
1260 'transforms/TransformOperationsTest.cpp', 1259 'transforms/TransformOperationsTest.cpp',
1261 'transforms/TransformTestHelper.h', 1260 'transforms/TransformTestHelper.h',
1262 'transforms/TransformationMatrixTest.cpp', 1261 'transforms/TransformationMatrixTest.cpp',
1263 'transforms/RotationTest.cpp', 1262 'transforms/RotationTest.cpp',
1264 'web_process_memory_dump_test.cc', 1263 'web_process_memory_dump_test.cc',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1353 ['use_default_render_theme==1', 1352 ['use_default_render_theme==1',
1354 { 1353 {
1355 'platform_test_files': [ 1354 'platform_test_files': [
1356 'scroll/ScrollbarThemeAuraTest.cpp', 1355 'scroll/ScrollbarThemeAuraTest.cpp',
1357 ], 1356 ],
1358 } 1357 }
1359 ], 1358 ],
1360 ], 1359 ],
1361 }, 1360 },
1362 } 1361 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698