aboutsummaryrefslogtreecommitdiff
path: root/osp/impl/testing/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'osp/impl/testing/BUILD.gn')
-rw-r--r--osp/impl/testing/BUILD.gn38
1 files changed, 0 insertions, 38 deletions
diff --git a/osp/impl/testing/BUILD.gn b/osp/impl/testing/BUILD.gn
deleted file mode 100644
index 94bcc504..00000000
--- a/osp/impl/testing/BUILD.gn
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2018 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.
-
-import("../../build/config/services.gni")
-assert(use_mdns_responder)
-
-source_set("testing") {
- testonly = true
- sources = [
- "fake_mdns_platform_service.cc",
- "fake_mdns_platform_service.h",
- "fake_mdns_responder_adapter.cc",
- "fake_mdns_responder_adapter.h",
- ]
-
- deps = [
- "../discovery/mdns:mdns_interface",
- ]
-
- public_deps = [
- "../../../platform",
- ]
-}
-
-source_set("unittests") {
- testonly = true
- sources = [
- "fake_mdns_platform_service_unittest.cc",
- "fake_mdns_responder_adapter_unittest.cc",
- ]
-
- deps = [
- ":testing",
- "../../../third_party/abseil",
- "../../../third_party/googletest:gtest",
- ]
-}