提交 8ecb0157 编写于 作者: C Chinmay Garde

Prepare a standalone non-interative Sky shell on Mac. (#2700)

上级 ccb90b5c
......@@ -22,7 +22,7 @@ copy("sky_shell") {
]
deps = [
"//sky/shell:shell_struct",
"//sky/shell",
]
} else if (!is_ios) {
sources = [
......
......@@ -463,7 +463,14 @@ if (is_android) {
]
}
mac_app("shell") {
executable("shell_standalone") {
output_name = "sky_shell"
deps = [
":mac_scaffolding",
]
}
mac_app("shell_application") {
app_name = "SkyShell"
info_plist = "platform/mac/Info.plist"
......@@ -481,6 +488,13 @@ if (is_android) {
":sky_resources",
]
}
group("shell") {
deps = [
":shell_application",
":shell_standalone",
]
}
} else {
assert(false, "Unsupported platform")
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册