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

Unified Diff: media/mojo/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 | « media/cdm/BUILD.gn ('k') | media/mojo/services/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/BUILD.gn
diff --git a/media/mojo/BUILD.gn b/media/mojo/BUILD.gn
index 442a0cd3c28b62b441cc5d6e8a2c90efdd4e9745..2679bbd6456a93fcb48b0007eb651b7353873759 100644
--- a/media/mojo/BUILD.gn
+++ b/media/mojo/BUILD.gn
@@ -97,7 +97,7 @@ source_set("unit_tests") {
"//media/mojo/common:mojo_shared_buffer_video_frame",
"//media/mojo/interfaces",
"//media/mojo/interfaces:test_interfaces",
- "//media/mojo/services:lib",
+ "//media/mojo/services",
"//services/service_manager/tests:interfaces",
"//testing/gmock",
"//testing/gtest",
@@ -113,14 +113,6 @@ 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",
« no previous file with comments | « media/cdm/BUILD.gn ('k') | media/mojo/services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698