BUILD.gn 422 B

1234567891011121314151617181920
  1. # Copyright 2018 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. import("//testing/test.gni")
  5. group("mirroring_tests") {
  6. testonly = true
  7. public_deps = [
  8. "browser:unittests",
  9. "service:unittests",
  10. ]
  11. }
  12. test("mirroring_unittests") {
  13. deps = [
  14. ":mirroring_tests",
  15. "//media/test:run_all_unittests",
  16. ]
  17. }