| Index: chrome/common/BUILD.gn
|
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
|
| index c1f5fdcd800bbd4a64cacc7a9181bd84b70d1a33..2f5030d01cf5652d3ad789922606378382bacbee 100644
|
| --- a/chrome/common/BUILD.gn
|
| +++ b/chrome/common/BUILD.gn
|
| @@ -533,6 +533,13 @@ static_library("common") {
|
| ]
|
| public_deps += [ "//chrome/common:version_header" ]
|
| }
|
| +
|
| + if (enable_media_router) {
|
| + sources += [
|
| + "media_router/dial_device_description.cc",
|
| + "media_router/dial_device_description.h",
|
| + ]
|
| + }
|
| }
|
|
|
| process_version("version_header") {
|
|
|