| Index: mojo/services/native_viewport/BUILD.gn
|
| diff --git a/mojo/services/native_viewport/BUILD.gn b/mojo/services/native_viewport/BUILD.gn
|
| index b1089d1ccd6c60f548a464f50d62974af5477a53..7ba1fa2a3e6d1a26d6501c4063795a969f6e82b3 100644
|
| --- a/mojo/services/native_viewport/BUILD.gn
|
| +++ b/mojo/services/native_viewport/BUILD.gn
|
| @@ -11,6 +11,7 @@ static_library("native_viewport") {
|
| deps = [
|
| "//base",
|
| "//ui/events",
|
| + "//ui/events/platform",
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| "//mojo/public/cpp/application:chromium",
|
| @@ -50,7 +51,10 @@ static_library("native_viewport") {
|
|
|
| if (use_x11) {
|
| sources += [ "platform_viewport_x11.cc" ]
|
| - deps += [ "//ui/platform_window/x11" ]
|
| + deps += [
|
| + "//ui/events/platform/x11",
|
| + "//ui/platform_window/x11",
|
| + ]
|
| }
|
|
|
| if (use_ozone) {
|
|
|