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

Unified Diff: build/common.gypi

Issue 1188603004: win: Add /bigobj globally (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 5e41fce43d127a090ac9faefe55cafd8403cd818..7c0c8fa6e959da914e8cf02d8f591aa90a635349 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3228,9 +3228,14 @@
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
'CharacterSet': '1',
},
- # Add the default import libs.
'msvs_settings':{
+ 'VCCompilerTool': {
+ 'AdditionalOptions': [
+ '/bigobj',
+ ],
+ },
'VCLinkerTool': {
+ # Add the default import libs.
'AdditionalDependencies': [
'kernel32.lib',
'gdi32.lib',
« 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