Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index b188441a3e0294f5e9c74985e437e69cbf3830ff..faeb3a26ef4edbe9349f5540d99218dbc28f7302 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -144,6 +144,9 @@ |
'public/browser/plugin_data_remover.h', |
'public/browser/plugin_service.h', |
'public/browser/plugin_service_filter.h', |
+ 'public/browser/power_data_provider.h', |
+ 'public/browser/power_profiler_observer.h', |
+ 'public/browser/power_profiler_service.h', |
'public/browser/power_save_blocker.h', |
'public/browser/profiler_controller.h', |
'public/browser/profiler_subscriber.h', |
@@ -770,6 +773,8 @@ |
'browser/plugin_service_impl.h', |
'browser/power_monitor_message_broadcaster.cc', |
'browser/power_monitor_message_broadcaster.h', |
+ 'browser/power_profiler/power_data_provider_factory.cc', |
+ 'browser/power_profiler/power_profiler_service.cc', |
'browser/power_save_blocker_android.cc', |
'browser/power_save_blocker_android.h', |
'browser/power_save_blocker_chromeos.cc', |