| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 7fbd69b0d6e078088cd278f0a1331ec2806d7f16..13a02ea77658bb81d8bd9e235a0b593d5da9374f 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -3661,8 +3661,11 @@ split_static_library("browser") {
|
| deps += [
|
| "//chrome/browser/media/router",
|
| "//media/cast:net",
|
| + "//media/mojo/interfaces:remoting",
|
| ]
|
| sources += [
|
| + "media/cast_remoting_connector.cc",
|
| + "media/cast_remoting_connector.h",
|
| "media/cast_remoting_sender.cc",
|
| "media/cast_remoting_sender.h",
|
| ]
|
|
|