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

Unified Diff: remoting/remoting.gyp

Issue 112353002: Move remoting::GetUsername() from remoting/base to remoting/host (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « remoting/host/username.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 44315d1a6d6bbc68989b84ba4fbb52c3133cf948..ae025ae52a335b015cdca82fb73904b47e09b563 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -343,18 +343,18 @@
'host/dns_blackhole_checker.h',
'host/heartbeat_sender.cc',
'host/heartbeat_sender.h',
- 'host/host_status_sender.cc',
- 'host/host_status_sender.h',
'host/host_change_notification_listener.cc',
'host/host_change_notification_listener.h',
'host/host_config.cc',
'host/host_config.h',
- 'host/host_exit_codes.h',
'host/host_exit_codes.cc',
+ 'host/host_exit_codes.h',
'host/host_secret.cc',
'host/host_secret.h',
'host/host_status_monitor.h',
'host/host_status_observer.h',
+ 'host/host_status_sender.cc',
+ 'host/host_status_sender.h',
'host/host_window.h',
'host/host_window_proxy.cc',
'host/host_window_proxy.h',
@@ -441,6 +441,8 @@
'host/usage_stats_consent.h',
'host/usage_stats_consent_mac.cc',
'host/usage_stats_consent_win.cc',
+ 'host/username.cc',
+ 'host/username.h',
'host/video_scheduler.cc',
'host/video_scheduler.h',
'host/win/com_security.cc',
« no previous file with comments | « remoting/host/username.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698