diff options
author | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-02 06:25:51 +0000 |
---|---|---|
committer | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-02 06:25:51 +0000 |
commit | 67b8a9b11974ab4266c02f708f7de900f8271148 (patch) | |
tree | d89059db3f6d128621698138edf2d7eb95dfe0a7 /chrome/installer | |
parent | 1997ef8f2173f1382acd68ff5521e3c0ffb9d45d (diff) | |
download | chromium_src-67b8a9b11974ab4266c02f708f7de900f8271148.zip chromium_src-67b8a9b11974ab4266c02f708f7de900f8271148.tar.gz chromium_src-67b8a9b11974ab4266c02f708f7de900f8271148.tar.bz2 |
Adding a required dependency on setup.exe by mini_installer.exe.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/119027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17388 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/installer.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp index d2da7a3..3159228 100644 --- a/chrome/installer/installer.gyp +++ b/chrome/installer/installer.gyp @@ -312,6 +312,7 @@ 'dependencies': [ '../chrome.gyp:app', '../chrome.gyp:chrome_dll', + 'setup', ], 'include_dirs': [ '../..', |