blob: 5321f5a84eccb2434314be91f21fb3b0fbe8af22 [file] [log] [blame]
# Copyright 2018 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//testing/test.gni")
group("mirroring_tests") {
testonly = true
public_deps = [
"browser:unittests",
"service:unittests",
]
}
test("mirroring_unittests") {
deps = [
":mirroring_tests",
"//media/test:run_all_unittests",
]
}