aboutsummaryrefslogtreecommitdiff
path: root/cast/sender/channel/proto/BUILD.gn
diff options
context:
space:
mode:
authorbtolsch <btolsch@chromium.org>2019-09-10 10:42:56 -0700
committerCommit Bot <commit-bot@chromium.org>2019-09-10 18:04:35 +0000
commit06a865967c70f8d8e473b0ed40be2fdda09bd887 (patch)
treebfd71a6e552d98dc4af5cef2918681cc41231be5 /cast/sender/channel/proto/BUILD.gn
parent349c2aaf03b3aab25ff6a55b78f6da1d4cdceb64 (diff)
downloadopenscreen-06a865967c70f8d8e473b0ed40be2fdda09bd887.tar.gz
Add cast channel authentication utilities
This change imports cast_auth_util.cc from Chromium's sender component (//components/cast_channel). Bug: openscreen:59 Change-Id: I4eb3a66ae1e50dbe0435176a15d13b2c62d452f3 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1772435 Commit-Queue: Brandon Tolsch <btolsch@chromium.org> Reviewed-by: Ryan Keane <rwkeane@google.com> Reviewed-by: Max Yakimakha <yakimakha@chromium.org>
Diffstat (limited to 'cast/sender/channel/proto/BUILD.gn')
-rw-r--r--cast/sender/channel/proto/BUILD.gn11
1 files changed, 11 insertions, 0 deletions
diff --git a/cast/sender/channel/proto/BUILD.gn b/cast/sender/channel/proto/BUILD.gn
new file mode 100644
index 00000000..c3bfa439
--- /dev/null
+++ b/cast/sender/channel/proto/BUILD.gn
@@ -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.
+
+import("//third_party/protobuf/proto_library.gni")
+
+proto_library("proto") {
+ sources = [
+ "cast_channel.proto",
+ ]
+}