| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index da9f8ea5fdda80d13a673e99853d4ae77338a9bc..f7586f71342231280ac4aba0b688d28ac6072cff 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -140,6 +140,12 @@
|
| 'Widget.h',
|
| 'WindowsKeyboardCodes.h',
|
| 'animation/AnimationUtilities.h',
|
| + 'animation/AnimationValue.h',
|
| + 'animation/KeyframeValueList.cpp',
|
| + 'animation/KeyframeValueList.h',
|
| + 'animation/TimingFunction.h',
|
| + 'animation/TimingFunctionTestHelper.h',
|
| + 'animation/TimingFunctionTestHelper.cpp',
|
| 'animation/UnitBezier.h',
|
| 'audio/AudioArray.h',
|
| 'audio/AudioBus.cpp',
|
| @@ -893,6 +899,7 @@
|
| 'PODRedBlackTreeTest.cpp',
|
| 'SharedBufferTest.cpp',
|
| 'animation/UnitBezierTest.cpp',
|
| + 'animation/TimingFunctionTestHelperTest.cpp',
|
| 'clipboard/ClipboardUtilitiesTest.cpp',
|
| 'fonts/FontTest.cpp',
|
| 'geometry/FloatPolygonTest.cpp',
|
|
|