| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index 44cb3be65ec7df6dc70e108bb7337f1b4239e285..ae9951d729d088cbcf3d54d2b4deba1632140214 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -140,6 +140,7 @@
|
| 'Widget.h',
|
| 'WindowsKeyboardCodes.h',
|
| 'animation/AnimationUtilities.h',
|
| + 'animation/TimingFunction.h',
|
| 'animation/UnitBezier.h',
|
| 'audio/AudioArray.h',
|
| 'audio/AudioBus.cpp',
|
| @@ -884,6 +885,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',
|
|
|