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

Unified Diff: remoting/host/BUILD.gn

Issue 2464293002: [Chromoting] GetHostAttributes with tests (Closed)
Patch Set: 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/directx_traits.h » ('j') | remoting/host/directx_traits.h » ('J')
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..6785cdcce1dd6ca297c846a11e7dfa9870868b81 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -132,6 +132,8 @@ static_library("host") {
"desktop_session_proxy.h",
"desktop_session_win.cc",
"desktop_session_win.h",
+ "directx_traits.cc",
+ "directx_traits.h",
"disconnect_window_chromeos.cc",
"disconnect_window_linux.cc",
"disconnect_window_mac.h",
@@ -170,6 +172,8 @@ static_library("host") {
"host_status_logger.h",
"host_status_monitor.h",
"host_status_observer.h",
+ "host_traits.cc",
+ "host_traits.h",
"host_window.h",
"host_window_proxy.cc",
"host_window_proxy.h",
@@ -501,6 +505,7 @@ source_set("unit_tests") {
"host_extension_session_manager_unittest.cc",
"host_power_save_blocker_unittest.cc",
"host_status_logger_unittest.cc",
+ "host_traits_unittest.cc",
"ipc_desktop_environment_unittest.cc",
"it2me/it2me_confirmation_dialog_proxy_unittest.cc",
"it2me/it2me_host_unittest.cc",
« no previous file with comments | « no previous file | remoting/host/directx_traits.h » ('j') | remoting/host/directx_traits.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698