Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1616653002: CC Animation: Move files from cc_blink to Source/platform/animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'WebThread.cpp', 142 'WebThread.cpp',
141 'Widget.cpp', 143 'Widget.cpp',
142 'Widget.h', 144 'Widget.h',
143 'WindowsKeyboardCodes.h', 145 'WindowsKeyboardCodes.h',
144 'animation/AnimationUtilities.h', 146 'animation/AnimationUtilities.h',
145 'animation/CubicBezierControlPoints.cpp', 147 'animation/CubicBezierControlPoints.cpp',
146 'animation/CubicBezierControlPoints.h', 148 'animation/CubicBezierControlPoints.h',
147 'animation/TimingFunction.cpp', 149 'animation/TimingFunction.cpp',
148 'animation/TimingFunction.h', 150 'animation/TimingFunction.h',
149 'animation/UnitBezier.h', 151 'animation/UnitBezier.h',
152 'animation/WebCompositorAnimationCurve.cpp',
153 'animation/WebCompositorAnimationCurve.h',
154 'animation/WebFilterAnimationCurve.cpp',
155 'animation/WebFilterAnimationCurve.h',
156 'animation/WebFilterKeyframe.h',
157 'animation/WebFilterOperations.cpp',
158 'animation/WebFilterOperations.h',
159 'animation/WebFloatAnimationCurve.cpp',
160 'animation/WebFloatAnimationCurve.h',
161 'animation/WebFloatKeyframe.h',
162 'animation/WebScrollOffsetAnimationCurve.cpp',
163 'animation/WebScrollOffsetAnimationCurve.h',
164 'animation/WebTransformAnimationCurve.cpp',
165 'animation/WebTransformAnimationCurve.h',
166 'animation/WebTransformKeyframe.h',
167 'animation/WebTransformOperations.cpp',
168 'animation/WebTransformOperations.h',
150 'audio/AudioArray.h', 169 'audio/AudioArray.h',
151 'audio/AudioBus.cpp', 170 'audio/AudioBus.cpp',
152 'audio/AudioBus.h', 171 'audio/AudioBus.h',
153 'audio/AudioChannel.cpp', 172 'audio/AudioChannel.cpp',
154 'audio/AudioChannel.h', 173 'audio/AudioChannel.h',
155 'audio/AudioDSPKernel.cpp', 174 'audio/AudioDSPKernel.cpp',
156 'audio/AudioDSPKernel.h', 175 'audio/AudioDSPKernel.h',
157 'audio/AudioDSPKernelProcessor.cpp', 176 'audio/AudioDSPKernelProcessor.cpp',
158 'audio/AudioDSPKernelProcessor.h', 177 'audio/AudioDSPKernelProcessor.h',
159 'audio/AudioDelayDSPKernel.cpp', 178 'audio/AudioDelayDSPKernel.cpp',
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 'PODRedBlackTreeTest.cpp', 1014 'PODRedBlackTreeTest.cpp',
996 'PurgeableVectorTest.cpp', 1015 'PurgeableVectorTest.cpp',
997 'SharedBufferTest.cpp', 1016 'SharedBufferTest.cpp',
998 'TimerTest.cpp', 1017 'TimerTest.cpp',
999 'TracedValueTest.cpp', 1018 'TracedValueTest.cpp',
1000 'UUIDTest.cpp', 1019 'UUIDTest.cpp',
1001 'WebScreenInfoTest.cpp', 1020 'WebScreenInfoTest.cpp',
1002 'WebVectorTest.cpp', 1021 'WebVectorTest.cpp',
1003 'animation/TimingFunctionTest.cpp', 1022 'animation/TimingFunctionTest.cpp',
1004 'animation/UnitBezierTest.cpp', 1023 'animation/UnitBezierTest.cpp',
1024 'animation/WebFloatAnimationCurveTest.cpp',
1005 'blob/BlobDataTest.cpp', 1025 'blob/BlobDataTest.cpp',
1006 'clipboard/ClipboardUtilitiesTest.cpp', 1026 'clipboard/ClipboardUtilitiesTest.cpp',
1007 'fonts/FontCacheTest.cpp', 1027 'fonts/FontCacheTest.cpp',
1008 'fonts/FontDescriptionTest.cpp', 1028 'fonts/FontDescriptionTest.cpp',
1009 'fonts/FontTest.cpp', 1029 'fonts/FontTest.cpp',
1010 'fonts/GlyphBufferTest.cpp', 1030 'fonts/GlyphBufferTest.cpp',
1011 'fonts/GlyphPageTreeNodeTest.cpp', 1031 'fonts/GlyphPageTreeNodeTest.cpp',
1012 'fonts/OrientationIteratorTest.cpp', 1032 'fonts/OrientationIteratorTest.cpp',
1013 'fonts/ScriptRunIteratorTest.cpp', 1033 'fonts/ScriptRunIteratorTest.cpp',
1014 'fonts/SmallCapsIteratorTest.cpp', 1034 'fonts/SmallCapsIteratorTest.cpp',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1133 ['OS!="mac"', 1153 ['OS!="mac"',
1134 { 1154 {
1135 'platform_test_files': [ 1155 'platform_test_files': [
1136 'scroll/ScrollAnimatorTest.cpp', 1156 'scroll/ScrollAnimatorTest.cpp',
1137 ], 1157 ],
1138 } 1158 }
1139 ], 1159 ],
1140 ], 1160 ],
1141 }, 1161 },
1142 } 1162 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698