summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_installer.gypi
diff options
context:
space:
mode:
authorgrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-24 17:36:32 +0000
committergrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-24 17:36:32 +0000
commit48ddb167eaedd08cf087fcbfc5e1cecb8112c23e (patch)
tree31ac686e0a995b6b833517f378e833e53a1f9b4c /chrome/chrome_installer.gypi
parent06d226e82b3b1f54c22339bdc39ffe97294a3c6a (diff)
downloadchromium_src-48ddb167eaedd08cf087fcbfc5e1cecb8112c23e.zip
chromium_src-48ddb167eaedd08cf087fcbfc5e1cecb8112c23e.tar.gz
chromium_src-48ddb167eaedd08cf087fcbfc5e1cecb8112c23e.tar.bz2
Fix in-use updates where %TMP% is on a volume other than %USERPROFILE% and/or %SystemRoot%. We now do temp work on the same volume as the eventual install. In the case of system-level installs, this has the nice side-effect of allowing us to move the install into place rather than copy it, which should also speed up system-level installs.
BUG=70368 TEST=Set TMP and TEMP env vars to some volume other than the one holding %USERPROFILE% (for user-level installs) or %SystemRoot% (for system-level installs), then see if in-use updates work. Review URL: http://codereview.chromium.org/6538091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75899 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_installer.gypi')
-rw-r--r--chrome/chrome_installer.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index fd7d4fb..c366613 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -102,6 +102,7 @@
'installer/util/product_unittest.cc',
'installer/util/product_state_unittest.cc',
'installer/util/run_all_unittests.cc',
+ 'installer/util/self_cleaning_temp_dir_unittest.cc',
'installer/util/set_reg_value_work_item_unittest.cc',
'installer/util/shell_util_unittest.cc',
'installer/util/wmi_unittest.cc',