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

Unified Diff: content/common/BUILD.gn

Issue 1269253003: Add /bigobj to all builds on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « build/config/compiler/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 1683f01d6709c1f2fb194b12481dd36dc653af2b..751bf604478fa5f62f58a08ad1cc64b8a505eec0 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -486,11 +486,6 @@ source_set("common") {
]
}
}
-
- if (is_win && current_cpu == "x64") {
- # TODO(jschuh): Remove this after crbug.com/173851 gets fixed.
- cflags = [ "/bigobj" ]
- }
}
mojom("mojo_bindings") {
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698