blob: 23320f7f69eab2986397bd48e753f4a4f3d09000 [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("sky") {
testonly = true
deps = [
"//sky/engine/platform:platform_unittests($host_toolchain)",
"//sky/engine/wtf:unittests($host_toolchain)",
"//sky/packages",
"//sky/shell",
]
if (is_android) {
deps += [ "//sky/services/activity" ]
}
if (!is_android) {
deps += [ "//third_party/mesa:osmesa" ]
}
}