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

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: Fix Android test compile failures 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/DEPS » ('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 09de32c022f99457339440b5ebf0ef1fc2374581..1f2540282459e567003469f5eceda1ba0b9d2a31 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -4,9 +4,14 @@
static_library("proximity_auth") {
sources = [
+ "connection.cc",
+ "connection.h",
+ "connection_observer.h",
"proximity_auth_system.cc",
"proximity_auth_system.h",
"remote_device.h",
+ "wire_message.cc",
+ "wire_message.h",
]
deps = [
@@ -17,12 +22,14 @@ static_library("proximity_auth") {
source_set("unit_tests") {
testonly = true
sources = [
+ "connection_unittest.cc",
"proximity_auth_system_unittest.cc",
]
deps = [
":proximity_auth",
"//base/test:test_support",
+ "//testing/gmock",
"//testing/gtest",
]
}
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/proximity_auth/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698