| 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 5a2fbb0fafa77857a1b123283af15899d838d342..89324ce2f493cf390e254cea8210430e0dc88cde 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gypi
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| @@ -243,6 +243,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',
|
| @@ -1016,6 +1020,7 @@
|
| 'WebVectorTest.cpp',
|
| 'animation/TimingFunctionTest.cpp',
|
| 'animation/UnitBezierTest.cpp',
|
| + 'battery/BatteryStatusDispatcherTest.cpp',
|
| 'blob/BlobDataTest.cpp',
|
| 'clipboard/ClipboardUtilitiesTest.cpp',
|
| 'fonts/CharacterTest.cpp',
|
|
|