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 bf175efa003662c2c2a214b8e05d8d94d1ea9ad0..deec372f08b0e6fae8c0f2267fdd56c7cd799475 100644 |
--- a/third_party/WebKit/Source/platform/blink_platform.gypi |
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi |
@@ -245,6 +245,10 @@ |
'audio/ffmpeg/FFTFrameFFMPEG.cpp', |
'audio/ipp/FFTFrameIPP.cpp', |
'audio/mac/FFTFrameMac.cpp', |
+ 'battery/battery_status.h', |
+ 'battery/battery_status_dispatcher.cc', |
+ 'battery/battery_status_dispatcher.h', |
+ 'battery/battery_status_listener.h', |
'blob/BlobData.cpp', |
'blob/BlobData.h', |
'blob/BlobRegistry.cpp', |
@@ -1016,6 +1020,7 @@ |
'WebVectorTest.cpp', |
'animation/TimingFunctionTest.cpp', |
'animation/UnitBezierTest.cpp', |
+ 'battery/battery_status_dispatcher_unittest.cc', |
'blob/BlobDataTest.cpp', |
'clipboard/ClipboardUtilitiesTest.cpp', |
'fonts/CharacterTest.cpp', |