Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(809)

Unified Diff: media/BUILD.gn

Issue 2737513004: Fix media_mojo builds (Closed)
Patch Set: add export Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/base/cdm_callback_promise.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | media/base/cdm_callback_promise.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698