| 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 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1091 ] | 1091 ] |
| 1092 } | 1092 } |
| 1093 ], | 1093 ], |
| 1094 ['os_posix==1 and OS!="mac"', | 1094 ['os_posix==1 and OS!="mac"', |
| 1095 { | 1095 { |
| 1096 'platform_test_files': [ | 1096 'platform_test_files': [ |
| 1097 'text/LocaleICUTest.cpp', | 1097 'text/LocaleICUTest.cpp', |
| 1098 ], | 1098 ], |
| 1099 } | 1099 } |
| 1100 ], | 1100 ], |
| 1101 ['OS!="mac"', | |
| 1102 { | |
| 1103 'platform_test_files': [ | |
| 1104 'scroll/ScrollAnimatorTest.cpp', | |
| 1105 ], | |
| 1106 } | |
| 1107 ], | |
| 1108 ], | 1101 ], |
| 1109 }, | 1102 }, |
| 1110 } | 1103 } |
| OLD | NEW |