aboutsummaryrefslogtreecommitdiff
path: root/osp
diff options
context:
space:
mode:
authormark a. foltz <mfoltz@chromium.org>2019-08-29 14:43:43 -0700
committerCommit Bot <commit-bot@chromium.org>2019-08-29 22:02:53 +0000
commit743b620e87f1a4ffab880a8959c782a6f5cfbf6e (patch)
tree09b4712d3f94e63b1d39af7c670c18db6880f2e1 /osp
parent0b7fa44ce3fbfdd545ecd105b1dd4309540e24d9 (diff)
downloadopenscreen-743b620e87f1a4ffab880a8959c782a6f5cfbf6e.tar.gz
[Open Screen] Random repository housekeeping.
- Update AUTHORS, README.md - Have install-build-tools.sh install ninja - Have install-build-tools.sh install into buildtools/ - Update DEPS to not allow dependencies on platform/impl - Move advanced_gerrit.md into docs folder (not linked from anywhere though) - Update PRESUBMIT.py to run checkdeps over the entire tree Bug: openscreen:62 Change-Id: Ib94a48e2b633277976545a6bc6c4e117b6bb3d58 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1776580 Reviewed-by: Brandon Tolsch <btolsch@chromium.org> Reviewed-by: Max Yakimakha <yakimakha@chromium.org> Commit-Queue: mark a. foltz <mfoltz@chromium.org>
Diffstat (limited to 'osp')
-rw-r--r--osp/demo/DEPS7
-rw-r--r--osp/impl/discovery/mdns/DEPS7
-rw-r--r--osp/impl/quic/testing/DEPS7
3 files changed, 21 insertions, 0 deletions
diff --git a/osp/demo/DEPS b/osp/demo/DEPS
new file mode 100644
index 00000000..98b921ed
--- /dev/null
+++ b/osp/demo/DEPS
@@ -0,0 +1,7 @@
+# Copyright 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.
+
+include_rules = [
+ '+platform/impl', # The OSP demo uses the default platform impl.
+]
diff --git a/osp/impl/discovery/mdns/DEPS b/osp/impl/discovery/mdns/DEPS
new file mode 100644
index 00000000..96a7209c
--- /dev/null
+++ b/osp/impl/discovery/mdns/DEPS
@@ -0,0 +1,7 @@
+# Copyright 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.
+
+include_rules = [
+ '+platform/impl', # Needed by embedder_demo.cc
+]
diff --git a/osp/impl/quic/testing/DEPS b/osp/impl/quic/testing/DEPS
new file mode 100644
index 00000000..5b7e995c
--- /dev/null
+++ b/osp/impl/quic/testing/DEPS
@@ -0,0 +1,7 @@
+# Copyright 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.
+
+include_rules = [
+ '+platform/impl', # Needed by quic_test_support.h
+]