| 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 9b8261c476ffe509a805bf66f34921d9351dc0b8..76f22fc3d64d697c33ce20d6b28e4bf48ec58a1d 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gypi
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| @@ -275,6 +275,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',
|
| @@ -991,6 +994,7 @@
|
| 'text/UnicodeUtilities.h',
|
| 'threading/BackgroundTaskRunner.cpp',
|
| 'threading/BackgroundTaskRunner.h',
|
| + 'threading/BindForMojo.h',
|
| 'transforms/AffineTransform.cpp',
|
| 'transforms/AffineTransform.h',
|
| 'transforms/IdentityTransformOperation.h',
|
| @@ -1114,11 +1118,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',
|
| 'exported/FilePathConversionTest.cpp',
|
| @@ -1220,6 +1225,7 @@
|
| 'graphics/test/FakeGraphicsLayerFactory.h',
|
| 'testing/GeometryPrinters.cpp',
|
| 'testing/GeometryPrinters.h',
|
| + 'testing/MessageLoopForMojo.h',
|
| 'testing/PaintPrinters.cpp',
|
| 'testing/PaintPrinters.h',
|
| 'testing/PictureMatchers.cpp',
|
|
|