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

Unified Diff: components/pairing/BUILD.gn

Issue 639253002: Fixes components/pairing/BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pairing/BUILD.gn
diff --git a/components/pairing/BUILD.gn b/components/pairing/BUILD.gn
index d67e43436d0b245b6e21713c1829c4be38f8bf22..12096c8e0547aa435fb8bb1fc34d64e93d3758e9 100644
--- a/components/pairing/BUILD.gn
+++ b/components/pairing/BUILD.gn
@@ -6,30 +6,33 @@ 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/host_pairing_controller.cc",
- "pairing/host_pairing_controller.h",
- "pairing/message_buffer.cc",
- "pairing/message_buffer.h",
- "pairing/proto_decoder.cc",
- "pairing/proto_decoder.h",
+ "bluetooth_controller_pairing_controller.cc",
+ "bluetooth_controller_pairing_controller.h",
+ "bluetooth_host_pairing_controller.cc",
+ "bluetooth_host_pairing_controller.h",
+ "bluetooth_pairing_constants.cc",
+ "bluetooth_pairing_constants.h",
+ "controller_pairing_controller.cc",
+ "controller_pairing_controller.h",
+ "fake_controller_pairing_controller.cc",
+ "fake_controller_pairing_controller.h",
+ "fake_host_pairing_controller.cc",
+ "fake_host_pairing_controller.h",
+ "host_pairing_controller.cc",
+ "host_pairing_controller.h",
+ "message_buffer.cc",
+ "message_buffer.h",
+ "proto_decoder.cc",
+ "proto_decoder.h",
+ "shark_connection_listener.cc",
+ "shark_connection_listener.h",
]
deps = [
"//base",
"//device/bluetooth",
"//net",
+ ":proto",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698