| Index: content/content_shell_and_tests.gyp
|
| diff --git a/content/content_shell_and_tests.gyp b/content/content_shell_and_tests.gyp
|
| index b3c3c4c20bf0e27cfa021ede08496c35f2fd9522..41106649ee800bf94bb47d1c79d66267f2ce8b3b 100644
|
| --- a/content/content_shell_and_tests.gyp
|
| +++ b/content/content_shell_and_tests.gyp
|
| @@ -6,18 +6,6 @@
|
| 'variables': {
|
| 'chromium_code': 1, # Use higher warning level.
|
| },
|
| - 'target_defaults': {
|
| - 'conditions': [
|
| - # TODO(jschuh): Remove this after crbug.com/173851 gets fixed.
|
| - ['OS=="win" and target_arch=="x64"', {
|
| - 'msvs_settings': {
|
| - 'VCCLCompilerTool': {
|
| - 'AdditionalOptions': ['/bigobj'],
|
| - },
|
| - },
|
| - }],
|
| - ],
|
| - },
|
| 'includes': [
|
| 'content_tests.gypi',
|
| ],
|
|
|