| 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 140 'WaitableEvent.cpp', |
| 141 'WaitableEvent.h', | 141 'WaitableEvent.h', |
| 142 'WebMemoryAllocatorDumpImpl.cpp', |
| 143 'WebMemoryAllocatorDumpImpl.h', |
| 144 'WebMemoryDumpProviderAdapter.cpp', |
| 145 'WebMemoryDumpProviderAdapter.h', |
| 146 'WebProcessMemoryDumpImpl.cpp', |
| 147 'WebProcessMemoryDumpImpl.h', |
| 142 'WebScheduler.cpp', | 148 'WebScheduler.cpp', |
| 143 'WebTaskRunner.cpp', | 149 'WebTaskRunner.cpp', |
| 144 'WebThreadSupportingGC.cpp', | 150 'WebThreadSupportingGC.cpp', |
| 145 'WebThreadSupportingGC.h', | 151 'WebThreadSupportingGC.h', |
| 146 'WebThread.cpp', | 152 'WebThread.cpp', |
| 147 'Widget.cpp', | 153 'Widget.cpp', |
| 148 'Widget.h', | 154 'Widget.h', |
| 149 'WindowsKeyboardCodes.h', | 155 'WindowsKeyboardCodes.h', |
| 150 'animation/AnimationUtilities.h', | 156 'animation/AnimationUtilities.h', |
| 151 'animation/CubicBezierControlPoints.cpp', | 157 'animation/CubicBezierControlPoints.cpp', |
| (...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1090 'PODArenaTest.cpp', | 1096 'PODArenaTest.cpp', |
| 1091 'PODFreeListArenaTest.cpp', | 1097 'PODFreeListArenaTest.cpp', |
| 1092 'PODIntervalTreeTest.cpp', | 1098 'PODIntervalTreeTest.cpp', |
| 1093 'PODRedBlackTreeTest.cpp', | 1099 'PODRedBlackTreeTest.cpp', |
| 1094 'PurgeableVectorTest.cpp', | 1100 'PurgeableVectorTest.cpp', |
| 1095 'SharedBufferTest.cpp', | 1101 'SharedBufferTest.cpp', |
| 1096 'TimerTest.cpp', | 1102 'TimerTest.cpp', |
| 1097 'TracedValueTest.cpp', | 1103 'TracedValueTest.cpp', |
| 1098 'UserGestureIndicatorTest.cpp', | 1104 'UserGestureIndicatorTest.cpp', |
| 1099 'UUIDTest.cpp', | 1105 'UUIDTest.cpp', |
| 1106 'WebProcessMemoryDumpImplTest.cpp', |
| 1100 'WebScreenInfoTest.cpp', | 1107 'WebScreenInfoTest.cpp', |
| 1101 'WebVectorTest.cpp', | 1108 'WebVectorTest.cpp', |
| 1102 'animation/TimingFunctionTest.cpp', | 1109 'animation/TimingFunctionTest.cpp', |
| 1103 'animation/UnitBezierTest.cpp', | 1110 'animation/UnitBezierTest.cpp', |
| 1104 'animation/CompositorAnimationPlayerTest.cpp', | 1111 'animation/CompositorAnimationPlayerTest.cpp', |
| 1105 'animation/CompositorAnimationTest.cpp', | 1112 'animation/CompositorAnimationTest.cpp', |
| 1106 'animation/CompositorFloatAnimationCurveTest.cpp', | 1113 'animation/CompositorFloatAnimationCurveTest.cpp', |
| 1107 'blob/BlobDataTest.cpp', | 1114 'blob/BlobDataTest.cpp', |
| 1108 'clipboard/ClipboardUtilitiesTest.cpp', | 1115 'clipboard/ClipboardUtilitiesTest.cpp', |
| 1109 'fonts/CharacterTest.cpp', | 1116 'fonts/CharacterTest.cpp', |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1239 ['OS!="mac"', | 1246 ['OS!="mac"', |
| 1240 { | 1247 { |
| 1241 'platform_test_files': [ | 1248 'platform_test_files': [ |
| 1242 'scroll/ScrollAnimatorTest.cpp', | 1249 'scroll/ScrollAnimatorTest.cpp', |
| 1243 ], | 1250 ], |
| 1244 } | 1251 } |
| 1245 ], | 1252 ], |
| 1246 ], | 1253 ], |
| 1247 }, | 1254 }, |
| 1248 } | 1255 } |
| OLD | NEW |