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

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: Save references to OnReceive() callbacks 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
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/proximity_auth/bluetooth_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/BUILD.gn
diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
index 532d2af1e0eedbf35ebe2e916a739d299bfcf3ef..98b7171ec3c2c262f6dd6d6cb7474e0c52446958 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",
@@ -27,6 +29,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",
@@ -35,6 +38,7 @@ source_set("unit_tests") {
deps = [
":proximity_auth",
"//base/test:test_support",
+ "//device/bluetooth:mocks",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/proximity_auth/bluetooth_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698