aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorJordan Bayles <jophba@chromium.org>2019-07-10 14:44:58 -0700
committerCommit Bot <commit-bot@chromium.org>2019-07-10 23:11:04 +0000
commita26582d3cdec49e4fb0bd5c1da924bf7094f0f5e (patch)
treeb34b7153754e0b22e1a1b416291873be07a292a7 /DEPS
parentcc47180a8b4f86bcfce44aed3d51e1d302287a22 (diff)
downloadopenscreen-a26582d3cdec49e4fb0bd5c1da924bf7094f0f5e.tar.gz
Delete osp_base and move files to new homes
This patch is the second and major patch in the process of removing the osp_base folder from Open Screen. Based on the design plan here: https://docs.google.com/document/d/1LGV8tXdDeIH38MYlNF2XJNG49pec-64nWkS0jjnJNk4/edit#heading=h.ny8tc2v4ek9m This patch moves most of the files in osp_base to new homes in platform, excepting files that have been moved to the new util/ folder. Change-Id: I6e5f1d13cf20806bcc41185a842eb0b293606306 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1695736 Reviewed-by: Jordan Bayles <jophba@chromium.org> Reviewed-by: mark a. foltz <mfoltz@chromium.org> Commit-Queue: Jordan Bayles <jophba@chromium.org>
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS10
1 files changed, 1 insertions, 9 deletions
diff --git a/DEPS b/DEPS
index d60266af..294aadb5 100644
--- a/DEPS
+++ b/DEPS
@@ -111,15 +111,11 @@ recursedeps = [
'third_party/chromium_quic/src',
]
-# TODO(mfoltz): Change to allow only base and third_party from the top level
-# once OSP code is moved into osp/.
include_rules = [
- '+osp',
- '+osp_base',
+ '+util',
'+platform',
'+third_party',
-
# Don't include abseil from the root so the path can change via include_dirs
# rules when in Chromium.
'-third_party/abseil',
@@ -143,10 +139,6 @@ include_rules = [
"-third_party/googletest",
"+gtest",
"+gmock",
-
- # BoringSSL includes
- '-third_party/boringssl',
- '+openssl',
]
skip_child_includes = [