aboutsummaryrefslogtreecommitdiff
path: root/util/crypto/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'util/crypto/DEPS')
-rw-r--r--util/crypto/DEPS11
1 files changed, 11 insertions, 0 deletions
diff --git a/util/crypto/DEPS b/util/crypto/DEPS
new file mode 100644
index 00000000..a833577b
--- /dev/null
+++ b/util/crypto/DEPS
@@ -0,0 +1,11 @@
+# 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/api',
+
+ # BoringSSL includes
+ '-third_party/boringssl',
+ '+openssl'
+]