Index: content/content.gyp |
diff --git a/content/content.gyp b/content/content.gyp |
index 13a838565ca70b2f2fd002f482bb735152af0749..d6280c66cb63d5537ffeabfa996957601aa855fc 100644 |
--- a/content/content.gyp |
+++ b/content/content.gyp |
@@ -10,16 +10,6 @@ |
}, |
'target_defaults': { |
'defines': ['CONTENT_IMPLEMENTATION'], |
- 'conditions': [ |
- # TODO(jschuh): Remove this after crbug.com/173851 gets fixed. |
- ['OS=="win" and target_arch=="x64"', { |
- 'msvs_settings': { |
- 'VCCLCompilerTool': { |
- 'AdditionalOptions': ['/bigobj'], |
- }, |
- }, |
- }], |
- ], |
}, |
'conditions': [ |
['OS != "ios"', { |