diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-15 20:46:36 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-15 20:46:36 +0000 |
commit | 2578c8ab913d2f5760c310a9969a4cf77205e59f (patch) | |
tree | e11dcb96f8ea9559adbdafc74d3ebc6f33c60b95 /chrome/chrome_installer_util.gypi | |
parent | 1f71d58803aa64d574369a85d5b16c1cf8e12b1e (diff) | |
download | chromium_src-2578c8ab913d2f5760c310a9969a4cf77205e59f.zip chromium_src-2578c8ab913d2f5760c310a9969a4cf77205e59f.tar.gz chromium_src-2578c8ab913d2f5760c310a9969a4cf77205e59f.tar.bz2 |
Make UpgradeDetector work on the Mac.
This is the backend work only. There's no UI yet.
BUG=45147
TEST=manual
Review URL: http://codereview.chromium.org/3032001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_installer_util.gypi')
-rw-r--r-- | chrome/chrome_installer_util.gypi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi index a7dac66..84ae839 100644 --- a/chrome/chrome_installer_util.gypi +++ b/chrome/chrome_installer_util.gypi @@ -151,6 +151,21 @@ } ], }], + ['OS=="mac"', { + 'targets': [ + { + 'target_name': 'installer_util', + 'type': '<(library)', + 'dependencies': [ + '../base/base.gyp:base', + ], + 'sources': [ + 'installer/util/version.cc', + 'installer/util/version.h', + ], + } + ], + }], ], } |