diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-01 00:14:51 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-01 00:14:51 +0000 |
commit | c3ca5825ea00e93450bbfc8babe19b2289bf67b0 (patch) | |
tree | 705ea3d39c42e045245af753743495f3cd33a03e /chrome/chrome.gyp | |
parent | 25e02aca12eabfdcd8ba0506ce242cf91ef54150 (diff) | |
download | chromium_src-c3ca5825ea00e93450bbfc8babe19b2289bf67b0.zip chromium_src-c3ca5825ea00e93450bbfc8babe19b2289bf67b0.tar.gz chromium_src-c3ca5825ea00e93450bbfc8babe19b2289bf67b0.tar.bz2 |
revert 22215 which was testing an increased stack size.
Review URL: http://codereview.chromium.org/159749
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22232 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index dd70419..38c57c6 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -3087,7 +3087,6 @@ 'ProgramDatabaseFile': '$(OutDir)\\chrome_exe.pdb', # Set /SUBSYSTEM:WINDOWS for chrome.exe itself. 'SubSystem': '2', - 'StackReserveSize': '2097152', }, 'VCManifestTool': { 'AdditionalManifestFiles': '$(ProjectDir)\\app\\chrome.exe.manifest', |