| 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 23 matching lines...) Expand all Loading... |
| 34 'EventDispatchForbiddenScope.cpp', | 34 'EventDispatchForbiddenScope.cpp', |
| 35 'EventDispatchForbiddenScope.h', | 35 'EventDispatchForbiddenScope.h', |
| 36 'EventTracer.cpp', | 36 'EventTracer.cpp', |
| 37 'EventTracer.h', | 37 'EventTracer.h', |
| 38 'FileChooser.cpp', | 38 'FileChooser.cpp', |
| 39 'FileChooser.h', | 39 'FileChooser.h', |
| 40 'FileMetadata.cpp', | 40 'FileMetadata.cpp', |
| 41 'FileMetadata.h', | 41 'FileMetadata.h', |
| 42 'FileSystemType.h', | 42 'FileSystemType.h', |
| 43 'FloatConversion.h', | 43 'FloatConversion.h', |
| 44 'Histogram.cpp', |
| 45 'Histogram.h', |
| 44 'HostWindow.h', | 46 'HostWindow.h', |
| 45 'JSONParser.cpp', | 47 'JSONParser.cpp', |
| 46 'JSONParser.h', | 48 'JSONParser.h', |
| 47 'JSONValues.cpp', | 49 'JSONValues.cpp', |
| 48 'JSONValues.h', | 50 'JSONValues.h', |
| 49 'JSONValuesForV8.cpp', | 51 'JSONValuesForV8.cpp', |
| 50 'JSONValuesForV8.h', | 52 'JSONValuesForV8.h', |
| 51 'KeyboardCodes.h', | 53 'KeyboardCodes.h', |
| 52 'KillRing.h', | 54 'KillRing.h', |
| 53 'KillRingNone.cpp', | 55 'KillRingNone.cpp', |
| (...skipping 1096 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1150 ['OS!="mac"', | 1152 ['OS!="mac"', |
| 1151 { | 1153 { |
| 1152 'platform_test_files': [ | 1154 'platform_test_files': [ |
| 1153 'scroll/ScrollAnimatorTest.cpp', | 1155 'scroll/ScrollAnimatorTest.cpp', |
| 1154 ], | 1156 ], |
| 1155 } | 1157 } |
| 1156 ], | 1158 ], |
| 1157 ], | 1159 ], |
| 1158 }, | 1160 }, |
| 1159 } | 1161 } |
| OLD | NEW |