summaryrefslogtreecommitdiffstats
path: root/components/pairing/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'components/pairing/BUILD.gn')
-rw-r--r--components/pairing/BUILD.gn10
1 files changed, 10 insertions, 0 deletions
diff --git a/components/pairing/BUILD.gn b/components/pairing/BUILD.gn
index 5022bc5..af7b979 100644
--- a/components/pairing/BUILD.gn
+++ b/components/pairing/BUILD.gn
@@ -2,6 +2,8 @@
# 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")
+
source_set("pairing") {
sources = [
"pairing/fake_controller_pairing_controller.cc",
@@ -19,3 +21,11 @@ source_set("pairing") {
"//device/bluetooth",
]
}
+
+proto_library("proto") {
+ sources = [
+ "pairing_api.proto",
+ ]
+ 'proto_in_dir' = 'pairing'
+ 'proto_out_dir' = 'components/pairing'
+}