summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_installer_util.gypi
diff options
context:
space:
mode:
authortommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-15 21:05:32 +0000
committertommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-15 21:05:32 +0000
commita405b4c6c34f1ab69f73df8ec7e7b58631a3167d (patch)
treecf10c39f8e09e4cd417f762ed72e6d1a809be202 /chrome/chrome_installer_util.gypi
parent61e78f1855792814e87a777df59595edc9b163fe (diff)
downloadchromium_src-a405b4c6c34f1ab69f73df8ec7e7b58631a3167d.zip
chromium_src-a405b4c6c34f1ab69f73df8ec7e7b58631a3167d.tar.gz
chromium_src-a405b4c6c34f1ab69f73df8ec7e7b58631a3167d.tar.bz2
Adding a new class, PackageProperties that represents the shared binaries for each of the products.
Also removing the system_level() property out of the Product class and into the Package class as system_level can't be different for products that share the same package. TEST=Run installer and unit tests. BUG=61609 Review URL: http://codereview.chromium.org/5744001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69314 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 2842eb3..4ab157c 100644
--- a/chrome/chrome_installer_util.gypi
+++ b/chrome/chrome_installer_util.gypi
@@ -105,6 +105,8 @@
'installer/util/master_preferences.h',
'installer/util/package.h',
'installer/util/package.cc',
+ 'installer/util/package_properties.h',
+ 'installer/util/package_properties.cc',
'installer/util/product.h',
'installer/util/product.cc',
'installer/util/shell_util.cc',