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

Unified Diff: content/content_browser.gypi

Issue 10454086: Histograms - Support histograms for Plugins, GPU (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/child_thread.cc ('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
===================================================================
--- content/content_browser.gypi (revision 146279)
+++ content/content_browser.gypi (working copy)
@@ -83,6 +83,7 @@
'public/browser/global_request_id.h',
'public/browser/gpu_data_manager.h',
'public/browser/gpu_data_manager_observer.h',
+ 'public/browser/histogram_fetcher.h',
'public/browser/host_zoom_map.h',
'public/browser/indexed_db_context.h',
'public/browser/interstitial_page.h',
@@ -402,6 +403,15 @@
'browser/gpu/gpu_process_host_ui_shim.h',
'browser/gpu/gpu_surface_tracker.cc',
'browser/gpu/gpu_surface_tracker.h',
+ 'browser/histogram_controller.cc',
+ 'browser/histogram_controller.h',
+ 'browser/histogram_internals_request_job.cc',
+ 'browser/histogram_internals_request_job.h',
+ 'browser/histogram_message_filter.cc',
+ 'browser/histogram_message_filter.h',
+ 'browser/histogram_subscriber.h',
+ 'browser/histogram_synchronizer.cc',
+ 'browser/histogram_synchronizer.h',
'browser/host_zoom_map_impl.cc',
'browser/host_zoom_map_impl.h',
'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc',
« no previous file with comments | « content/common/child_thread.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698