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

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

Issue 1846733003: UI GFX Geometry: Make UnitBezier a wrapper for gfx::CubicBezier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename it. Created 4 years, 8 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'animation/CompositorTransformAnimationCurve.cpp', 167 'animation/CompositorTransformAnimationCurve.cpp',
168 'animation/CompositorTransformAnimationCurve.h', 168 'animation/CompositorTransformAnimationCurve.h',
169 'animation/CompositorTransformKeyframe.cpp', 169 'animation/CompositorTransformKeyframe.cpp',
170 'animation/CompositorTransformKeyframe.h', 170 'animation/CompositorTransformKeyframe.h',
171 'animation/CompositorTransformOperations.cpp', 171 'animation/CompositorTransformOperations.cpp',
172 'animation/CompositorTransformOperations.h', 172 'animation/CompositorTransformOperations.h',
173 'animation/CubicBezierControlPoints.cpp', 173 'animation/CubicBezierControlPoints.cpp',
174 'animation/CubicBezierControlPoints.h', 174 'animation/CubicBezierControlPoints.h',
175 'animation/TimingFunction.cpp', 175 'animation/TimingFunction.cpp',
176 'animation/TimingFunction.h', 176 'animation/TimingFunction.h',
177 'animation/UnitBezier.cpp',
178 'animation/UnitBezier.h', 177 'animation/UnitBezier.h',
179 'audio/AudioArray.h', 178 'audio/AudioArray.h',
180 'audio/AudioBus.cpp', 179 'audio/AudioBus.cpp',
181 'audio/AudioBus.h', 180 'audio/AudioBus.h',
182 'audio/AudioChannel.cpp', 181 'audio/AudioChannel.cpp',
183 'audio/AudioChannel.h', 182 'audio/AudioChannel.h',
184 'audio/AudioDSPKernel.cpp', 183 'audio/AudioDSPKernel.cpp',
185 'audio/AudioDSPKernel.h', 184 'audio/AudioDSPKernel.h',
186 'audio/AudioDSPKernelProcessor.cpp', 185 'audio/AudioDSPKernelProcessor.cpp',
187 'audio/AudioDSPKernelProcessor.h', 186 'audio/AudioDSPKernelProcessor.h',
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 'TracedValueTest.cpp', 1122 'TracedValueTest.cpp',
1124 'UserGestureIndicatorTest.cpp', 1123 'UserGestureIndicatorTest.cpp',
1125 'UUIDTest.cpp', 1124 'UUIDTest.cpp',
1126 'WebScreenInfoTest.cpp', 1125 'WebScreenInfoTest.cpp',
1127 'WebVectorTest.cpp', 1126 'WebVectorTest.cpp',
1128 'animation/AnimationTranslationUtilTest.cpp', 1127 'animation/AnimationTranslationUtilTest.cpp',
1129 'animation/CompositorAnimationPlayerTest.cpp', 1128 'animation/CompositorAnimationPlayerTest.cpp',
1130 'animation/CompositorAnimationTest.cpp', 1129 'animation/CompositorAnimationTest.cpp',
1131 'animation/CompositorFloatAnimationCurveTest.cpp', 1130 'animation/CompositorFloatAnimationCurveTest.cpp',
1132 'animation/TimingFunctionTest.cpp', 1131 'animation/TimingFunctionTest.cpp',
1133 'animation/UnitBezierTest.cpp',
1134 'blob/BlobDataTest.cpp', 1132 'blob/BlobDataTest.cpp',
1135 'clipboard/ClipboardUtilitiesTest.cpp', 1133 'clipboard/ClipboardUtilitiesTest.cpp',
1136 'exported/FilePathConversionTest.cpp', 1134 'exported/FilePathConversionTest.cpp',
1137 'fonts/AcceptLanguagesResolverTest.cpp', 1135 'fonts/AcceptLanguagesResolverTest.cpp',
1138 'fonts/CharacterTest.cpp', 1136 'fonts/CharacterTest.cpp',
1139 'fonts/FontCacheTest.cpp', 1137 'fonts/FontCacheTest.cpp',
1140 'fonts/FontDescriptionTest.cpp', 1138 'fonts/FontDescriptionTest.cpp',
1141 'fonts/FontPlatformDataTest.cpp', 1139 'fonts/FontPlatformDataTest.cpp',
1142 'fonts/GlyphBufferTest.cpp', 1140 'fonts/GlyphBufferTest.cpp',
1143 'fonts/GlyphPageTreeNodeTest.cpp', 1141 'fonts/GlyphPageTreeNodeTest.cpp',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
1281 ['OS!="mac"', 1279 ['OS!="mac"',
1282 { 1280 {
1283 'platform_test_files': [ 1281 'platform_test_files': [
1284 'scroll/ScrollAnimatorTest.cpp', 1282 'scroll/ScrollAnimatorTest.cpp',
1285 ], 1283 ],
1286 } 1284 }
1287 ], 1285 ],
1288 ], 1286 ],
1289 }, 1287 },
1290 } 1288 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698