Chromium Code Reviews| Index: Source/platform/blink_platform.gypi |
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi |
| index f3ac2e0897645ba8dcfe58c34e9efdacd189d90d..3ecfa9baf5bd62edd1fa0c9f9787c37e3cf85545 100644 |
| --- a/Source/platform/blink_platform.gypi |
| +++ b/Source/platform/blink_platform.gypi |
| @@ -122,6 +122,9 @@ |
| 'Widget.h', |
| 'WindowsKeyboardCodes.h', |
| 'animation/AnimationUtilities.h', |
| + 'animation/TimingFunction.h', |
| + 'animation/TimingFunctionTestHelper.h', |
| + 'animation/TimingFunctionTestHelper.cpp', |
|
Steve Block
2013/11/12 22:39:20
TimingFunctionTestHelper.h/cpp are a bunch of util
|
| 'animation/UnitBezier.h', |
| 'audio/AudioArray.h', |
| 'audio/AudioBus.cpp', |
| @@ -495,6 +498,7 @@ |
| 'PODIntervalTreeTest.cpp', |
| 'PODRedBlackTreeTest.cpp', |
| 'SharedBufferTest.cpp', |
| + 'animation/TimingFunctionTestHelperTest.cpp', |
| 'animation/UnitBezierTest.cpp', |
| 'clipboard/ClipboardUtilitiesTest.cpp', |
| 'geometry/RegionTest.cpp', |