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

Unified Diff: Source/modules/modules.gypi

Issue 212643010: Add Dispatcher class to the Battery Status API module. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove comments and stopUpdating in the destructor. Created 6 years, 8 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/BatteryStatus.cpp ('k') | public/platform/WebBatteryListener.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 ef7421e766dda5902dccadd0b08ff27fc5d4acc5..6c15912e98e9ee3e87ad7b6f49bd96a57b4a2da3 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -253,6 +253,8 @@
],
'modules_files': [
'<@(extra_blink_module_files)',
+ 'battery/BatteryDispatcher.cpp',
+ 'battery/BatteryDispatcher.h',
'battery/BatteryManager.cpp',
'battery/BatteryManager.h',
'battery/BatteryStatus.cpp',
« no previous file with comments | « Source/modules/battery/BatteryStatus.cpp ('k') | public/platform/WebBatteryListener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698