aboutsummaryrefslogtreecommitdiff
path: root/osp/impl/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'osp/impl/DEPS')
-rw-r--r--osp/impl/DEPS10
1 files changed, 6 insertions, 4 deletions
diff --git a/osp/impl/DEPS b/osp/impl/DEPS
index 63752366..cd004f79 100644
--- a/osp/impl/DEPS
+++ b/osp/impl/DEPS
@@ -1,7 +1,9 @@
-# Copyright (c) 2019 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.
+# -*- Mode: Python; -*-
include_rules = [
- '+osp/impl/discovery/mdns',
+ # Allowed to use discovery module.
+ '+discovery/public',
+ '+discovery/dnssd/public',
+ # Also necessary to implement discovery APIs.
+ '+discovery/common',
]