| Index: chrome/utility/BUILD.gn
|
| diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
|
| index 36aad7ea106b3059a6b19ede884c70a10d936de0..cfca85f8860c49b37d7faec712439144fdb6be94 100644
|
| --- a/chrome/utility/BUILD.gn
|
| +++ b/chrome/utility/BUILD.gn
|
| @@ -57,6 +57,7 @@ static_library("utility") {
|
| "//skia",
|
| "//sql",
|
| "//third_party/libxml",
|
| + "//third_party/libxslt",
|
| ]
|
|
|
| if (!is_android) {
|
| @@ -182,4 +183,13 @@ static_library("utility") {
|
| if (is_mac && safe_browsing_mode == 1) {
|
| deps += [ "//chrome/utility/safe_browsing/mac" ]
|
| }
|
| +
|
| + if (enable_media_router) {
|
| + sources += [
|
| + "media_router/dial_device_description_parser.cc",
|
| + "media_router/dial_device_description_parser.h",
|
| + "media_router/dial_device_description_parser_impl.cc",
|
| + "media_router/dial_device_description_parser_impl.h",
|
| + ]
|
| + }
|
| }
|
|
|