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 d080b17142bdf88a34b130c41b4ee285e8b39d13..5f65262b5b1ac95344d13baefbc9e7be18801417 100644 |
--- a/third_party/WebKit/Source/platform/blink_platform.gypi |
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi |
@@ -274,6 +274,10 @@ |
'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', |
+ 'battery/battery_status_listener.h', |
'blob/BlobData.cpp', |
'blob/BlobData.h', |
'blob/BlobRegistry.cpp', |
@@ -1099,11 +1103,12 @@ |
'UUIDTest.cpp', |
'WebScreenInfoTest.cpp', |
'WebVectorTest.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/CharacterTest.cpp', |