| 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/AnimationTranslationUtil.cpp', | 156 'animation/AnimationTranslationUtil.cpp', |
| 151 'animation/AnimationTranslationUtil.h', | 157 'animation/AnimationTranslationUtil.h', |
| (...skipping 944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1096 'PODArenaTest.cpp', | 1102 'PODArenaTest.cpp', |
| 1097 'PODFreeListArenaTest.cpp', | 1103 'PODFreeListArenaTest.cpp', |
| 1098 'PODIntervalTreeTest.cpp', | 1104 'PODIntervalTreeTest.cpp', |
| 1099 'PODRedBlackTreeTest.cpp', | 1105 'PODRedBlackTreeTest.cpp', |
| 1100 'PurgeableVectorTest.cpp', | 1106 'PurgeableVectorTest.cpp', |
| 1101 'SharedBufferTest.cpp', | 1107 'SharedBufferTest.cpp', |
| 1102 'TimerTest.cpp', | 1108 'TimerTest.cpp', |
| 1103 'TracedValueTest.cpp', | 1109 'TracedValueTest.cpp', |
| 1104 'UserGestureIndicatorTest.cpp', | 1110 'UserGestureIndicatorTest.cpp', |
| 1105 'UUIDTest.cpp', | 1111 'UUIDTest.cpp', |
| 1112 'WebProcessMemoryDumpImplTest.cpp', |
| 1106 'WebScreenInfoTest.cpp', | 1113 'WebScreenInfoTest.cpp', |
| 1107 'WebVectorTest.cpp', | 1114 'WebVectorTest.cpp', |
| 1108 'animation/AnimationTranslationUtilTest.cpp', | 1115 'animation/AnimationTranslationUtilTest.cpp', |
| 1109 'animation/TimingFunctionTest.cpp', | 1116 'animation/TimingFunctionTest.cpp', |
| 1110 'animation/UnitBezierTest.cpp', | 1117 'animation/UnitBezierTest.cpp', |
| 1111 'animation/CompositorAnimationPlayerTest.cpp', | 1118 'animation/CompositorAnimationPlayerTest.cpp', |
| 1112 'animation/CompositorAnimationTest.cpp', | 1119 'animation/CompositorAnimationTest.cpp', |
| 1113 'animation/CompositorFloatAnimationCurveTest.cpp', | 1120 'animation/CompositorFloatAnimationCurveTest.cpp', |
| 1114 'blob/BlobDataTest.cpp', | 1121 'blob/BlobDataTest.cpp', |
| 1115 'clipboard/ClipboardUtilitiesTest.cpp', | 1122 'clipboard/ClipboardUtilitiesTest.cpp', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1251 ['OS!="mac"', | 1258 ['OS!="mac"', |
| 1252 { | 1259 { |
| 1253 'platform_test_files': [ | 1260 'platform_test_files': [ |
| 1254 'scroll/ScrollAnimatorTest.cpp', | 1261 'scroll/ScrollAnimatorTest.cpp', |
| 1255 ], | 1262 ], |
| 1256 } | 1263 } |
| 1257 ], | 1264 ], |
| 1258 ], | 1265 ], |
| 1259 }, | 1266 }, |
| 1260 } | 1267 } |
| OLD | NEW |