blob: bb8a6e5e41a3b7a77b3dc00cdfa0683327ef74e8 [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.
import("//sky/engine/bindings/bindings.gni")
group("sky") {
testonly = true
deps = [
"//sky/engine/platform:platform_unittests($host_toolchain)",
"//sky/engine/wtf:unittests($host_toolchain)",
"//sky/packages",
"//sky/shell",
]
if (dart_host_toolchain == host_toolchain) {
deps += [ "//sky/tools/sky_snapshot($dart_host_toolchain)" ]
}
if (is_linux || is_android) {
deps += [ "//sky/shell/platform/mojo" ]
}
if (is_android) {
deps += [ "//sky/services/activity" ]
}
}