| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index a96f19da9ca75e240041c4a66ca1ba0e2807e4fc..1b34c2cdbb15f27e3f4735801bf55abe722c2f5c 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -128,6 +128,7 @@
|
| 'Widget.h',
|
| 'WindowsKeyboardCodes.h',
|
| 'animation/AnimationUtilities.h',
|
| + 'animation/TimingFunction.h',
|
| 'animation/UnitBezier.h',
|
| 'audio/AudioArray.h',
|
| 'audio/AudioBus.cpp',
|
| @@ -760,6 +761,11 @@
|
| 'win/SystemInfo.cpp',
|
| 'win/SystemInfo.h',
|
| ],
|
| + 'platform_test_support_files': [
|
| + 'animation/TimingFunctionTestHelper.h',
|
| + 'animation/TimingFunctionTestHelper.cpp',
|
| + 'animation/TimingFunctionTestHelperTest.cpp',
|
| + ],
|
| 'platform_test_files': [
|
| 'ClockTest.cpp',
|
| 'DecimalTest.cpp',
|
|
|