Index: ui/ozone/BUILD.gn |
diff --git a/ui/ozone/BUILD.gn b/ui/ozone/BUILD.gn |
index a11bb7f7fe60a698892e43ecb1740ee7fe55e851..030e0f3b0b07b565114cb1f6b3cb840f41a151c3 100644 |
--- a/ui/ozone/BUILD.gn |
+++ b/ui/ozone/BUILD.gn |
@@ -35,6 +35,11 @@ if (ozone_platform_gbm) { |
ozone_platform_test_deps += [ "platform/drm:gbm_unittests" ] |
} |
+if (ozone_platform_cast) { |
+ ozone_platforms += [ "cast" ] |
+ ozone_platform_deps += [ "platform/cast" ] |
+} |
+ |
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" |