summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_installer_util.gypi
diff options
context:
space:
mode:
authorhuangs@chromium.org <huangs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-12 18:55:18 +0000
committerhuangs@chromium.org <huangs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-12 18:55:18 +0000
commit62f069d2577da8e6e89d3af4aff410be0b4c9c4f (patch)
treeb10b00f205678785e2511399bba237848ceda726 /chrome/chrome_installer_util.gypi
parentd66ac222818e128cc67714a60ee16b529069940d (diff)
downloadchromium_src-62f069d2577da8e6e89d3af4aff410be0b4c9c4f.zip
chromium_src-62f069d2577da8e6e89d3af4aff410be0b4c9c4f.tar.gz
chromium_src-62f069d2577da8e6e89d3af4aff410be0b4c9c4f.tar.bz2
Refactoring: Extracting UninstallMetrics from GoogleChromeDistributions to separate files.
This is a "low-hanging fruit" to simplify BrowserDistribution. The "routines of interest" are: BuildUninstallMetricsString() ExtractUninstallMetrics() ExtractUninstallMetricsFromFile() These used to be included in GoogleChromeDistribution, but were only called internally (aside from unit tests). Previously the unit test was grouped with GoogleChromeDistribution, which was jarring owing to use of #ifdef and friend. There is no change to the internals of the routines of interest, although their locations and visibilities were changed. BUG=170398 TBR=jhawkins Review URL: https://chromiumcodereview.appspot.com/14183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193975 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_installer_util.gypi')
-rw-r--r--chrome/chrome_installer_util.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi
index 2a26c6b..1777308 100644
--- a/chrome/chrome_installer_util.gypi
+++ b/chrome/chrome_installer_util.gypi
@@ -156,6 +156,8 @@
'installer/util/self_cleaning_temp_dir.h',
'installer/util/shell_util.cc',
'installer/util/shell_util.h',
+ 'installer/util/uninstall_metrics.cc',
+ 'installer/util/uninstall_metrics.h',
'installer/util/user_experiment.cc',
'installer/util/user_experiment.h',
],