diff options
author | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 11:04:38 +0000 |
---|---|---|
committer | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 11:04:38 +0000 |
commit | 5efd48f15c60781a7a9e77497723c8ed7f78da35 (patch) | |
tree | d75622b23a0aa71d8a3c40357d64b70cccb48da6 /chrome/chrome_common.gypi | |
parent | 61b694a0c26eac522a9834ccbe0229a20ac9c84a (diff) | |
download | chromium_src-5efd48f15c60781a7a9e77497723c8ed7f78da35.zip chromium_src-5efd48f15c60781a7a9e77497723c8ed7f78da35.tar.gz chromium_src-5efd48f15c60781a7a9e77497723c8ed7f78da35.tar.bz2 |
Revert 49354 - causing regression in MetricsLogTest.ChromeOSEmptyRecord on CrOS
Original r49354 description: Preparation CL for adding crash metrics UMA counters to ChromeFrame. Basically this would mean that metrics reporting would be done directly
by ChromeFrame. Currently ChromeFrame uses Chrome to upload this data.
Refactored the chrome metrics service and metrics logging functionality into base classes defined in chrome\common\metrics_helpers.cc/.h. While
this refactoring is by no means complete it is a first step to avoid needless code duplication between chrome and chrome frame.
Bug=46057
Review URL: http://codereview.chromium.org/2744003
TBR=ananta@chromium.org
Review URL: http://codereview.chromium.org/2779013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49382 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 7be94dd..0a06020 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -56,8 +56,6 @@ 'common/main_function_params.h', 'common/message_router.cc', 'common/message_router.h', - 'common/metrics_helpers.cc', - 'common/metrics_helpers.h', 'common/nacl_cmd_line.cc', 'common/nacl_cmd_line.h', 'common/nacl_messages.h', @@ -369,7 +367,6 @@ '../app/app.gyp:app_resources', '../base/base.gyp:base_nacl_win64', '../ipc/ipc.gyp:ipc_win64', - '../third_party/libxml/libxml.gyp:libxml', ], 'include_dirs': [ '../third_party/npapi', |