BUILD.gn 431 B

12345678910111213141516
  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. source_set("unit_tests") {
  5. testonly = true
  6. deps = [
  7. "//base/test:test_support",
  8. "//media:test_support",
  9. "//media/learning/common:unit_tests",
  10. "//media/learning/impl:unit_tests",
  11. "//media/learning/mojo:unit_tests",
  12. "//testing/gtest",
  13. ]
  14. }