Index: ui/ozone/BUILD.gn |
diff --git a/ui/ozone/BUILD.gn b/ui/ozone/BUILD.gn |
index 27a25c541110713a78a4990a358eb118c49421ea..1634f847ecfe1894d7cc27b86608b370dafed299 100644 |
--- a/ui/ozone/BUILD.gn |
+++ b/ui/ozone/BUILD.gn |
@@ -43,6 +43,11 @@ if (ozone_platform_cast) { |
ozone_platform_deps += [ "platform/cast" ] |
} |
+if (ozone_platform_x11) { |
+ ozone_platforms += [ "x11" ] |
+ ozone_platform_deps += [ "platform/x11" ] |
+} |
+ |
platform_list_cc_file = "$target_gen_dir/platform_list.cc" |
platform_list_h_file = "$target_gen_dir/platform_list.h" |
platform_list_txt_file = "$target_gen_dir/platform_list.txt" |