0

wayland: remove deprecated use_system_libwayland

There are no places that use that gn arg anymore. Thus, it can
be finally removed.

Bug: 1385736
Change-Id: Id256ccf3a549c4690c0a697bab15794926f62c9a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4189110
Reviewed-by: Thomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Maksim Sisov <msisov@igalia.com>
Cr-Commit-Position: refs/heads/main@{#1096258}
This commit is contained in:
Maksim Sisov
2023-01-24 17:54:23 +00:00
committed by Chromium LUCI CQ
parent 1034c08db2
commit ed3facc821

@ -6,9 +6,5 @@ import("//build/config/ozone.gni")
wayland_gn_dir = "//third_party/wayland"
# TODO(crbug.com/1385736): remove this once importers of this file do not
# rely on this gn arg.
use_system_libwayland = false
# Path to Wayland sources
wayland_dir = "$wayland_gn_dir/src"