| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index d829dc5650048d7b5fba8e26869792f2c6d46269..4b9b3dfdead4cc3e543ae1963a1bfe98351add2b 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -42,7 +42,6 @@ source_set("common") {
|
| "//cc",
|
| "//cc/ipc",
|
| "//cc/surfaces",
|
| - "//components/mus/public/interfaces",
|
| "//components/tracing",
|
| "//components/tracing:startup_tracing",
|
| "//content:resources",
|
| @@ -74,6 +73,7 @@ source_set("common") {
|
| "//services/shell/public/cpp",
|
| "//services/shell/public/interfaces",
|
| "//services/shell/runner/common",
|
| + "//services/ui/public/interfaces",
|
| "//skia",
|
| "//storage/common",
|
| "//third_party/WebKit/public:blink_minimal",
|
| @@ -252,8 +252,8 @@ mojom("mojo_bindings") {
|
|
|
| public_deps = [
|
| "//components/leveldb/public/interfaces",
|
| - "//components/mus/public/interfaces",
|
| "//services/shell/public/interfaces",
|
| + "//services/ui/public/interfaces",
|
| "//skia/public/interfaces",
|
| "//third_party/WebKit/public:mojo_bindings",
|
| "//ui/gfx/geometry/mojo",
|
|
|