| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index c80364bef18996c9ec1b769531c037cb9b0b111f..50141e8f64315e2edb827fdf89cf0544491e161b 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',
|
| @@ -540,6 +541,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',
|
|
|