diff options
author | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-28 19:24:30 +0000 |
---|---|---|
committer | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-28 19:24:30 +0000 |
commit | bb21ccb70db51e848489089f1eba6559e92c0807 (patch) | |
tree | 1a09c4eb0bd0624a3a6671c690061ecbf52e9a45 /chrome | |
parent | e3402fed6fc835ea32d26002eb13570bc4ac42a0 (diff) | |
download | chromium_src-bb21ccb70db51e848489089f1eba6559e92c0807.zip chromium_src-bb21ccb70db51e848489089f1eba6559e92c0807.tar.gz chromium_src-bb21ccb70db51e848489089f1eba6559e92c0807.tar.bz2 |
Switching gyp off for mini_installer.
There still seem to be some issues. (Odd it worked locally...)
BUG=None
TEST=None
TBR=sgk
Review URL: http://codereview.chromium.org/151007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19477 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/installer/installer.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp index d2efe4b..babfd2e 100644 --- a/chrome/installer/installer.gyp +++ b/chrome/installer/installer.gyp @@ -310,6 +310,7 @@ 'target_name': 'mini_installer', 'type': 'executable', 'msvs_guid': '24A5AC7C-280B-4899-9153-6BA570A081E7', + 'msvs_existing_vcproj': 'mini_installer/mini_installer.vcproj', 'dependencies': [ '../chrome.gyp:chrome', '../chrome.gyp:chrome_dll', @@ -486,7 +487,7 @@ 'dependencies': [ 'installer_util', 'installer_util_strings', - '../../build/util/build_util.gyp:lastchange', + '../../build/util/build_util.gyp:lastchange', '../../build/win/system.gyp:cygwin', '../../courgette/courgette.gyp:courgette_lib', '../../third_party/bspatch/bspatch.gyp:bspatch', |