| 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 851 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 862 'speech/PlatformSpeechSynthesizer.cpp', | 862 'speech/PlatformSpeechSynthesizer.cpp', |
| 863 'speech/PlatformSpeechSynthesizer.h', | 863 'speech/PlatformSpeechSynthesizer.h', |
| 864 'text/BidiCharacterRun.cpp', | 864 'text/BidiCharacterRun.cpp', |
| 865 'text/BidiCharacterRun.h', | 865 'text/BidiCharacterRun.h', |
| 866 'text/BidiContext.cpp', | 866 'text/BidiContext.cpp', |
| 867 'text/BidiContext.h', | 867 'text/BidiContext.h', |
| 868 'text/BidiResolver.h', | 868 'text/BidiResolver.h', |
| 869 'text/BidiRunList.h', | 869 'text/BidiRunList.h', |
| 870 'text/BidiTextRun.cpp', | 870 'text/BidiTextRun.cpp', |
| 871 'text/BidiTextRun.h', | 871 'text/BidiTextRun.h', |
| 872 'text/CompressibleString.cpp', |
| 873 'text/CompressibleString.h', |
| 872 'text/DateTimeFormat.cpp', | 874 'text/DateTimeFormat.cpp', |
| 873 'text/DateTimeFormat.h', | 875 'text/DateTimeFormat.h', |
| 874 'text/DecodeEscapeSequences.h', | 876 'text/DecodeEscapeSequences.h', |
| 875 'text/LineEnding.cpp', | 877 'text/LineEnding.cpp', |
| 876 'text/LineEnding.h', | 878 'text/LineEnding.h', |
| 877 'text/LocaleICU.cpp', | 879 'text/LocaleICU.cpp', |
| 878 'text/LocaleICU.h', | 880 'text/LocaleICU.h', |
| 879 'text/LocaleMac.h', | 881 'text/LocaleMac.h', |
| 880 'text/LocaleMac.mm', | 882 'text/LocaleMac.mm', |
| 881 'text/LocaleToScriptMapping.cpp', | 883 'text/LocaleToScriptMapping.cpp', |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1106 ['OS!="mac"', | 1108 ['OS!="mac"', |
| 1107 { | 1109 { |
| 1108 'platform_test_files': [ | 1110 'platform_test_files': [ |
| 1109 'scroll/ScrollAnimatorTest.cpp', | 1111 'scroll/ScrollAnimatorTest.cpp', |
| 1110 ], | 1112 ], |
| 1111 } | 1113 } |
| 1112 ], | 1114 ], |
| 1113 ], | 1115 ], |
| 1114 }, | 1116 }, |
| 1115 } | 1117 } |
| OLD | NEW |