BUILD.gn 380 B

12345678910111213141516
  1. # Copyright 2022 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. sources = [ "logging_unittest.cc" ]
  7. deps = [
  8. "//base",
  9. "//testing/gmock",
  10. "//testing/gtest",
  11. "//third_party/webrtc_overrides:webrtc_component",
  12. ]
  13. }