| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index bd20fbcac92c11f106ff65eecca15b3fc666fc11..478160c7785b81a4dda981aead2dc08327b95f67 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -126,6 +126,7 @@
|
| 'Widget.h',
|
| 'WindowsKeyboardCodes.h',
|
| 'animation/AnimationUtilities.h',
|
| + 'animation/TimingFunction.h',
|
| 'animation/UnitBezier.h',
|
| 'audio/AudioArray.h',
|
| 'audio/AudioBus.cpp',
|
| @@ -540,6 +541,9 @@
|
| 'PODIntervalTreeTest.cpp',
|
| 'PODRedBlackTreeTest.cpp',
|
| 'SharedBufferTest.cpp',
|
| + 'animation/TimingFunctionTestHelper.h',
|
| + 'animation/TimingFunctionTestHelper.cpp',
|
| + 'animation/TimingFunctionTestHelperTest.cpp',
|
| 'animation/UnitBezierTest.cpp',
|
| 'clipboard/ClipboardUtilitiesTest.cpp',
|
| 'geometry/RegionTest.cpp',
|
|
|