| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 64ab23176ef3667103ebf2722b52ae8bbf930c47..24e6da6355ba90a2f4ebcb67bbf37e39a10bfcbc 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -17,6 +17,7 @@ import("//media/media_options.gni")
|
| import("//remoting/remoting_enable.gni")
|
| import("//third_party/openh264/openh264_args.gni")
|
| import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
|
| +import("//ui/ozone/ozone.gni")
|
| import("//v8/gni/v8.gni")
|
| import("//v8/snapshot_toolchain.gni")
|
|
|
| @@ -372,7 +373,7 @@ group("both_gn_and_gyp") {
|
| ]
|
| }
|
|
|
| - if (use_x11) {
|
| + if (use_x11 || ozone_platform_x11) {
|
| deps += [ "//tools/xdisplaycheck" ]
|
| }
|
|
|
|
|