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

Unified Diff: remoting/remoting.gyp

Issue 7355011: Modify Chromoting logging to hook into base logging. (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') | 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 6d8264a31124f236fed55739a75b3c395343c34d..2369896d2ff59ec6c9f793e71836d62bba8f7a5c 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -139,8 +139,6 @@
'client/plugin/chromoting_instance.h',
'client/plugin/chromoting_scriptable_object.cc',
'client/plugin/chromoting_scriptable_object.h',
- 'client/plugin/pepper_client_logger.cc',
- 'client/plugin/pepper_client_logger.h',
'client/plugin/pepper_entrypoints.cc',
'client/plugin/pepper_entrypoints.h',
'client/plugin/pepper_input_handler.cc',
@@ -173,8 +171,6 @@
'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',
@@ -326,12 +322,12 @@
'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',
'base/running_average.h',
+ 'base/task_thread_proxy.cc',
+ 'base/task_thread_proxy.h',
'base/tracer.cc',
'base/tracer.h',
'base/types.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