| Index: ui/views/BUILD.gn
|
| diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
|
| index 66e43bda4d7fb56df73304ba4d6a2fc0ce8c385e..1dda4939608670c92b92cc21c8cfb718f70efc82 100644
|
| --- a/ui/views/BUILD.gn
|
| +++ b/ui/views/BUILD.gn
|
| @@ -5,6 +5,7 @@
|
| import("//build/config/features.gni")
|
| import("//build/config/ui.gni")
|
| import("//testing/test.gni")
|
| +import("//ui/ozone/ozone.gni")
|
|
|
| config("flags") {
|
| defines = [ "TOOLKIT_VIEWS=1" ]
|
| @@ -750,6 +751,9 @@ static_library("test_support_internal") {
|
| if (use_x11) {
|
| deps += [ "//ui/gfx/x" ]
|
| }
|
| + if (ozone_platform_x11) {
|
| + deps += [ "//ui/base/x" ]
|
| + }
|
| if (use_ozone || !use_x11) {
|
| sources -= [
|
| "test/x11_property_change_waiter.cc",
|
|
|