| Index: chrome/browser/media/router/discovery/BUILD.gn
|
| diff --git a/chrome/browser/media/router/discovery/BUILD.gn b/chrome/browser/media/router/discovery/BUILD.gn
|
| index f73865526f6a3d7ccefc050350a5ca4a4a9b9fd5..37b9a04e3159f0a4946f6c1b5b07468719c43f06 100644
|
| --- a/chrome/browser/media/router/discovery/BUILD.gn
|
| +++ b/chrome/browser/media/router/discovery/BUILD.gn
|
| @@ -4,8 +4,13 @@
|
| #
|
|
|
| static_library("discovery") {
|
| + inputs = [
|
| + "$root_gen_dir/chrome/grit/generated_resources.h",
|
| + ]
|
| deps = [
|
| "//base",
|
| + "//base:i18n",
|
| + "//chrome/app:generated_resources",
|
| "//chrome/common:constants",
|
| "//content/public/browser",
|
| "//content/public/common",
|
| @@ -19,5 +24,7 @@ static_library("discovery") {
|
| "dial/dial_registry.h",
|
| "dial/dial_service.cc",
|
| "dial/dial_service.h",
|
| + "dial/safe_dial_device_description_parser.cc",
|
| + "dial/safe_dial_device_description_parser.h",
|
| ]
|
| }
|
|
|