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

Unified Diff: content/content_browser.gypi

Issue 278043002: Battery Status API: browser-side implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add CONTENT_EXPORT to battery_status_manager.h Created 6 years, 7 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 | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 710efd9bfc9ea48d05f120e0bc68908691a92743..933bf6510c1cec0390c9b8448ad4d7f5c4c86e89 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -320,7 +320,10 @@
'browser/battery_status/battery_status_manager_android.cc',
'browser/battery_status/battery_status_manager_default.cc',
'browser/battery_status/battery_status_manager.h',
- 'browser/battery_status/battery_status_update_callback.h',
+ 'browser/battery_status/battery_status_message_filter.cc',
+ 'browser/battery_status/battery_status_message_filter.h',
+ 'browser/battery_status/battery_status_service.cc',
+ 'browser/battery_status/battery_status_service.h',
'browser/browser_child_process_host_impl.cc',
'browser/browser_child_process_host_impl.h',
'browser/browser_context.cc',
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698