Chromium Code Reviews| Index: chrome/common/BUILD.gn |
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
| index 94bdf49ec09af5e65068d5e30bd0c56a2b5c0dd0..bdf7fed5f344df1af579d673ebc99965abe644c4 100644 |
| --- a/chrome/common/BUILD.gn |
| +++ b/chrome/common/BUILD.gn |
| @@ -543,6 +543,10 @@ static_library("common") { |
| ] |
| public_deps += [ "//chrome/common:version_header" ] |
| } |
| + |
| + if (enable_media_router) { |
| + public_deps += [ "//chrome/common/media_router:interfaces" ] |
| + } |
| } |
| process_version("version_header") { |