| Index: components/exo/BUILD.gn
|
| diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
|
| index 0086efe7f43bf75be9ee915a0237ad2168ac86ef..e3398b780a684c3b8c8c1eda35d54541cf54d07f 100644
|
| --- a/components/exo/BUILD.gn
|
| +++ b/components/exo/BUILD.gn
|
| @@ -58,7 +58,6 @@ source_set("exo") {
|
| "//device/gamepad",
|
| "//gpu",
|
| "//gpu/command_buffer/client:gles2_interface",
|
| - "//services/ui/public/cpp",
|
| "//skia",
|
| "//ui/aura",
|
| "//ui/compositor",
|
| @@ -140,7 +139,7 @@ source_set("unit_tests") {
|
| "//ui/keyboard",
|
| "//ui/message_center",
|
| "//ui/views",
|
| - "//ui/wm:wm",
|
| + "//ui/wm",
|
| ]
|
|
|
| if (use_ozone) {
|
|
|