Fix sky build on android

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/678533002
This commit is contained in:
James Robinson
2014-10-23 14:50:37 -07:00
parent e6903a0867
commit 63a8a02db2

View File

@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/ui.gni")
import("//tools/grit/grit_rule.gni")
group("sky") {
@@ -12,9 +13,15 @@ group("sky") {
"//sky/engine/platform:platform_unittests",
"//sky/engine/web:sky_unittests",
"//sky/engine/wtf:unittests",
"//sky/tools/debugger",
"//sky/tools/tester",
"//sky/viewer",
"//third_party/mesa:osmesa",
]
if (use_aura) {
deps += [
"//sky/tools/debugger",
"//sky/tools/tester",
]
}
if (!is_android) {
deps += [ "//third_party/mesa:osmesa" ]
}
}