Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index 09f7a4a989204e33a05aad18fa063f18163d780e..b0e56021b6d875a84533205b559136f14ed5b356 100644 |
--- a/content/common/BUILD.gn |
+++ b/content/common/BUILD.gn |
@@ -472,11 +472,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") { |