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") { |