| Index: media/BUILD.gn
|
| diff --git a/media/BUILD.gn b/media/BUILD.gn
|
| index ebe115ac2249c0f91f1f9f53db3e53c302d17c94..9e031723b91ea3bed5d5c60f4babf607c40ce7e8 100644
|
| --- a/media/BUILD.gn
|
| +++ b/media/BUILD.gn
|
| @@ -397,14 +397,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",
|
|
|