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

Unified Diff: remoting/remoting.gyp

Issue 8468015: The host sends simple log entries to the server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review. Created 9 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 | « remoting/host/simple_host_process.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 7181001faa3fcd18b814a9f0e6be76a311c8121f..2d6fa216319866f30fb50d87d080089687728b57 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -550,12 +550,16 @@
'host/local_input_monitor_thread_win.cc',
'host/local_input_monitor_thread_win.h',
'host/local_input_monitor_win.cc',
+ 'host/log_to_server.cc',
+ 'host/log_to_server.h',
'host/register_support_host_request.cc',
'host/register_support_host_request.h',
'host/self_access_verifier.cc',
'host/self_access_verifier.h',
'host/screen_recorder.cc',
'host/screen_recorder.h',
+ 'host/server_log_entry.cc',
+ 'host/server_log_entry.h',
'host/support_access_verifier.cc',
'host/support_access_verifier.h',
'host/ui_strings.cc',
@@ -898,9 +902,11 @@
'host/host_mock_objects.cc',
'host/host_mock_objects.h',
'host/json_host_config_unittest.cc',
+ 'host/log_to_server_unittest.cc',
'host/register_support_host_request_unittest.cc',
- 'host/self_access_verifier_unittest.cc',
'host/screen_recorder_unittest.cc',
+ 'host/self_access_verifier_unittest.cc',
+ 'host/server_log_entry_unittest.cc',
'host/test_key_pair.h',
'jingle_glue/fake_signal_strategy.cc',
'jingle_glue/fake_signal_strategy.h',
« no previous file with comments | « remoting/host/simple_host_process.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698