Index: media/cast/BUILD.gn |
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn |
index df6e7e642f5624d3a70f67c36b95074741e9205f..557f802c2bd4ca8a24f7ab5ea2cecca63ccbf5c6 100644 |
--- a/media/cast/BUILD.gn |
+++ b/media/cast/BUILD.gn |
@@ -543,13 +543,13 @@ if (is_linux && !is_chromeos) { |
# produce libraries to link with their applications. Chromium targets should |
# not reference these. |
-static_library("cast_sender") { |
+group("cast_sender") { |
Nico
2016/05/13 21:03:47
actually, i think this change is wrong
|
deps = [ |
":sender", |
] |
} |
-static_library("cast_receiver") { |
+group("cast_receiver") { |
deps = [ |
":receiver", |
] |