| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index d1c77283426194bd549cffb5ed320aaddbaadf1a..96165719b44c59b287bd7bd09c017d4c5f92e230 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -568,8 +568,6 @@ split_static_library("browser") {
|
| "mac/security_wrappers.h",
|
| "media/cast_remoting_connector.cc",
|
| "media/cast_remoting_connector.h",
|
| - "media/cast_remoting_connector_messaging.cc",
|
| - "media/cast_remoting_connector_messaging.h",
|
| "media/cast_remoting_sender.cc",
|
| "media/cast_remoting_sender.h",
|
| "media/media_access_handler.cc",
|
| @@ -1635,6 +1633,7 @@ split_static_library("browser") {
|
| "//media/cast:net",
|
| "//media/midi",
|
| "//media/mojo:features",
|
| + "//media/mojo/interfaces:mirror_service_remoting",
|
| "//media/mojo/interfaces:remoting",
|
| "//mojo/common",
|
| "//mojo/edk/system",
|
|
|