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

Unified Diff: content/content.gyp

Issue 12191002: Enable BIGOBJ in MSVC for content target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
===================================================================
--- content/content.gyp (revision 180262)
+++ content/content.gyp (working copy)
@@ -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': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698