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

Unified Diff: components/proximity_auth.gypi

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.gypi
diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi
index c7b21b2b810479b67726520231857469b1562280..6309e7a831a9d96dd47682aa6bda8c18ea86b95d 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -14,6 +14,11 @@
'../base/base.gyp:base',
],
'sources': [
+ "proximity_auth/connection.cc",
+ "proximity_auth/connection.h",
+ "proximity_auth/connection_observer.h",
+ "proximity_auth/permit_message.cc",
+ "proximity_auth/permit_message.h",
"proximity_auth/proximity_auth_system.cc",
"proximity_auth/proximity_auth_system.h",
"proximity_auth/remote_device.h",

Powered by Google App Engine
This is Rietveld 408576698