Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6129)

Unified Diff: chrome/installer/installer.gyp

Issue 150012: Another go at switching mini_installer to gyp. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/installer.gyp
===================================================================
--- chrome/installer/installer.gyp (revision 19479)
+++ chrome/installer/installer.gyp (working copy)
@@ -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',
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698