aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/DEPS')
-rw-r--r--cast/streaming/DEPS11
1 files changed, 4 insertions, 7 deletions
diff --git a/cast/streaming/DEPS b/cast/streaming/DEPS
index 8f5d55c3..03a77eea 100644
--- a/cast/streaming/DEPS
+++ b/cast/streaming/DEPS
@@ -1,13 +1,10 @@
-# -*- Mode: Python; -*-
+# 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.
-# In the future, the streaming code will likely split into sender and receiver
-# modules, at which point this can become finer-grained.
include_rules = [
'+cast/common',
'+cast/receiver',
'+cast/sender',
- '+cast/streaming',
-
- # TODO(jophba): remove after streaming/cast code is migrated.
- '+streaming/cast'
+ '+openssl'
]