summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_renderer.gypi
diff options
context:
space:
mode:
authortonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-05 18:14:36 +0000
committertonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-05 18:14:36 +0000
commita5a65acc4b6cfcbf4f9143a2196cc124454597fb (patch)
tree80e4e6e43ee25571f2c1c87c6e4a2921c0b969cd /chrome/chrome_renderer.gypi
parentd75db806671e165128bfe89834c845283a3f283f (diff)
downloadchromium_src-a5a65acc4b6cfcbf4f9143a2196cc124454597fb.zip
chromium_src-a5a65acc4b6cfcbf4f9143a2196cc124454597fb.tar.gz
chromium_src-a5a65acc4b6cfcbf4f9143a2196cc124454597fb.tar.bz2
Factor a PageLoadHistograms class out of RenderView.
No functional changes are intended. This is in anticipation of using the new WebPerformance API: http://trac.webkit.org/changeset/68141 My strategy is this: 1. In this patch, make the most minimal change possible to the Dump() method necessary to factor it out to a new class. 2. Add a new, temporary histograms which log the WebPerformance metrics which have an existing counterparts. 3. Once we understand any differences and are happy with the new metrics, rip out the old ones. This will allow more cleanup in RenderView and NavigationState. 4. Add new histograms for any interesting WebPerformance metrics which weren't previously available. BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65223 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_renderer.gypi')
-rw-r--r--chrome/chrome_renderer.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index d52341d..2f446ac 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -133,6 +133,8 @@
'renderer/page_click_listener.h',
'renderer/page_click_tracker.cc',
'renderer/page_click_tracker.h',
+ 'renderer/page_load_histograms.cc',
+ 'renderer/page_load_histograms.h',
'renderer/password_autocomplete_manager.cc',
'renderer/password_autocomplete_manager.h',
'renderer/pepper_devices.cc',