| 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 'Clock.cpp', | 10 'Clock.cpp', |
| (...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 'fonts/VDMXParser.h', | 412 'fonts/VDMXParser.h', |
| 413 'fonts/android/FontCacheAndroid.cpp', | 413 'fonts/android/FontCacheAndroid.cpp', |
| 414 'fonts/linux/FontCacheLinux.cpp', | 414 'fonts/linux/FontCacheLinux.cpp', |
| 415 'fonts/linux/FontPlatformDataLinux.cpp', | 415 'fonts/linux/FontPlatformDataLinux.cpp', |
| 416 'fonts/mac/FontFamilyMatcherMac.h', | 416 'fonts/mac/FontFamilyMatcherMac.h', |
| 417 'fonts/mac/FontFamilyMatcherMac.mm', | 417 'fonts/mac/FontFamilyMatcherMac.mm', |
| 418 'fonts/mac/FontCacheMac.mm', | 418 'fonts/mac/FontCacheMac.mm', |
| 419 'fonts/mac/FontPlatformDataMac.mm', | 419 'fonts/mac/FontPlatformDataMac.mm', |
| 420 'fonts/opentype/OpenTypeSanitizer.cpp', | 420 'fonts/opentype/OpenTypeSanitizer.cpp', |
| 421 'fonts/opentype/OpenTypeSanitizer.h', | 421 'fonts/opentype/OpenTypeSanitizer.h', |
| 422 'fonts/opentype/OpenTypeOS2Table.cpp', |
| 423 'fonts/opentype/OpenTypeOS2Table.h', |
| 422 'fonts/opentype/OpenTypeTypes.h', | 424 'fonts/opentype/OpenTypeTypes.h', |
| 423 'fonts/opentype/OpenTypeVerticalData.cpp', | 425 'fonts/opentype/OpenTypeVerticalData.cpp', |
| 424 'fonts/opentype/OpenTypeVerticalData.h', | 426 'fonts/opentype/OpenTypeVerticalData.h', |
| 425 'fonts/shaping/CachingWordShapeIterator.h', | 427 'fonts/shaping/CachingWordShapeIterator.h', |
| 426 'fonts/shaping/CachingWordShaper.cpp', | 428 'fonts/shaping/CachingWordShaper.cpp', |
| 427 'fonts/shaping/CachingWordShaper.h', | 429 'fonts/shaping/CachingWordShaper.h', |
| 428 'fonts/shaping/HarfBuzzFace.cpp', | 430 'fonts/shaping/HarfBuzzFace.cpp', |
| 429 'fonts/shaping/HarfBuzzFace.h', | 431 'fonts/shaping/HarfBuzzFace.h', |
| 430 'fonts/shaping/HarfBuzzShaper.cpp', | 432 'fonts/shaping/HarfBuzzShaper.cpp', |
| 431 'fonts/shaping/HarfBuzzShaper.h', | 433 'fonts/shaping/HarfBuzzShaper.h', |
| (...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1099 ['os_posix==1 and OS!="mac"', | 1101 ['os_posix==1 and OS!="mac"', |
| 1100 { | 1102 { |
| 1101 'platform_test_files': [ | 1103 'platform_test_files': [ |
| 1102 'text/LocaleICUTest.cpp', | 1104 'text/LocaleICUTest.cpp', |
| 1103 ], | 1105 ], |
| 1104 } | 1106 } |
| 1105 ], | 1107 ], |
| 1106 ], | 1108 ], |
| 1107 }, | 1109 }, |
| 1108 } | 1110 } |
| OLD | NEW |