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

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: Add one more TODO for Range. 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 940 matching lines...) Expand 10 before | Expand all | Expand 10 after
1128 'UserGestureIndicatorTest.cpp', 1127 'UserGestureIndicatorTest.cpp',
1129 'UUIDTest.cpp', 1128 'UUIDTest.cpp',
1130 'WebScreenInfoTest.cpp', 1129 'WebScreenInfoTest.cpp',
1131 'WebVectorTest.cpp', 1130 'WebVectorTest.cpp',
1132 'animation/AnimationTranslationUtilTest.cpp', 1131 'animation/AnimationTranslationUtilTest.cpp',
1133 'animation/CompositorAnimationPlayerTest.cpp', 1132 'animation/CompositorAnimationPlayerTest.cpp',
1134 'animation/CompositorAnimationTest.cpp', 1133 'animation/CompositorAnimationTest.cpp',
1135 'animation/CompositorAnimationTimelineTest.cpp', 1134 'animation/CompositorAnimationTimelineTest.cpp',
1136 'animation/CompositorFloatAnimationCurveTest.cpp', 1135 'animation/CompositorFloatAnimationCurveTest.cpp',
1137 'animation/TimingFunctionTest.cpp', 1136 'animation/TimingFunctionTest.cpp',
1138 'animation/UnitBezierTest.cpp',
1139 'blob/BlobDataTest.cpp', 1137 'blob/BlobDataTest.cpp',
1140 'clipboard/ClipboardUtilitiesTest.cpp', 1138 'clipboard/ClipboardUtilitiesTest.cpp',
1141 'exported/FilePathConversionTest.cpp', 1139 'exported/FilePathConversionTest.cpp',
1142 'fonts/AcceptLanguagesResolverTest.cpp', 1140 'fonts/AcceptLanguagesResolverTest.cpp',
1143 'fonts/CharacterTest.cpp', 1141 'fonts/CharacterTest.cpp',
1144 'fonts/FontCacheTest.cpp', 1142 'fonts/FontCacheTest.cpp',
1145 'fonts/FontDescriptionTest.cpp', 1143 'fonts/FontDescriptionTest.cpp',
1146 'fonts/FontPlatformDataTest.cpp', 1144 'fonts/FontPlatformDataTest.cpp',
1147 'fonts/GlyphBufferTest.cpp', 1145 'fonts/GlyphBufferTest.cpp',
1148 'fonts/GlyphPageTreeNodeTest.cpp', 1146 'fonts/GlyphPageTreeNodeTest.cpp',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1293 ['OS!="mac"', 1291 ['OS!="mac"',
1294 { 1292 {
1295 'platform_test_files': [ 1293 'platform_test_files': [
1296 'scroll/ScrollAnimatorTest.cpp', 1294 'scroll/ScrollAnimatorTest.cpp',
1297 ], 1295 ],
1298 } 1296 }
1299 ], 1297 ],
1300 ], 1298 ],
1301 }, 1299 },
1302 } 1300 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/animation/UnitBezierTest.cpp ('k') | ui/gfx/geometry/cubic_bezier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698