summaryrefslogtreecommitdiffstats
path: root/ceee/ie/plugin/bho/bho.gyp
diff options
context:
space:
mode:
authorhansl@google.com <hansl@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-23 00:56:37 +0000
committerhansl@google.com <hansl@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-23 00:56:37 +0000
commit58014de258cdb66f3b3b733031f386c6124f8e16 (patch)
treedeba2032a4dd584ac51bb44f98a165307691dc2d /ceee/ie/plugin/bho/bho.gyp
parentf0b6b4881e24a1e7cd9524c4e381382c14bde1f1 (diff)
downloadchromium_src-58014de258cdb66f3b3b733031f386c6124f8e16.zip
chromium_src-58014de258cdb66f3b3b733031f386c6124f8e16.tar.gz
chromium_src-58014de258cdb66f3b3b733031f386c6124f8e16.tar.bz2
Add UMA histograms services to CEEE. The histograms are aggregated in the broker, using RPC to send them, and then sent once every 15 minutes to the server.
Uses metrics_service.cc from chrome_frame. Adds dependency to RPC runtime for the BHO and to glue_renderer for linking. This depends on http://codereview.chromium.org/5247001 for uploading data. BUG=none TEST=none Review URL: http://codereview.chromium.org/5116008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67035 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ceee/ie/plugin/bho/bho.gyp')
-rw-r--r--ceee/ie/plugin/bho/bho.gyp6
1 files changed, 5 insertions, 1 deletions
diff --git a/ceee/ie/plugin/bho/bho.gyp b/ceee/ie/plugin/bho/bho.gyp
index d6e4d9e..c38d820 100644
--- a/ceee/ie/plugin/bho/bho.gyp
+++ b/ceee/ie/plugin/bho/bho.gyp
@@ -16,6 +16,7 @@
'dependencies': [
'../toolband/toolband.gyp:toolband_idl',
'../../broker/broker.gyp:broker',
+ '../../broker/broker.gyp:broker_rpc_lib',
'../../common/common.gyp:ie_common',
'../../common/common.gyp:ie_common_settings',
'../../../common/common.gyp:ceee_common',
@@ -23,7 +24,7 @@
'../../../../base/base.gyp:base',
'../../../../chrome_frame/chrome_frame.gyp:chrome_tab_idl',
# For the vtable patching stuff...
- '../../../../chrome_frame/chrome_frame.gyp:chrome_frame_ie',
+ '<(DEPTH)/chrome_frame/chrome_frame.gyp:chrome_frame_ie',
],
'sources': [
'browser_helper_object.cc',
@@ -79,6 +80,9 @@
# For chrome_tab.h
'<(SHARED_INTERMEDIATE_DIR)',
],
+ 'libraries': [
+ 'rpcrt4.lib',
+ ],
},
]
}