diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-29 01:59:03 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-29 01:59:03 +0000 |
commit | e73273b0d0c0d7b77b3f3c095923307bab006938 (patch) | |
tree | 0c3c914e61ca116382b4ec302aa8e7ba290055eb /chrome/installer/installer.gyp | |
parent | 07506b507533d46e7ef826819ec9c5cbca5035aa (diff) | |
download | chromium_src-e73273b0d0c0d7b77b3f3c095923307bab006938.zip chromium_src-e73273b0d0c0d7b77b3f3c095923307bab006938.tar.gz chromium_src-e73273b0d0c0d7b77b3f3c095923307bab006938.tar.bz2 |
Another go at switching mini_installer to gyp.
BUG=None
TEST=None
TBR=sgk
Review URL: http://codereview.chromium.org/150012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19480 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/installer.gyp')
-rw-r--r-- | chrome/installer/installer.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp index cc20252..67e84c1 100644 --- a/chrome/installer/installer.gyp +++ b/chrome/installer/installer.gyp @@ -310,7 +310,6 @@ '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', @@ -348,8 +347,6 @@ ], 'AdditionalLibraryDirectories': ['<(DEPTH)/third_party/platformsdk_win2008_6_1/files/Lib;<(PRODUCT_DIR)/lib'], - 'AdditionalOptions': - '/safeseh:NO /dynamicbase:no /nxcompat /fixed', 'DelayLoadDLLs=': [], 'EntryPointSymbol': 'MainEntryPoint', 'GenerateMapFile': 'true', |