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

Unified Diff: components/proximity_auth/BUILD.gn

Issue 629183003: [Easy Unlock] Port RemoteStatusUpdate class to native code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pass base::DictionaryValue rather than std::string for deserializing Created 6 years, 2 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/remote_status_update.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 23a8819c55b3a7341f7a9f34b5a66bbfb33c09f2..caf35b416316f1d4a7f71b83c4451d5c586dd07e 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -15,6 +15,8 @@ source_set("proximity_auth") {
"proximity_auth_system.cc",
"proximity_auth_system.h",
"remote_device.h",
+ "remote_status_update.cc",
+ "remote_status_update.h",
"wire_message.cc",
"wire_message.h",
]
@@ -32,6 +34,7 @@ source_set("unit_tests") {
"bluetooth_connection_unittest.cc",
"connection_unittest.cc",
"proximity_auth_system_unittest.cc",
+ "remote_status_update_unittest.cc",
"wire_message_unittest.cc",
]
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/proximity_auth/remote_status_update.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698