| 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 'ContentDecryptionModuleResult.h', | 10 'ContentDecryptionModuleResult.h', |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 'Timer.cpp', | 130 'Timer.cpp', |
| 131 'Timer.h', | 131 'Timer.h', |
| 132 'TraceEvent.h', | 132 'TraceEvent.h', |
| 133 'TraceEventCommon.h', | 133 'TraceEventCommon.h', |
| 134 'TracedValue.cpp', | 134 'TracedValue.cpp', |
| 135 'TracedValue.h', | 135 'TracedValue.h', |
| 136 'UUID.cpp', | 136 'UUID.cpp', |
| 137 'UUID.h', | 137 'UUID.h', |
| 138 'UserGestureIndicator.cpp', | 138 'UserGestureIndicator.cpp', |
| 139 'UserGestureIndicator.h', | 139 'UserGestureIndicator.h', |
| 140 'WaitableEvent.cpp', |
| 141 'WaitableEvent.h', |
| 140 'WebScheduler.cpp', | 142 'WebScheduler.cpp', |
| 141 'WebTaskRunner.cpp', | 143 'WebTaskRunner.cpp', |
| 142 'WebThreadSupportingGC.cpp', | 144 'WebThreadSupportingGC.cpp', |
| 143 'WebThreadSupportingGC.h', | 145 'WebThreadSupportingGC.h', |
| 144 'WebThread.cpp', | 146 'WebThread.cpp', |
| 145 'Widget.cpp', | 147 'Widget.cpp', |
| 146 'Widget.h', | 148 'Widget.h', |
| 147 'WindowsKeyboardCodes.h', | 149 'WindowsKeyboardCodes.h', |
| 148 'animation/AnimationUtilities.h', | 150 'animation/AnimationUtilities.h', |
| 149 'animation/CubicBezierControlPoints.cpp', | 151 'animation/CubicBezierControlPoints.cpp', |
| (...skipping 998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1148 ['OS!="mac"', | 1150 ['OS!="mac"', |
| 1149 { | 1151 { |
| 1150 'platform_test_files': [ | 1152 'platform_test_files': [ |
| 1151 'scroll/ScrollAnimatorTest.cpp', | 1153 'scroll/ScrollAnimatorTest.cpp', |
| 1152 ], | 1154 ], |
| 1153 } | 1155 } |
| 1154 ], | 1156 ], |
| 1155 ], | 1157 ], |
| 1156 }, | 1158 }, |
| 1157 } | 1159 } |
| OLD | NEW |