Chromium Code Reviews| Index: chrome/common/BUILD.gn |
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
| index 624c08c82179286f6c92997a5c83ffcbbd6bb9d5..29c4a01d26f6fcc6452532d274eb5069fac83d10 100644 |
| --- a/chrome/common/BUILD.gn |
| +++ b/chrome/common/BUILD.gn |
| @@ -543,7 +543,8 @@ static_library("common") { |
| } |
| if (enable_media_router) { |
| - public_deps += [ "//chrome/common/media_router:interfaces" ] |
| + public_deps += |
| + [ "//chrome/common/media_router/mojo:dial_utility_interfaces" ] |
| } |
| } |