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

Unified Diff: remoting/host/BUILD.gn

Issue 2464293002: [Chromoting] GetHostAttributes with tests (Closed)
Patch Set: Resolve review comments Created 4 years, 1 month 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 | « no previous file | remoting/host/host_attributes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index d73c11c53ad867ca7fef8165560ed75be943122e..0314671dc31db41c41587ce0a625ccd6140cd341 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -145,6 +145,8 @@ static_library("host") {
"gcd_state_updater.h",
"heartbeat_sender.cc",
"heartbeat_sender.h",
+ "host_attributes.cc",
+ "host_attributes.h",
"host_change_notification_listener.cc",
"host_change_notification_listener.h",
"host_config.cc",
@@ -496,6 +498,7 @@ source_set("unit_tests") {
"gcd_rest_client_unittest.cc",
"gcd_state_updater_unittest.cc",
"heartbeat_sender_unittest.cc",
+ "host_attributes_unittest.cc",
"host_change_notification_listener_unittest.cc",
"host_config_unittest.cc",
"host_extension_session_manager_unittest.cc",
« no previous file with comments | « no previous file | remoting/host/host_attributes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698