diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-15 21:05:32 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-15 21:05:32 +0000 |
commit | a405b4c6c34f1ab69f73df8ec7e7b58631a3167d (patch) | |
tree | cf10c39f8e09e4cd417f762ed72e6d1a809be202 /chrome/chrome_installer.gypi | |
parent | 61e78f1855792814e87a777df59595edc9b163fe (diff) | |
download | chromium_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.gypi')
-rw-r--r-- | chrome/chrome_installer.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi index 80cf38d..d2be152 100644 --- a/chrome/chrome_installer.gypi +++ b/chrome/chrome_installer.gypi @@ -93,6 +93,7 @@ 'installer/util/lzma_util_unittest.cc', 'installer/util/master_preferences_unittest.cc', 'installer/util/move_tree_work_item_unittest.cc', + 'installer/util/package_properties_unittest.cc', 'installer/util/package_unittest.cc', 'installer/util/product_unittest.h', 'installer/util/product_unittest.cc', |