| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index b75505b88380c4a391ba16df5eaef2dd9732b493..57cec4cd891a72c34050c5d5df39566a669c3ca7 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -124,6 +124,13 @@ group("gn_all") {
|
| deps += [ "//ui/ozone" ]
|
| }
|
|
|
| + if (enable_media_router) {
|
| + deps += [
|
| + "//chrome/browser/media/router/",
|
| + "//chrome/browser/media/router:unit_tests",
|
| + ]
|
| + }
|
| +
|
| if (is_win || is_mac || is_chromeos) {
|
| # RLZ works on these platforms.
|
| # TODO(GYP): Is this target needed, or pulled in automatically?
|
|
|