aboutsummaryrefslogtreecommitdiff
path: root/cast/sender/DEPS
diff options
context:
space:
mode:
authorbtolsch <btolsch@chromium.org>2020-02-07 15:02:08 -0800
committerCommit Bot <commit-bot@chromium.org>2020-02-12 21:11:14 +0000
commit267593067f71fceb09ed55850ad149a4f84f0705 (patch)
treea4d0d6b90c59400f28c60c62d0023e5862ec9985 /cast/sender/DEPS
parent4ab0c36c448da6f816ff10d7c5943b7ab67f80e7 (diff)
downloadopenscreen-267593067f71fceb09ed55850ad149a4f84f0705.tar.gz
Add Cast app availability tracker
This change ports the CastAppAvailabilityTracker from Chromium in preparation for the app discovery service. Bug: openscreen:60 Change-Id: Id450f6f616a35ae1c1959fa3326593370daf072c Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2029249 Commit-Queue: Brandon Tolsch <btolsch@chromium.org> Reviewed-by: Takumi Fujimoto <takumif@chromium.org>
Diffstat (limited to 'cast/sender/DEPS')
-rw-r--r--cast/sender/DEPS6
1 files changed, 3 insertions, 3 deletions
diff --git a/cast/sender/DEPS b/cast/sender/DEPS
index 7ab7a51a..48f4daee 100644
--- a/cast/sender/DEPS
+++ b/cast/sender/DEPS
@@ -1,7 +1,7 @@
# -*- Mode: Python; -*-
include_rules = [
- # libcast sender code must not depend on the receiver.
- '+cast/common',
- '+cast/sender'
+ # libcast sender code must not depend on the receiver.
+ '+cast/common',
+ '+cast/sender',
]