aboutsummaryrefslogtreecommitdiff
path: root/osp/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'osp/BUILD.gn')
-rw-r--r--osp/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/osp/BUILD.gn b/osp/BUILD.gn
index d34b18bd..031ae2ea 100644
--- a/osp/BUILD.gn
+++ b/osp/BUILD.gn
@@ -11,7 +11,6 @@ source_set("osp") {
deps = [
"impl",
]
- configs += [ "../build:allow_build_from_embedder" ]
}
if (use_chromium_quic) {
@@ -51,13 +50,14 @@ source_set("unittests") {
"../third_party/googletest:gtest",
"impl",
"impl/quic:test_support",
- "impl/testing",
"public",
"public:test_support",
]
if (use_mdns_responder) {
sources += [ "impl/mdns_responder_service_unittest.cc" ]
+
+ deps += [ "impl/testing" ]
}
}