| Index: media/mojo/BUILD.gn
|
| diff --git a/media/mojo/BUILD.gn b/media/mojo/BUILD.gn
|
| index bcaaa4c8478c4a532871e21afdc45101909882e4..8ac65b347cf68ddfe598779db0131f8af791a576 100644
|
| --- a/media/mojo/BUILD.gn
|
| +++ b/media/mojo/BUILD.gn
|
| @@ -35,6 +35,14 @@ source_set("unit_tests") {
|
| }
|
|
|
| test("media_mojo_unittests") {
|
| + # crbug.com/676418: Suppress symbol import warnings.
|
| + if (is_win && is_component_build) {
|
| + ldflags = [
|
| + "/ignore:4217",
|
| + "/ignore:4049",
|
| + ]
|
| + }
|
| +
|
| deps = [
|
| ":unit_tests",
|
| "//mojo/edk/test:run_all_unittests",
|
|
|