| OLD | NEW |
| 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 1332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1343 'testing/TreeTestHelpers.h', | 1343 'testing/TreeTestHelpers.h', |
| 1344 'text/BidiResolverTest.cpp', | 1344 'text/BidiResolverTest.cpp', |
| 1345 'text/CharacterTest.cpp', | 1345 'text/CharacterTest.cpp', |
| 1346 'text/DateTimeFormatTest.cpp', | 1346 'text/DateTimeFormatTest.cpp', |
| 1347 'text/HyphenationTest.cpp', | 1347 'text/HyphenationTest.cpp', |
| 1348 'text/SegmentedStringTest.cpp', | 1348 'text/SegmentedStringTest.cpp', |
| 1349 'text/TextBreakIteratorTest.cpp', | 1349 'text/TextBreakIteratorTest.cpp', |
| 1350 'text/TextEncodingDetectorTest.cpp', | 1350 'text/TextEncodingDetectorTest.cpp', |
| 1351 'text/UnicodeUtilitiesTest.cpp', | 1351 'text/UnicodeUtilitiesTest.cpp', |
| 1352 'threading/BackgroundTaskRunnerTest.cpp', | 1352 'threading/BackgroundTaskRunnerTest.cpp', |
| 1353 'transforms/AffineTransformTest.cpp', |
| 1353 'transforms/TransformOperationsTest.cpp', | 1354 'transforms/TransformOperationsTest.cpp', |
| 1354 'transforms/TransformTestHelper.h', | |
| 1355 'transforms/TransformationMatrixTest.cpp', | 1355 'transforms/TransformationMatrixTest.cpp', |
| 1356 'transforms/RotationTest.cpp', | 1356 'transforms/RotationTest.cpp', |
| 1357 'web_process_memory_dump_test.cc', | 1357 'web_process_memory_dump_test.cc', |
| 1358 'weborigin/KnownPortsTest.cpp', | 1358 'weborigin/KnownPortsTest.cpp', |
| 1359 'weborigin/KURLTest.cpp', | 1359 'weborigin/KURLTest.cpp', |
| 1360 'weborigin/OriginAccessEntryTest.cpp', | 1360 'weborigin/OriginAccessEntryTest.cpp', |
| 1361 'weborigin/SchemeRegistryTest.cpp', | 1361 'weborigin/SchemeRegistryTest.cpp', |
| 1362 'weborigin/SecurityOriginTest.cpp', | 1362 'weborigin/SecurityOriginTest.cpp', |
| 1363 'weborigin/SecurityPolicyTest.cpp', | 1363 'weborigin/SecurityPolicyTest.cpp', |
| 1364 'weborigin/SuboriginTest.cpp', | 1364 'weborigin/SuboriginTest.cpp', |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1452 ['use_default_render_theme==1', | 1452 ['use_default_render_theme==1', |
| 1453 { | 1453 { |
| 1454 'platform_test_files': [ | 1454 'platform_test_files': [ |
| 1455 'scroll/ScrollbarThemeAuraTest.cpp', | 1455 'scroll/ScrollbarThemeAuraTest.cpp', |
| 1456 ], | 1456 ], |
| 1457 } | 1457 } |
| 1458 ], | 1458 ], |
| 1459 ], | 1459 ], |
| 1460 }, | 1460 }, |
| 1461 } | 1461 } |
| OLD | NEW |