Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1455)

Unified Diff: Source/modules/modules.gypi

Issue 16298005: Remove Battery Status API support code from Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/battery/NavigatorBattery.idl ('k') | public/webview/WebBatteryStatus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 721035dd62b4e4dd504142b1d7f7f8bcad3a2e1b..a65fec0357403b0f1461d1771e5d009138c95621 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -1,8 +1,6 @@
{
'variables': {
'modules_idl_files': [
- 'battery/BatteryManager.idl',
- 'battery/NavigatorBattery.idl',
'device_orientation/DeviceAcceleration.idl',
'device_orientation/DeviceMotionEvent.idl',
'device_orientation/DeviceRotationRate.idl',
@@ -171,15 +169,6 @@
'websockets/WorkerContextWebSocket.idl',
],
'modules_files': [
- 'battery/BatteryClient.h',
- 'battery/BatteryController.cpp',
- 'battery/BatteryController.h',
- 'battery/BatteryManager.cpp',
- 'battery/BatteryManager.h',
- 'battery/BatteryStatus.cpp',
- 'battery/BatteryStatus.h',
- 'battery/NavigatorBattery.cpp',
- 'battery/NavigatorBattery.h',
'device_orientation/DeviceAcceleration.cpp',
'device_orientation/DeviceAcceleration.h',
'device_orientation/DeviceMotionClient.h',
« no previous file with comments | « Source/modules/battery/NavigatorBattery.idl ('k') | public/webview/WebBatteryStatus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698