| 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 5c95814fcd2d8ed123accde74ad5da749ae5504a..53b2ea8e22d2ecf29665c67d6039dc9d96a92eb5 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gypi
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| @@ -241,6 +241,10 @@
|
| 'audio/ffmpeg/FFTFrameFFMPEG.cpp',
|
| 'audio/ipp/FFTFrameIPP.cpp',
|
| 'audio/mac/FFTFrameMac.cpp',
|
| + 'battery/BatteryStatus.h',
|
| + 'battery/BatteryStatusDispatcher.cpp',
|
| + 'battery/BatteryStatusDispatcher.h',
|
| + 'battery/BatteryStatusListener.h',
|
| 'blob/BlobData.cpp',
|
| 'blob/BlobData.h',
|
| 'blob/BlobRegistry.cpp',
|
| @@ -940,7 +944,7 @@
|
| 'text/UnicodeUtilities.cpp',
|
| 'text/UnicodeUtilities.h',
|
| 'threading/BackgroundTaskRunner.cpp',
|
| - 'threading/BackgroundTaskRunner.h',
|
| + 'threading/BackgroundTaskRunner.h',
|
| 'transforms/AffineTransform.cpp',
|
| 'transforms/AffineTransform.h',
|
| 'transforms/IdentityTransformOperation.h',
|
| @@ -1005,6 +1009,7 @@
|
| 'WebVectorTest.cpp',
|
| 'animation/TimingFunctionTest.cpp',
|
| 'animation/UnitBezierTest.cpp',
|
| + 'battery/BatteryStatusDispatcherTest.cpp',
|
| 'blob/BlobDataTest.cpp',
|
| 'clipboard/ClipboardUtilitiesTest.cpp',
|
| 'fonts/CharacterTest.cpp',
|
|
|