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 872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
883 'speech/PlatformSpeechSynthesizer.cpp', | 883 'speech/PlatformSpeechSynthesizer.cpp', |
884 'speech/PlatformSpeechSynthesizer.h', | 884 'speech/PlatformSpeechSynthesizer.h', |
885 'text/BidiCharacterRun.cpp', | 885 'text/BidiCharacterRun.cpp', |
886 'text/BidiCharacterRun.h', | 886 'text/BidiCharacterRun.h', |
887 'text/BidiContext.cpp', | 887 'text/BidiContext.cpp', |
888 'text/BidiContext.h', | 888 'text/BidiContext.h', |
889 'text/BidiResolver.h', | 889 'text/BidiResolver.h', |
890 'text/BidiRunList.h', | 890 'text/BidiRunList.h', |
891 'text/BidiTextRun.cpp', | 891 'text/BidiTextRun.cpp', |
892 'text/BidiTextRun.h', | 892 'text/BidiTextRun.h', |
| 893 'text/CompressibleString.cpp', |
| 894 'text/CompressibleString.h', |
893 'text/DateTimeFormat.cpp', | 895 'text/DateTimeFormat.cpp', |
894 'text/DateTimeFormat.h', | 896 'text/DateTimeFormat.h', |
895 'text/DecodeEscapeSequences.h', | 897 'text/DecodeEscapeSequences.h', |
896 'text/LineEnding.cpp', | 898 'text/LineEnding.cpp', |
897 'text/LineEnding.h', | 899 'text/LineEnding.h', |
898 'text/LocaleICU.cpp', | 900 'text/LocaleICU.cpp', |
899 'text/LocaleICU.h', | 901 'text/LocaleICU.h', |
900 'text/LocaleMac.h', | 902 'text/LocaleMac.h', |
901 'text/LocaleMac.mm', | 903 'text/LocaleMac.mm', |
902 'text/LocaleToScriptMapping.cpp', | 904 'text/LocaleToScriptMapping.cpp', |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1134 ['OS!="mac"', | 1136 ['OS!="mac"', |
1135 { | 1137 { |
1136 'platform_test_files': [ | 1138 'platform_test_files': [ |
1137 'scroll/ScrollAnimatorTest.cpp', | 1139 'scroll/ScrollAnimatorTest.cpp', |
1138 ], | 1140 ], |
1139 } | 1141 } |
1140 ], | 1142 ], |
1141 ], | 1143 ], |
1142 }, | 1144 }, |
1143 } | 1145 } |
OLD | NEW |