summaryrefslogtreecommitdiffstats
path: root/content/content.gyp
diff options
context:
space:
mode:
authorjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-03 19:30:26 +0000
committerjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-03 19:30:26 +0000
commit88bc2cb545294b37548d653394885cf31423e12a (patch)
tree5b1025847f6df52756da980c0dba39980334ee24 /content/content.gyp
parentd3973146b0a8df68eda167cb5bd3ba42b46afbe1 (diff)
downloadchromium_src-88bc2cb545294b37548d653394885cf31423e12a.zip
chromium_src-88bc2cb545294b37548d653394885cf31423e12a.tar.gz
chromium_src-88bc2cb545294b37548d653394885cf31423e12a.tar.bz2
Enable BIGOBJ in MSVC for content target
Under Win64 builds content exceeds the obj section limit. Eventually we need to enable this in common.gypi, but we need to fix some targets to make them compatible first. BUG=166496, 173851 TBR=jam Review URL: https://chromiumcodereview.appspot.com/12191002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180318 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content.gyp')
-rw-r--r--content/content.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/content/content.gyp b/content/content.gyp
index d15f86f..c773d83 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -22,6 +22,15 @@
'../webkit/support/setup_third_party.gyp:third_party_headers',
],
}],
+ # TODO(jschuh): Remove this after crbug.com/173851 gets fixed.
+ ['OS=="win" and target_arch=="x64"', {
+ 'msvs_settings': {
+ 'VCCLCompilerTool': {
+ 'AdditionalOptions': ['/bigobj'],
+ },
+ },
+ }],
+
],
},
'conditions': [