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

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 members. Get rid of GetDefaultEpsilon. 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'animation/CompositorTransformAnimationCurve.cpp', 168 'animation/CompositorTransformAnimationCurve.cpp',
169 'animation/CompositorTransformAnimationCurve.h', 169 'animation/CompositorTransformAnimationCurve.h',
170 'animation/CompositorTransformKeyframe.cpp', 170 'animation/CompositorTransformKeyframe.cpp',
171 'animation/CompositorTransformKeyframe.h', 171 'animation/CompositorTransformKeyframe.h',
172 'animation/CompositorTransformOperations.cpp', 172 'animation/CompositorTransformOperations.cpp',
173 'animation/CompositorTransformOperations.h', 173 'animation/CompositorTransformOperations.h',
174 'animation/CubicBezierControlPoints.cpp', 174 'animation/CubicBezierControlPoints.cpp',
175 'animation/CubicBezierControlPoints.h', 175 'animation/CubicBezierControlPoints.h',
176 'animation/TimingFunction.cpp', 176 'animation/TimingFunction.cpp',
177 'animation/TimingFunction.h', 177 'animation/TimingFunction.h',
178 'animation/UnitBezier.cpp',
179 'animation/UnitBezier.h', 178 'animation/UnitBezier.h',
180 'audio/AudioArray.h', 179 'audio/AudioArray.h',
181 'audio/AudioBus.cpp', 180 'audio/AudioBus.cpp',
182 'audio/AudioBus.h', 181 'audio/AudioBus.h',
183 'audio/AudioChannel.cpp', 182 'audio/AudioChannel.cpp',
184 'audio/AudioChannel.h', 183 'audio/AudioChannel.h',
185 'audio/AudioDSPKernel.cpp', 184 'audio/AudioDSPKernel.cpp',
186 'audio/AudioDSPKernel.h', 185 'audio/AudioDSPKernel.h',
187 'audio/AudioDSPKernelProcessor.cpp', 186 'audio/AudioDSPKernelProcessor.cpp',
188 'audio/AudioDSPKernelProcessor.h', 187 'audio/AudioDSPKernelProcessor.h',
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 'TracedValueTest.cpp', 1123 'TracedValueTest.cpp',
1125 'UserGestureIndicatorTest.cpp', 1124 'UserGestureIndicatorTest.cpp',
1126 'UUIDTest.cpp', 1125 'UUIDTest.cpp',
1127 'WebScreenInfoTest.cpp', 1126 'WebScreenInfoTest.cpp',
1128 'WebVectorTest.cpp', 1127 'WebVectorTest.cpp',
1129 'animation/AnimationTranslationUtilTest.cpp', 1128 'animation/AnimationTranslationUtilTest.cpp',
1130 'animation/CompositorAnimationPlayerTest.cpp', 1129 'animation/CompositorAnimationPlayerTest.cpp',
1131 'animation/CompositorAnimationTest.cpp', 1130 'animation/CompositorAnimationTest.cpp',
1132 'animation/CompositorFloatAnimationCurveTest.cpp', 1131 'animation/CompositorFloatAnimationCurveTest.cpp',
1133 'animation/TimingFunctionTest.cpp', 1132 'animation/TimingFunctionTest.cpp',
1134 'animation/UnitBezierTest.cpp',
1135 'blob/BlobDataTest.cpp', 1133 'blob/BlobDataTest.cpp',
1136 'clipboard/ClipboardUtilitiesTest.cpp', 1134 'clipboard/ClipboardUtilitiesTest.cpp',
1137 'exported/FilePathConversionTest.cpp', 1135 'exported/FilePathConversionTest.cpp',
1138 'fonts/AcceptLanguagesResolverTest.cpp', 1136 'fonts/AcceptLanguagesResolverTest.cpp',
1139 'fonts/CharacterTest.cpp', 1137 'fonts/CharacterTest.cpp',
1140 'fonts/FontCacheTest.cpp', 1138 'fonts/FontCacheTest.cpp',
1141 'fonts/FontDescriptionTest.cpp', 1139 'fonts/FontDescriptionTest.cpp',
1142 'fonts/FontPlatformDataTest.cpp', 1140 'fonts/FontPlatformDataTest.cpp',
1143 'fonts/GlyphBufferTest.cpp', 1141 'fonts/GlyphBufferTest.cpp',
1144 'fonts/GlyphPageTreeNodeTest.cpp', 1142 'fonts/GlyphPageTreeNodeTest.cpp',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1285 ['OS!="mac"', 1283 ['OS!="mac"',
1286 { 1284 {
1287 'platform_test_files': [ 1285 'platform_test_files': [
1288 'scroll/ScrollAnimatorTest.cpp', 1286 'scroll/ScrollAnimatorTest.cpp',
1289 ], 1287 ],
1290 } 1288 }
1291 ], 1289 ],
1292 ], 1290 ],
1293 }, 1291 },
1294 } 1292 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698