Index: media/BUILD.gn |
diff --git a/media/BUILD.gn b/media/BUILD.gn |
index b47595cca2bccb551f1b07b84fc1ca1339f7c269..34cf17611e329035a0212ed6d745292673421448 100644 |
--- a/media/BUILD.gn |
+++ b/media/BUILD.gn |
@@ -734,14 +734,6 @@ source_set("unit_tests") { |
# Contains tests for all targets in the "media" folder. |
# TODO(xhwang): Move mojo/capture/remoting tests here where applicable. |
test("media_unittests") { |
- # crbug.com/676418: Suppress symbol import warnings. |
- if (is_win && is_component_build) { |
- ldflags = [ |
- "/ignore:4217", |
- "/ignore:4049", |
- ] |
- } |
- |
deps = [ |
":unit_tests", |
"//media/audio:unit_tests", |