summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_installer.gypi
diff options
context:
space:
mode:
authorgrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-19 12:19:20 +0000
committergrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-19 12:19:20 +0000
commit7f6b60b45eee92072b5fad615e1ad760462d19bb (patch)
treee4563b7f9d1814a7010293c7352872dee2023737 /chrome/chrome_installer.gypi
parent5a8229a6ecc9199153716959e9d6b0f35d9fa673 (diff)
downloadchromium_src-7f6b60b45eee92072b5fad615e1ad760462d19bb.zip
chromium_src-7f6b60b45eee92072b5fad615e1ad760462d19bb.tar.gz
chromium_src-7f6b60b45eee92072b5fad615e1ad760462d19bb.tar.bz2
Fix diff updates for MSI installs. Also makes diff updates possible for GCF and pure multi-install updates. While in there, I also removed the old (and no longer used) "-multifail" ap value tag.
BUG=72899,89315 TEST=run a diff installer (chrome_updater.exe) and see that it works to update an MSI-based installation of Chrome. R=robertshield@chromium.org Review URL: http://codereview.chromium.org/7401014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93005 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_installer.gypi')
-rw-r--r--chrome/chrome_installer.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index c259a0e..1e84c51 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -338,6 +338,11 @@
# below into a separate lib and then link both setup.exe and
# setup_unittests.exe against that.
'sources': [
+ 'installer/mini_installer/appid.h',
+ 'installer/mini_installer/chrome_appid.cc',
+ 'installer/mini_installer/configuration.cc',
+ 'installer/mini_installer/configuration.h',
+ 'installer/mini_installer/configuration_test.cc',
'installer/mini_installer/decompress.cc',
'installer/mini_installer/decompress.h',
'installer/mini_installer/decompress_test.cc',