| Index: components/exo/BUILD.gn
|
| diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
|
| index 0086efe7f43bf75be9ee915a0237ad2168ac86ef..99e25bcf862b6cd5caee48fbfedb1105f85fd17f 100644
|
| --- a/components/exo/BUILD.gn
|
| +++ b/components/exo/BUILD.gn
|
| @@ -54,11 +54,11 @@ source_set("exo") {
|
| "//ash/public/cpp",
|
| "//base",
|
| "//cc",
|
| - "//cc/surfaces:surfaces",
|
| + "//cc/ipc:interfaces",
|
| + "//cc/surfaces",
|
| "//device/gamepad",
|
| "//gpu",
|
| "//gpu/command_buffer/client:gles2_interface",
|
| - "//services/ui/public/cpp",
|
| "//skia",
|
| "//ui/aura",
|
| "//ui/compositor",
|
| @@ -69,7 +69,7 @@ source_set("exo") {
|
| "//ui/gl",
|
| "//ui/views",
|
| "//ui/views/mus",
|
| - "//ui/wm:wm",
|
| + "//ui/wm",
|
| ]
|
|
|
| if (is_chromeos) {
|
| @@ -140,7 +140,7 @@ source_set("unit_tests") {
|
| "//ui/keyboard",
|
| "//ui/message_center",
|
| "//ui/views",
|
| - "//ui/wm:wm",
|
| + "//ui/wm",
|
| ]
|
|
|
| if (use_ozone) {
|
|
|