diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-07 23:05:01 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-07 23:05:01 +0000 |
commit | 9a37fdf2a4314bf49c003a8f126f06751ba1ba55 (patch) | |
tree | 4659ba663a7c6eeaf125b63db2311f0787a78a34 /remoting/remoting.gyp | |
parent | 02712128820af52b4ed31830fe950d64102cf954 (diff) | |
download | chromium_src-9a37fdf2a4314bf49c003a8f126f06751ba1ba55.zip chromium_src-9a37fdf2a4314bf49c003a8f126f06751ba1ba55.tar.gz chromium_src-9a37fdf2a4314bf49c003a8f126f06751ba1ba55.tar.bz2 |
Conenct Chromoting plugin debug log to JS UI.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7262015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91779 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 66d23fc..659d8f7 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', |