Commit f519af97 authored by mukai's avatar mukai Committed by Commit bot

Fixes components/pairing/BUILD.gn

BUG=None
R=cmasone@chromium.org, achuith@chromium.org
TEST=manually

Review URL: https://codereview.chromium.org/639253002

Cr-Commit-Position: refs/heads/master@{#299041}
parent 0b40913d
...@@ -6,30 +6,33 @@ import("//third_party/protobuf/proto_library.gni") ...@@ -6,30 +6,33 @@ import("//third_party/protobuf/proto_library.gni")
source_set("pairing") { source_set("pairing") {
sources = [ sources = [
"pairing/bluetooth_controller_pairing_controller.cc", "bluetooth_controller_pairing_controller.cc",
"pairing/bluetooth_controller_pairing_controller.h", "bluetooth_controller_pairing_controller.h",
"pairing/bluetooth_host_pairing_controller.cc", "bluetooth_host_pairing_controller.cc",
"pairing/bluetooth_host_pairing_controller.h", "bluetooth_host_pairing_controller.h",
"pairing/bluetooth_pairing_constants.cc", "bluetooth_pairing_constants.cc",
"pairing/bluetooth_pairing_constants.h", "bluetooth_pairing_constants.h",
"pairing/controller_pairing_controller.cc", "controller_pairing_controller.cc",
"pairing/controller_pairing_controller.h", "controller_pairing_controller.h",
"pairing/fake_controller_pairing_controller.cc", "fake_controller_pairing_controller.cc",
"pairing/fake_controller_pairing_controller.h", "fake_controller_pairing_controller.h",
"pairing/fake_host_pairing_controller.cc", "fake_host_pairing_controller.cc",
"pairing/fake_host_pairing_controller.h", "fake_host_pairing_controller.h",
"pairing/host_pairing_controller.cc", "host_pairing_controller.cc",
"pairing/host_pairing_controller.h", "host_pairing_controller.h",
"pairing/message_buffer.cc", "message_buffer.cc",
"pairing/message_buffer.h", "message_buffer.h",
"pairing/proto_decoder.cc", "proto_decoder.cc",
"pairing/proto_decoder.h", "proto_decoder.h",
"shark_connection_listener.cc",
"shark_connection_listener.h",
] ]
deps = [ deps = [
"//base", "//base",
"//device/bluetooth", "//device/bluetooth",
"//net", "//net",
":proto",
] ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment