提交 332e0766 编写于 作者: I Ian Fischer

Add a new target, sky_apk, that builds a minimal subset of the tree for...

Add a new target, sky_apk, that builds a minimal subset of the tree for creating working sky demo apks.

R=abarth@chromium.org, abarth@google.com

Review URL: https://codereview.chromium.org/1181893002.
上级 406d7dba
......@@ -13,20 +13,33 @@ group("sky") {
"//sky/engine/platform:platform_unittests",
"//sky/engine/web:sky_unittests",
"//sky/engine/wtf:unittests",
"//sky/sdk",
"//sky/tools/imagediff",
"//sky/tools/tester",
"//sky/viewer",
":sky_apk",
]
if (is_android) {
deps += [
"//sky/apk/demo",
"//sky/apk/stocks",
]
deps += [ "//sky/apk/stocks" ]
}
if (!is_android) {
deps += [ "//third_party/mesa:osmesa" ]
}
}
group("sky_apk") {
testonly = true
deps = [
"//mojo/dart/mojo_services",
"//mojo/dart/mojom",
"//mojo/public/dart:mojo",
"//sky/sdk",
"//third_party/dart-pkg",
]
if (is_android) {
deps += [ "//sky/apk/demo" ]
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册