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

Unified Diff: Source/modules/modules.gypi

Issue 182613002: Add support to Battery Status API in blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index b20542fa199403d93b6766f4c0325423543a05c5..dce8dea5cbbb4171a77db2aa23f9c73fe94c2873 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -10,6 +10,7 @@
# Files for which bindings (.cpp and .h files) will be generated
'modules_idl_files': [
'<@(extra_blink_module_idl_files)',
+ 'battery/BatteryManager.idl',
'crypto/Algorithm.idl',
'crypto/Crypto.idl',
'crypto/Key.idl',
@@ -178,6 +179,7 @@
],
# 'partial interface' or target (right side of) 'implements'
'modules_dependency_idl_files': [
+ 'battery/NavigatorBattery.idl',
'crypto/WindowCrypto.idl',
'crypto/WorkerGlobalScopeCrypto.idl',
'donottrack/NavigatorDoNotTrack.idl',
@@ -215,6 +217,12 @@
],
'modules_files': [
'<@(extra_blink_module_files)',
+ 'battery/BatteryManager.cpp',
+ 'battery/BatteryManager.h',
+ 'battery/BatteryStatus.cpp',
+ 'battery/BatteryStatus.h',
+ 'battery/NavigatorBattery.cpp',
+ 'battery/NavigatorBattery.h',
'crypto/Algorithm.cpp',
'crypto/Algorithm.h',
'crypto/Crypto.cpp',
« Source/modules/battery/NavigatorBattery.cpp ('K') | « Source/modules/battery/NavigatorBattery.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698