blob: 4e0a3198313073165aa0dfd4567fbd6592041c66 [file] [log] [blame]
# Copyright 2019 The Fuchsia 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("bin") {
deps = [
"simple_browser",
]
}
group("dart_unittests") {
testonly = true
deps = [
"simple_browser:simple_browser_unittests($host_toolchain)",
]
}