Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1032)

Unified Diff: components/pairing/BUILD.gn

Issue 469613002: Add bluetooth host and controller delegates for pairing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review fixes Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/pairing/BUILD.gn
diff --git a/components/pairing/BUILD.gn b/components/pairing/BUILD.gn
index d017ec44ce40591914fa9db5b3064b71064e6363..02011efaa44c1ce9fcf4181eff502372180d7a01 100644
--- a/components/pairing/BUILD.gn
+++ b/components/pairing/BUILD.gn
@@ -6,12 +6,18 @@ import("//third_party/protobuf/proto_library.gni")
source_set("pairing") {
sources = [
+ "pairing/bluetooth_controller_pairing_controller.cc",
+ "pairing/bluetooth_controller_pairing_controller.h",
+ "pairing/bluetooth_host_pairing_controller.cc",
+ "pairing/bluetooth_host_pairing_controller.h",
+ "pairing/bluetooth_pairing_constants.cc",
+ "pairing/bluetooth_pairing_constants.h",
+ "pairing/controller_pairing_controller.cc",
+ "pairing/controller_pairing_controller.h",
"pairing/fake_controller_pairing_controller.cc",
"pairing/fake_controller_pairing_controller.h",
"pairing/fake_host_pairing_controller.cc",
"pairing/fake_host_pairing_controller.h",
- "pairing/controller_pairing_controller.cc",
- "pairing/controller_pairing_controller.h",
"pairing/host_pairing_controller.cc",
"pairing/host_pairing_controller.h",
"pairing/message_buffer.cc",

Powered by Google App Engine
This is Rietveld 408576698