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

Unified Diff: components/proximity_auth/BUILD.gn

Issue 1094273003: Implementing a BLE connection finder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 380459e62bf0fe7bd5eef11fb7fac384fee35706..c28a33be0695eac6ccb38175c5bf6abffcd0e9fa 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -6,6 +6,8 @@ import("//testing/test.gni")
source_set("proximity_auth") {
sources = [
+ "ble/proximity_auth_ble_system.cc",
+ "ble/proximity_auth_ble_system.h",
"bluetooth_connection.cc",
"bluetooth_connection.h",
"bluetooth_connection_finder.cc",

Powered by Google App Engine
This is Rietveld 408576698