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

Unified Diff: content/content.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/common/BUILD.gn ('k') | content/content_shell_and_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"', {
« no previous file with comments | « content/common/BUILD.gn ('k') | content/content_shell_and_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698