| Index: mojo/services/public/cpp/view_manager/lib/BUILD.gn
|
| diff --git a/mojo/services/public/cpp/view_manager/lib/BUILD.gn b/mojo/services/public/cpp/view_manager/lib/BUILD.gn
|
| index 0385cde3489effe94bcf00e2617ea20244b0571d..32f4f3d416dcdae488ff0b85614c32156c4b9c89 100644
|
| --- a/mojo/services/public/cpp/view_manager/lib/BUILD.gn
|
| +++ b/mojo/services/public/cpp/view_manager/lib/BUILD.gn
|
| @@ -16,10 +16,12 @@
|
| deps = [
|
| "//base",
|
| "//base/test:test_support",
|
| + "//ui/gl",
|
| ]
|
| if (is_linux || is_win) {
|
| deps += [
|
| - "//mojo/services/public/interfaces/native_viewport",
|
| + "//third_party/mesa:osmesa",
|
| + "//mojo/services/native_viewport",
|
| ]
|
| }
|
| if (use_x11) {
|
|
|