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

Unified Diff: content/content_shell_and_tests.gyp

Issue 1190813002: Make GN build match gyp (/bigobj everywhere) and remove now-unnecessary settings (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 | « content/content.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« no previous file with comments | « content/content.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698