diff options
author | laforge@chromium.org <laforge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-29 20:53:51 +0000 |
---|---|---|
committer | laforge@chromium.org <laforge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-29 20:53:51 +0000 |
commit | a25f4f3b984d264580fb41861374d2adf7a11cd2 (patch) | |
tree | 3615733b4193a6b3da63c3b7af4dbc8f5e69a082 /build | |
parent | f4ed8951e07267ff0397301067749d88b3552edd (diff) | |
download | chromium_src-a25f4f3b984d264580fb41861374d2adf7a11cd2.zip chromium_src-a25f4f3b984d264580fb41861374d2adf7a11cd2.tar.gz chromium_src-a25f4f3b984d264580fb41861374d2adf7a11cd2.tar.bz2 |
Rollback /bigobj change in common.gypi
git-svn-id: svn://svn.chromium.org/chrome/branches/1491/src@197130 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/build/common.gypi b/build/common.gypi index 5c9f2e9..c241132 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1766,13 +1766,6 @@ ], }, 'conditions': [ - ['OS=="win"', { - 'msvs_settings': { - 'VCCLCompilerTool': { - 'AdditionalOptions': ['/bigobj'], - }, - }, - }], ['(OS=="mac" or OS=="ios") and asan==1', { 'dependencies': [ '<(DEPTH)/build/mac/asan.gyp:asan_dynamic_runtime', |