| Index: chrome/utility/BUILD.gn
|
| diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
|
| index 2a723960502816b63dee206f5fd64701f83293a6..c8482f9eadc2adb3f7b2ef46386bd21ed62ee8f8 100644
|
| --- a/chrome/utility/BUILD.gn
|
| +++ b/chrome/utility/BUILD.gn
|
| @@ -179,7 +179,7 @@ static_library("utility") {
|
| deps += [ "//chrome/utility/safe_browsing/mac" ]
|
| }
|
|
|
| - if (enable_media_router && !is_android) {
|
| + if (!is_android) {
|
| sources += [
|
| "media_router/dial_device_description_parser_impl.cc",
|
| "media_router/dial_device_description_parser_impl.h",
|
|
|