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

Unified Diff: remoting/remoting.gyp

Issue 7262015: Conenct Chromoting plugin debug log to JS UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing host logging files Created 9 years, 6 months 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 0be1a37030c48e9f6c35a5e13d53decb98925f93..61515009b4071d051e482e546c3d9cc04bd5442c 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -140,6 +140,8 @@
'host/plugin/host_plugin.cc',
'host/plugin/host_plugin.def',
'host/plugin/host_plugin.rc',
+ 'host/plugin/host_plugin_logger.cc',
+ 'host/plugin/host_plugin_logger.h',
'host/plugin/host_plugin_resource.h',
'host/plugin/host_plugin_utils.cc',
'host/plugin/host_plugin_utils.h',
@@ -290,6 +292,8 @@
'base/encoder_vp8.h',
'base/encoder_row_based.cc',
'base/encoder_row_based.h',
+ 'base/logger.cc',
+ 'base/logger.h',
'base/rate_counter.cc',
'base/rate_counter.h',
'base/running_average.cc',
@@ -435,8 +439,6 @@
'client/client_config.h',
'client/client_context.cc',
'client/client_context.h',
- 'client/client_logger.cc',
- 'client/client_logger.h',
'client/frame_consumer.h',
'client/input_handler.cc',
'client/input_handler.h',

Powered by Google App Engine
This is Rietveld 408576698