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

Unified Diff: content/content_browser.gypi

Issue 258173004: [NO SUBMIT] Battery Status API skeleton implementation ASYNC Base URL: https://chromium.googlesource.com/chromium/src.git@April-17-battery-status-renderer-and-IPC
Patch Set: 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 | « content/common/content_message_generator.h ('k') | content/content_common.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 e7674776b1c725c2e1e52fd5e85be95de288dbfa..931d0bff61bd1ae73cc48eca944ce17cfed6c066 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -312,6 +312,10 @@
'browser/appcache/view_appcache_internals_job.cc',
'browser/battery_status/battery_status_manager_android.cc',
'browser/battery_status/battery_status_manager_android.h',
+ 'browser/battery_status/battery_status_service.cc',
+ 'browser/battery_status/battery_status_service.h',
+ 'browser/battery_status/battery_status_message_filter.cc',
+ 'browser/battery_status/battery_status_message_filter.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/common/content_message_generator.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698