summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_srcs.gypi
diff options
context:
space:
mode:
authornicholss <nicholss@chromium.org>2015-09-29 12:00:01 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-29 19:00:42 +0000
commit25b1e32f5c328bff5bf97bbda5720581aaf726a5 (patch)
tree74fbf2fa463fe2640a64bf4726b270cccaffae18 /remoting/remoting_host_srcs.gypi
parent2d75fcad7c9b8b56c8b5fa085f07d43e3afd074a (diff)
downloadchromium_src-25b1e32f5c328bff5bf97bbda5720581aaf726a5.zip
chromium_src-25b1e32f5c328bff5bf97bbda5720581aaf726a5.tar.gz
chromium_src-25b1e32f5c328bff5bf97bbda5720581aaf726a5.tar.bz2
Chrome Remote Desktop will collect and report the host OS name and version.
The Chrome Remote Desktop daemon application will collect the host OS and versionHost OS name and version will then be collected by the Chrome Remote backend for analysis on error reports to help improve the stability of the product. Version was missing on linux systems. R=kelvinp@chromium.org, sergeyu@chromium.org BUG=534902 Review URL: https://codereview.chromium.org/1365983002 Cr-Commit-Position: refs/heads/master@{#351366}
Diffstat (limited to 'remoting/remoting_host_srcs.gypi')
-rw-r--r--remoting/remoting_host_srcs.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/remoting_host_srcs.gypi b/remoting/remoting_host_srcs.gypi
index a23c7ae..363a67d 100644
--- a/remoting/remoting_host_srcs.gypi
+++ b/remoting/remoting_host_srcs.gypi
@@ -114,6 +114,8 @@
'host/host_config.cc',
'host/host_config.h',
'host/host_config_constants.cc',
+ 'host/host_details.cc',
+ 'host/host_details.h',
'host/host_event_logger.h',
'host/host_event_logger_posix.cc',
'host/host_event_logger_win.cc',