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

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: Mac trybot. 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 7149139cf4c4e7e4a74774cd16e810ec18afa3e4..7db5b338cb481bae10b6d2075bd7b75c2f29be15 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -523,12 +523,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',
@@ -887,9 +891,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',
« remoting/host/server_log_entry_unittest.cc ('K') | « remoting/host/simple_host_process.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698