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

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: merge Created 9 years, 5 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
« no previous file with comments | « remoting/host/simple_host_process.cc ('k') | remoting/webapp/me2mom/remoting.js » ('j') | 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 66d23fc10c34bc5b71f5dc18cdfdcf27fb857db1..659d8f7d225a10f50480ef57aac32da62d4bd04d 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -136,6 +136,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',
@@ -279,6 +281,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',
@@ -426,8 +430,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',
« no previous file with comments | « remoting/host/simple_host_process.cc ('k') | remoting/webapp/me2mom/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698