| Index: components/mus/ws/BUILD.gn
|
| diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
|
| index af8bd74eed378ea80b94aa323550e2fa29560067..a7d353a1ac34b10d428d77a46f7b14fab5aca008 100644
|
| --- a/components/mus/ws/BUILD.gn
|
| +++ b/components/mus/ws/BUILD.gn
|
| @@ -222,6 +222,7 @@ test("mus_ws_unittests") {
|
| "//services/shell/public/cpp/test:run_all_shelltests",
|
| "//services/shell/public/interfaces",
|
| "//testing/gtest",
|
| + "//third_party/mesa:osmesa",
|
| "//ui/events",
|
| "//ui/gfx",
|
| "//ui/gfx:test_support",
|
| @@ -231,10 +232,6 @@ test("mus_ws_unittests") {
|
| "//ui/mojo/geometry:util",
|
| ]
|
|
|
| - if (!is_android) { # TODO(GYP) Enable on Android when osmesa links.
|
| - deps += [ "//third_party/mesa:osmesa" ]
|
| - }
|
| -
|
| if (use_x11) {
|
| deps += [ "//tools/xdisplaycheck" ]
|
| }
|
|
|