| Index: third_party/WebKit/Source/platform/blink_platform.gypi
|
| diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| index 4bad7ffbd7337409004e87547763b390fb62eae7..35bd34c592bb2147508770e0379a414cacfb26a5 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gypi
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| @@ -157,29 +157,29 @@
|
| 'animation/UnitBezier.h',
|
| 'animation/CompositorAnimation.cpp',
|
| 'animation/CompositorAnimation.h',
|
| - 'animation/CompositorAnimationCurve.cpp',
|
| - 'animation/CompositorAnimationCurve.h',
|
| + 'animation/CompositorAnimationCurve.cpp',
|
| + 'animation/CompositorAnimationCurve.h',
|
| 'animation/CompositorAnimationPlayer.cpp',
|
| 'animation/CompositorAnimationPlayer.h',
|
| 'animation/CompositorAnimationPlayerClient.cpp',
|
| 'animation/CompositorAnimationPlayerClient.h',
|
| - 'animation/CompositorAnimationTimeline.cpp',
|
| - 'animation/CompositorAnimationTimeline.h',
|
| + 'animation/CompositorAnimationTimeline.cpp',
|
| + 'animation/CompositorAnimationTimeline.h',
|
| 'animation/CompositorFilterAnimationCurve.cpp',
|
| 'animation/CompositorFilterAnimationCurve.h',
|
| 'animation/CompositorFilterKeyframe.cpp',
|
| - 'animation/CompositorFilterKeyframe.h',
|
| + 'animation/CompositorFilterKeyframe.h',
|
| 'animation/CompositorFloatAnimationCurve.cpp',
|
| 'animation/CompositorFloatAnimationCurve.h',
|
| 'animation/CompositorFloatKeyframe.h',
|
| - 'animation/CompositorScrollOffsetAnimationCurve.cpp',
|
| - 'animation/CompositorScrollOffsetAnimationCurve.h',
|
| + 'animation/CompositorScrollOffsetAnimationCurve.cpp',
|
| + 'animation/CompositorScrollOffsetAnimationCurve.h',
|
| 'animation/CompositorTransformAnimationCurve.cpp',
|
| 'animation/CompositorTransformAnimationCurve.h',
|
| 'animation/CompositorTransformKeyframe.cpp',
|
| 'animation/CompositorTransformKeyframe.h',
|
| - 'animation/CompositorTransformOperations.cpp',
|
| - 'animation/CompositorTransformOperations.h',
|
| + 'animation/CompositorTransformOperations.cpp',
|
| + 'animation/CompositorTransformOperations.h',
|
| 'audio/AudioArray.h',
|
| 'audio/AudioBus.cpp',
|
| 'audio/AudioBus.h',
|
| @@ -274,6 +274,9 @@
|
| 'audio/ffmpeg/FFTFrameFFMPEG.cpp',
|
| 'audio/ipp/FFTFrameIPP.cpp',
|
| 'audio/mac/FFTFrameMac.cpp',
|
| + 'battery/battery_dispatcher_proxy.cc',
|
| + 'battery/battery_dispatcher_proxy.h',
|
| + 'battery/battery_status.h',
|
| 'blob/BlobData.cpp',
|
| 'blob/BlobData.h',
|
| 'blob/BlobRegistry.cpp',
|
| @@ -560,7 +563,7 @@
|
| 'graphics/CompositingReasons.cpp',
|
| 'graphics/CompositingReasons.h',
|
| 'graphics/CompositorFactory.cpp',
|
| - 'graphics/CompositorFactory.h',
|
| + 'graphics/CompositorFactory.h',
|
| 'graphics/CompositorFilterOperations.cpp',
|
| 'graphics/CompositorFilterOperations.h',
|
| 'graphics/CompositorMutableState.cpp',
|
| @@ -988,6 +991,7 @@
|
| 'text/UnicodeUtilities.h',
|
| 'threading/BackgroundTaskRunner.cpp',
|
| 'threading/BackgroundTaskRunner.h',
|
| + 'threading/BindForMojo.h',
|
| 'transforms/AffineTransform.cpp',
|
| 'transforms/AffineTransform.h',
|
| 'transforms/IdentityTransformOperation.h',
|
| @@ -1106,11 +1110,12 @@
|
| 'WebScreenInfoTest.cpp',
|
| 'WebVectorTest.cpp',
|
| 'animation/AnimationTranslationUtilTest.cpp',
|
| - 'animation/TimingFunctionTest.cpp',
|
| - 'animation/UnitBezierTest.cpp',
|
| 'animation/CompositorAnimationPlayerTest.cpp',
|
| 'animation/CompositorAnimationTest.cpp',
|
| 'animation/CompositorFloatAnimationCurveTest.cpp',
|
| + 'animation/TimingFunctionTest.cpp',
|
| + 'animation/UnitBezierTest.cpp',
|
| + 'battery/battery_dispatcher_proxy_unittest.cc',
|
| 'blob/BlobDataTest.cpp',
|
| 'clipboard/ClipboardUtilitiesTest.cpp',
|
| 'fonts/AcceptLanguagesResolverTest.cpp',
|
| @@ -1210,6 +1215,7 @@
|
| 'graphics/test/FakeGraphicsLayerFactory.h',
|
| 'testing/GeometryPrinters.cpp',
|
| 'testing/GeometryPrinters.h',
|
| + 'testing/MojoTestHelper.h',
|
| 'testing/PaintPrinters.cpp',
|
| 'testing/PaintPrinters.h',
|
| 'testing/PictureMatchers.cpp',
|
|
|