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

Unified Diff: remoting/remoting.gyp

Issue 6621018: Convert Chromoting plugin logging to appear in client UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make overridden methods virtual for clang Created 9 years, 7 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/client/x11_client.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 1203522226a21a870ee1b1a5c6b4e4d29ddb1b5b..b0ad56b44f0cc1dc21281a9c56d9e86a7ff35d2c 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -117,6 +117,8 @@
'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',
@@ -390,6 +392,8 @@
'client/client_config.h',
'client/client_context.cc',
'client/client_context.h',
+ 'client/client_logger.cc',
+ 'client/client_logger.h',
'client/client_util.cc',
'client/client_util.h',
'client/frame_consumer.h',
« no previous file with comments | « remoting/client/x11_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698