aboutsummaryrefslogtreecommitdiff
path: root/streaming/cast/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'streaming/cast/DEPS')
-rw-r--r--streaming/cast/DEPS9
1 files changed, 9 insertions, 0 deletions
diff --git a/streaming/cast/DEPS b/streaming/cast/DEPS
new file mode 100644
index 00000000..77ab80d7
--- /dev/null
+++ b/streaming/cast/DEPS
@@ -0,0 +1,9 @@
+# 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 = [
+ # BoringSSL includes
+ '-third_party/boringssl',
+ '+openssl'
+]