| Index: third_party/WebKit/Source/modules/modules.gypi
|
| diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
|
| index d52530eee4f4669614a0971dc46088d1c095a98e..5d03bedbd31d44de5fc0a6eb403cc5c834303453 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -792,6 +792,8 @@
|
| 'battery/BatteryDispatcher.h',
|
| 'battery/BatteryManager.cpp',
|
| 'battery/BatteryManager.h',
|
| + 'battery/BatteryStatus.cpp',
|
| + 'battery/BatteryStatus.h',
|
| 'battery/NavigatorBattery.cpp',
|
| 'battery/NavigatorBattery.h',
|
| 'beacon/NavigatorBeacon.cpp',
|
| @@ -1863,7 +1865,6 @@
|
| # 'partial interface' or target (right side of) 'implements'
|
| 'modules_testing_dependency_idl_files' : [
|
| 'accessibility/testing/InternalsAccessibility.idl',
|
| - 'battery/testing/InternalsBattery.idl',
|
| 'geolocation/testing/InternalsGeolocation.idl',
|
| 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
|
| 'serviceworkers/testing/InternalsServiceWorker.idl',
|
| @@ -1874,8 +1875,6 @@
|
| 'modules_testing_files': [
|
| 'accessibility/testing/InternalsAccessibility.cpp',
|
| 'accessibility/testing/InternalsAccessibility.h',
|
| - 'battery/testing/InternalsBattery.cpp',
|
| - 'battery/testing/InternalsBattery.h',
|
| 'geolocation/testing/GeolocationClientMock.cpp',
|
| 'geolocation/testing/GeolocationClientMock.h',
|
| 'geolocation/testing/InternalsGeolocation.cpp',
|
|
|