# Copyright 2015 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("unittests") { | |
testonly = true | |
deps = [ | |
"//mojo/dart/unittests/embedder_tester", | |
"//mojo/dart/unittests/http_load_test", | |
"//mojo/dart/unittests/observatory_test", | |
] | |
} |