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

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

Issue 1700653002: CC Animation: Expose TargetProperty enum to be aliased in Blink Platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 9 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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'WebTaskRunner.cpp', 143 'WebTaskRunner.cpp',
144 'WebThreadSupportingGC.cpp', 144 'WebThreadSupportingGC.cpp',
145 'WebThreadSupportingGC.h', 145 'WebThreadSupportingGC.h',
146 'WebThread.cpp', 146 'WebThread.cpp',
147 'Widget.cpp', 147 'Widget.cpp',
148 'Widget.h', 148 'Widget.h',
149 'WindowsKeyboardCodes.h', 149 'WindowsKeyboardCodes.h',
150 'animation/AnimationTranslationUtil.cpp', 150 'animation/AnimationTranslationUtil.cpp',
151 'animation/AnimationTranslationUtil.h', 151 'animation/AnimationTranslationUtil.h',
152 'animation/AnimationUtilities.h', 152 'animation/AnimationUtilities.h',
153 'animation/CubicBezierControlPoints.cpp',
154 'animation/CubicBezierControlPoints.h',
155 'animation/TimingFunction.cpp',
156 'animation/TimingFunction.h',
157 'animation/UnitBezier.h',
158 'animation/CompositorAnimation.cpp', 153 'animation/CompositorAnimation.cpp',
159 'animation/CompositorAnimation.h', 154 'animation/CompositorAnimation.h',
160 'animation/CompositorAnimationCurve.cpp', 155 'animation/CompositorAnimationCurve.cpp',
161 'animation/CompositorAnimationCurve.h', 156 'animation/CompositorAnimationCurve.h',
162 'animation/CompositorAnimationPlayer.cpp', 157 'animation/CompositorAnimationPlayer.cpp',
163 'animation/CompositorAnimationPlayer.h', 158 'animation/CompositorAnimationPlayer.h',
164 'animation/CompositorAnimationPlayerClient.cpp', 159 'animation/CompositorAnimationPlayerClient.cpp',
165 'animation/CompositorAnimationPlayerClient.h', 160 'animation/CompositorAnimationPlayerClient.h',
166 'animation/CompositorAnimationTimeline.cpp', 161 'animation/CompositorAnimationTimeline.cpp',
167 'animation/CompositorAnimationTimeline.h', 162 'animation/CompositorAnimationTimeline.h',
168 'animation/CompositorFilterAnimationCurve.cpp', 163 'animation/CompositorFilterAnimationCurve.cpp',
169 'animation/CompositorFilterAnimationCurve.h', 164 'animation/CompositorFilterAnimationCurve.h',
170 'animation/CompositorFilterKeyframe.cpp', 165 'animation/CompositorFilterKeyframe.cpp',
171 'animation/CompositorFilterKeyframe.h', 166 'animation/CompositorFilterKeyframe.h',
172 'animation/CompositorFloatAnimationCurve.cpp', 167 'animation/CompositorFloatAnimationCurve.cpp',
173 'animation/CompositorFloatAnimationCurve.h', 168 'animation/CompositorFloatAnimationCurve.h',
174 'animation/CompositorFloatKeyframe.h', 169 'animation/CompositorFloatKeyframe.h',
175 'animation/CompositorScrollOffsetAnimationCurve.cpp', 170 'animation/CompositorScrollOffsetAnimationCurve.cpp',
176 'animation/CompositorScrollOffsetAnimationCurve.h', 171 'animation/CompositorScrollOffsetAnimationCurve.h',
172 'animation/CompositorTargetProperty.h',
177 'animation/CompositorTransformAnimationCurve.cpp', 173 'animation/CompositorTransformAnimationCurve.cpp',
178 'animation/CompositorTransformAnimationCurve.h', 174 'animation/CompositorTransformAnimationCurve.h',
179 'animation/CompositorTransformKeyframe.cpp', 175 'animation/CompositorTransformKeyframe.cpp',
180 'animation/CompositorTransformKeyframe.h', 176 'animation/CompositorTransformKeyframe.h',
181 'animation/CompositorTransformOperations.cpp', 177 'animation/CompositorTransformOperations.cpp',
182 'animation/CompositorTransformOperations.h', 178 'animation/CompositorTransformOperations.h',
179 'animation/CubicBezierControlPoints.cpp',
180 'animation/CubicBezierControlPoints.h',
181 'animation/TimingFunction.cpp',
182 'animation/TimingFunction.h',
183 'animation/UnitBezier.h',
183 'audio/AudioArray.h', 184 'audio/AudioArray.h',
184 'audio/AudioBus.cpp', 185 'audio/AudioBus.cpp',
185 'audio/AudioBus.h', 186 'audio/AudioBus.h',
186 'audio/AudioChannel.cpp', 187 'audio/AudioChannel.cpp',
187 'audio/AudioChannel.h', 188 'audio/AudioChannel.h',
188 'audio/AudioDSPKernel.cpp', 189 'audio/AudioDSPKernel.cpp',
189 'audio/AudioDSPKernel.h', 190 'audio/AudioDSPKernel.h',
190 'audio/AudioDSPKernelProcessor.cpp', 191 'audio/AudioDSPKernelProcessor.cpp',
191 'audio/AudioDSPKernelProcessor.h', 192 'audio/AudioDSPKernelProcessor.h',
192 'audio/AudioDelayDSPKernel.cpp', 193 'audio/AudioDelayDSPKernel.cpp',
(...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after
1252 ['OS!="mac"', 1253 ['OS!="mac"',
1253 { 1254 {
1254 'platform_test_files': [ 1255 'platform_test_files': [
1255 'scroll/ScrollAnimatorTest.cpp', 1256 'scroll/ScrollAnimatorTest.cpp',
1256 ], 1257 ],
1257 } 1258 }
1258 ], 1259 ],
1259 ], 1260 ],
1260 }, 1261 },
1261 } 1262 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698