| Index: media/mojo/clients/BUILD.gn
|
| diff --git a/media/mojo/clients/BUILD.gn b/media/mojo/clients/BUILD.gn
|
| index 5d280ae4ea3233880f1bc7ba6e23bd7b4b3d22df..98d2bcdc216494c9e3add68ac275e277443d4c99 100644
|
| --- a/media/mojo/clients/BUILD.gn
|
| +++ b/media/mojo/clients/BUILD.gn
|
| @@ -46,12 +46,12 @@ source_set("clients") {
|
| "//media/mojo/interfaces",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/system",
|
| - "//services/shell/public/interfaces",
|
| + "//services/service_manager/public/interfaces",
|
| ]
|
|
|
| deps = [
|
| "//media/mojo/common",
|
| "//mojo/common",
|
| - "//services/shell/public/cpp",
|
| + "//services/service_manager/public/cpp",
|
| ]
|
| }
|
|
|