| 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', |
| 11 'Clock.h', | 11 'Clock.h', |
| 12 'CompositorFactory.cpp', |
| 13 'CompositorFactory.h', |
| 12 'ContentDecryptionModuleResult.h', | 14 'ContentDecryptionModuleResult.h', |
| 13 'ContentSettingCallbacks.cpp', | 15 'ContentSettingCallbacks.cpp', |
| 14 'ContentSettingCallbacks.h', | 16 'ContentSettingCallbacks.h', |
| 15 'ContentType.cpp', | 17 'ContentType.cpp', |
| 16 'ContentType.h', | 18 'ContentType.h', |
| 17 'ContextMenu.cpp', | 19 'ContextMenu.cpp', |
| 18 'ContextMenu.h', | 20 'ContextMenu.h', |
| 19 'ContextMenuItem.cpp', | 21 'ContextMenuItem.cpp', |
| 20 'ContextMenuItem.h', | 22 'ContextMenuItem.h', |
| 21 'CrossThreadCopier.cpp', | 23 'CrossThreadCopier.cpp', |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 'WebThread.cpp', | 144 'WebThread.cpp', |
| 143 'Widget.cpp', | 145 'Widget.cpp', |
| 144 'Widget.h', | 146 'Widget.h', |
| 145 'WindowsKeyboardCodes.h', | 147 'WindowsKeyboardCodes.h', |
| 146 'animation/AnimationUtilities.h', | 148 'animation/AnimationUtilities.h', |
| 147 'animation/CubicBezierControlPoints.cpp', | 149 'animation/CubicBezierControlPoints.cpp', |
| 148 'animation/CubicBezierControlPoints.h', | 150 'animation/CubicBezierControlPoints.h', |
| 149 'animation/TimingFunction.cpp', | 151 'animation/TimingFunction.cpp', |
| 150 'animation/TimingFunction.h', | 152 'animation/TimingFunction.h', |
| 151 'animation/UnitBezier.h', | 153 'animation/UnitBezier.h', |
| 154 'animation/WebCompositorAnimation.cpp', |
| 155 'animation/WebCompositorAnimation.h', |
| 156 'animation/WebCompositorAnimationCurve.cpp', |
| 157 'animation/WebCompositorAnimationCurve.h', |
| 158 'animation/WebCompositorAnimationPlayer.cpp', |
| 159 'animation/WebCompositorAnimationPlayer.h', |
| 160 'animation/WebCompositorAnimationPlayerClient.h', |
| 161 'animation/WebCompositorAnimationTimeline.cpp', |
| 162 'animation/WebCompositorAnimationTimeline.h', |
| 163 'animation/WebFilterAnimationCurve.cpp', |
| 164 'animation/WebFilterAnimationCurve.h', |
| 165 'animation/WebFilterKeyframe.h', |
| 166 'animation/WebFilterOperations.cpp', |
| 167 'animation/WebFilterOperations.h', |
| 168 'animation/WebFloatAnimationCurve.cpp', |
| 169 'animation/WebFloatAnimationCurve.h', |
| 170 'animation/WebFloatKeyframe.h', |
| 171 'animation/WebScrollOffsetAnimationCurve.cpp', |
| 172 'animation/WebScrollOffsetAnimationCurve.h', |
| 173 'animation/WebToCCAnimationDelegateAdapter.cpp', |
| 174 'animation/WebToCCAnimationDelegateAdapter.h', |
| 175 'animation/WebTransformAnimationCurve.cpp', |
| 176 'animation/WebTransformAnimationCurve.h', |
| 177 'animation/WebTransformKeyframe.h', |
| 178 'animation/WebTransformOperations.cpp', |
| 179 'animation/WebTransformOperations.h', |
| 152 'audio/AudioArray.h', | 180 'audio/AudioArray.h', |
| 153 'audio/AudioBus.cpp', | 181 'audio/AudioBus.cpp', |
| 154 'audio/AudioBus.h', | 182 'audio/AudioBus.h', |
| 155 'audio/AudioChannel.cpp', | 183 'audio/AudioChannel.cpp', |
| 156 'audio/AudioChannel.h', | 184 'audio/AudioChannel.h', |
| 157 'audio/AudioDSPKernel.cpp', | 185 'audio/AudioDSPKernel.cpp', |
| 158 'audio/AudioDSPKernel.h', | 186 'audio/AudioDSPKernel.h', |
| 159 'audio/AudioDSPKernelProcessor.cpp', | 187 'audio/AudioDSPKernelProcessor.cpp', |
| 160 'audio/AudioDSPKernelProcessor.h', | 188 'audio/AudioDSPKernelProcessor.h', |
| 161 'audio/AudioDelayDSPKernel.cpp', | 189 'audio/AudioDelayDSPKernel.cpp', |
| (...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1009 'PODRedBlackTreeTest.cpp', | 1037 'PODRedBlackTreeTest.cpp', |
| 1010 'PurgeableVectorTest.cpp', | 1038 'PurgeableVectorTest.cpp', |
| 1011 'SharedBufferTest.cpp', | 1039 'SharedBufferTest.cpp', |
| 1012 'TimerTest.cpp', | 1040 'TimerTest.cpp', |
| 1013 'TracedValueTest.cpp', | 1041 'TracedValueTest.cpp', |
| 1014 'UUIDTest.cpp', | 1042 'UUIDTest.cpp', |
| 1015 'WebScreenInfoTest.cpp', | 1043 'WebScreenInfoTest.cpp', |
| 1016 'WebVectorTest.cpp', | 1044 'WebVectorTest.cpp', |
| 1017 'animation/TimingFunctionTest.cpp', | 1045 'animation/TimingFunctionTest.cpp', |
| 1018 'animation/UnitBezierTest.cpp', | 1046 'animation/UnitBezierTest.cpp', |
| 1047 'animation/WebCompositorAnimationPlayerTest.cpp', |
| 1048 'animation/WebCompositorAnimationTest.cpp', |
| 1049 'animation/WebFloatAnimationCurveTest.cpp', |
| 1019 'blob/BlobDataTest.cpp', | 1050 'blob/BlobDataTest.cpp', |
| 1020 'clipboard/ClipboardUtilitiesTest.cpp', | 1051 'clipboard/ClipboardUtilitiesTest.cpp', |
| 1021 'fonts/CharacterTest.cpp', | 1052 'fonts/CharacterTest.cpp', |
| 1022 'fonts/FontCacheTest.cpp', | 1053 'fonts/FontCacheTest.cpp', |
| 1023 'fonts/FontDescriptionTest.cpp', | 1054 'fonts/FontDescriptionTest.cpp', |
| 1024 'fonts/GlyphBufferTest.cpp', | 1055 'fonts/GlyphBufferTest.cpp', |
| 1025 'fonts/GlyphPageTreeNodeTest.cpp', | 1056 'fonts/GlyphPageTreeNodeTest.cpp', |
| 1026 'fonts/OrientationIteratorTest.cpp', | 1057 'fonts/OrientationIteratorTest.cpp', |
| 1027 'fonts/ScriptRunIteratorTest.cpp', | 1058 'fonts/ScriptRunIteratorTest.cpp', |
| 1028 'fonts/SmallCapsIteratorTest.cpp', | 1059 'fonts/SmallCapsIteratorTest.cpp', |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1149 ['OS!="mac"', | 1180 ['OS!="mac"', |
| 1150 { | 1181 { |
| 1151 'platform_test_files': [ | 1182 'platform_test_files': [ |
| 1152 'scroll/ScrollAnimatorTest.cpp', | 1183 'scroll/ScrollAnimatorTest.cpp', |
| 1153 ], | 1184 ], |
| 1154 } | 1185 } |
| 1155 ], | 1186 ], |
| 1156 ], | 1187 ], |
| 1157 }, | 1188 }, |
| 1158 } | 1189 } |
| OLD | NEW |