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

Unified Diff: components/proximity_auth/BUILD.gn

Issue 538843002: [EasyUnlock] Port Connection class to native code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 11818d9d32d9a9a809fa09b7dc96b657ff13c923..64f9f7e219bc2050bed163718f3dca8839ac7ece 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -4,6 +4,11 @@
static_library("proximity_auth") {
sources = [
+ "connection.cc",
+ "connection.h",
+ "connection_observer.h",
+ "permit_message.cc",
+ "permit_message.h",
"proximity_auth_system.cc",
"proximity_auth_system.h",
"remote_device.h",
@@ -16,6 +21,7 @@ static_library("proximity_auth") {
source_set("unit_tests") {
sources = [
+ "connection_unittest.cc",
"proximity_auth_system_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698