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

Unified Diff: components/proximity_auth/BUILD.gn

Issue 585743004: [Easy Unlock] Port the BluetoothConnection class to native code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use the Connect() utility function in more places Created 6 years, 3 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/proximity_auth/BUILD.gn
diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
index 1bd15ded02178f2c11c1d1553f9779d025ec5fb6..478b6b7499f60ce46fe3989abff69832f41d4c7d 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -4,6 +4,8 @@
static_library("proximity_auth") {
sources = [
+ "bluetooth_connection.cc",
+ "bluetooth_connection.h",
"bluetooth_util.cc",
"bluetooth_util_chromeos.cc",
"bluetooth_util.h",
@@ -26,6 +28,7 @@ static_library("proximity_auth") {
source_set("unit_tests") {
testonly = true
sources = [
+ "bluetooth_connection_unittest.cc",
"connection_unittest.cc",
"proximity_auth_system_unittest.cc",
"wire_message_unittest.cc",
@@ -34,6 +37,7 @@ source_set("unit_tests") {
deps = [
":proximity_auth",
"//base/test:test_support",
+ "//device/bluetooth:mocks",
"//testing/gmock",
"//testing/gtest",
]

Powered by Google App Engine
This is Rietveld 408576698