summaryrefslogtreecommitdiffstats
path: root/base/base.gypi
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-13 21:24:39 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-13 21:24:39 +0000
commite6e30ac7da61cf09099d861344b3c22e5d5d158c (patch)
tree3d6df38aeec8737b3aac899ab2079d77511a96e6 /base/base.gypi
parent662e95081cfe6aa20be3a367d7e12b71f9d790b3 (diff)
downloadchromium_src-e6e30ac7da61cf09099d861344b3c22e5d5d158c.zip
chromium_src-e6e30ac7da61cf09099d861344b3c22e5d5d158c.tar.gz
chromium_src-e6e30ac7da61cf09099d861344b3c22e5d5d158c.tar.bz2
Move the guts of user_metrics to a new static lib in //base/metrics.
I retained a couple of wrapper functions in content that post back to the UI thread if they are called from another thread. All existing code will continue to use these wrappers. The intent is that some code that I don't want to depend on content that only lives on the UI thread can now call //base/metrics code directly. R=isherman@chromium.org, jam@chromium.org http://crbug.com/332504 Review URL: https://codereview.chromium.org/129223004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244580 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gypi')
-rw-r--r--base/base.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/base.gypi b/base/base.gypi
index f5db573..c593ac0 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -381,6 +381,9 @@
'metrics/stats_counters.h',
'metrics/stats_table.cc',
'metrics/stats_table.h',
+ 'metrics/user_metrics.cc',
+ 'metrics/user_metrics.h',
+ 'metrics/user_metrics_action.h',
'move.h',
'native_library.h',
'native_library_mac.mm',