Chromium Code Reviews| Index: chrome/common/BUILD.gn |
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
| index bbf02bf21084bebd105ab5cf1e466763a438352e..fb5a6bb1c6650e758b3e823b7e8442f8f6c30a67 100644 |
| --- a/chrome/common/BUILD.gn |
| +++ b/chrome/common/BUILD.gn |
| @@ -544,7 +544,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" ] |
| } |
| } |