Add a basic sky_shell.mojo

Currently sky_shell.mojo can't load any Flutter apps or draw to the screen, but
that will come in later patches.
This commit is contained in:
Adam Barth 2015-11-11 14:06:55 -08:00
parent d341af2571
commit 99194a75ff

View File

@ -13,6 +13,10 @@ group("sky") {
"//sky/tools/sky_snapshot($host_toolchain)",
]
if (is_linux || is_android) {
deps += [ "//sky/shell/platform/mojo" ]
}
if (is_android) {
deps += [ "//sky/services/activity" ]
}