Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index c2d5547047b5319cbefbda1a40b5e08e011f7ebe..45017b872e34d28d2dbf9d5a9e62575e827b683a 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -122,6 +122,13 @@ group("gn_all") { |
| ] |
| } |
| + 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? |