Index: content/content_browser.gypi |
=================================================================== |
--- content/content_browser.gypi (revision 139338) |
+++ content/content_browser.gypi (working copy) |
@@ -83,6 +83,8 @@ |
'public/browser/global_request_id.h', |
'public/browser/gpu_data_manager.h', |
'public/browser/gpu_data_manager_observer.h', |
+ 'public/browser/histogram_controller.h', |
+ 'public/browser/histogram_subscriber.h', |
'public/browser/host_zoom_map.h', |
'public/browser/indexed_db_context.h', |
'public/browser/interstitial_page.h', |
@@ -390,6 +392,10 @@ |
'browser/gpu/gpu_process_host_ui_shim.h', |
'browser/gpu/gpu_surface_tracker.cc', |
'browser/gpu/gpu_surface_tracker.h', |
+ 'browser/histogram_controller_impl.cc', |
+ 'browser/histogram_controller_impl.h', |
+ 'browser/histogram_message_filter.cc', |
+ 'browser/histogram_message_filter.h', |
'browser/host_zoom_map_impl.cc', |
'browser/host_zoom_map_impl.h', |
'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', |