| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index 44cb3be65ec7df6dc70e108bb7337f1b4239e285..08683716792c50712ab685f30f80ec009a88fc21 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -140,6 +140,10 @@
|
| 'Widget.h',
|
| 'WindowsKeyboardCodes.h',
|
| 'animation/AnimationUtilities.h',
|
| + 'animation/AnimationValue.h',
|
| + 'animation/KeyframeValueList.cpp',
|
| + 'animation/KeyframeValueList.h',
|
| + 'animation/TimingFunction.h',
|
| 'animation/UnitBezier.h',
|
| 'audio/AudioArray.h',
|
| 'audio/AudioBus.cpp',
|
| @@ -915,5 +919,10 @@
|
| 'weborigin/OriginAccessEntryTest.cpp',
|
| 'weborigin/SecurityOriginTest.cpp',
|
| ],
|
| + 'platform_web_unittest_files': [
|
| + 'animation/TimingFunctionTestHelper.cpp',
|
| + 'animation/TimingFunctionTestHelper.h',
|
| + 'animation/TimingFunctionTestHelperTest.cpp',
|
| + ],
|
| },
|
| }
|
|
|