Index: extensions/shell/BUILD.gn |
diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn |
index f84918a833580695fb77ec7ddc8cb1e982955b75..fc3d08da33fdafa75aeecb28f10bce065e6880dc 100644 |
--- a/extensions/shell/BUILD.gn |
+++ b/extensions/shell/BUILD.gn |
@@ -129,7 +129,7 @@ source_set("app_shell_lib") { |
} |
} |
-if (!is_chromeos) { |
+if (!(is_chromeos && !use_ozone)) { |
executable("app_shell") { |
# testonly because :app_shell_lib is testonly. See :app_shell_lib comment. |
testonly = true |