| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index d8e7df50442aac362156ba9b5bd8c25347013eed..9adaecd755918b897839b51b0f32dff06cf736ec 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -385,10 +385,10 @@ source_set("common") {
|
| "//mojo/edk/system",
|
| "//net",
|
| "//sandbox",
|
| - "//services/shell",
|
| - "//services/shell/public/cpp",
|
| - "//services/shell/public/interfaces",
|
| - "//services/shell/runner/common",
|
| + "//services/service_manager",
|
| + "//services/service_manager/public/cpp",
|
| + "//services/service_manager/public/interfaces",
|
| + "//services/service_manager/runner/common",
|
| "//services/ui/public/interfaces",
|
| "//services/video_capture/public/interfaces",
|
| "//skia",
|
| @@ -584,7 +584,7 @@ mojom("mojo_bindings") {
|
| "//ipc:mojom",
|
| "//media/mojo/interfaces",
|
| "//mojo/common:common_custom_types",
|
| - "//services/shell/public/interfaces",
|
| + "//services/service_manager/public/interfaces",
|
| "//services/ui/public/interfaces",
|
| "//services/video_capture/public/interfaces",
|
| "//skia/public/interfaces",
|
|
|