| Index: remoting/remoting_srcs.gypi
|
| diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi
|
| index 7416e2ace8688a9d6d5203216be04d84c62c3d8b..9d9fc2f2d41477a3f4b6e2673efd1d52510bbf43 100644
|
| --- a/remoting/remoting_srcs.gypi
|
| +++ b/remoting/remoting_srcs.gypi
|
| @@ -17,6 +17,8 @@
|
| 'base/capabilities.h',
|
| 'base/chromium_url_request.cc',
|
| 'base/chromium_url_request.h',
|
| + 'base/chromoting_event.cc',
|
| + 'base/chromoting_event.h',
|
| 'base/compound_buffer.cc',
|
| 'base/compound_buffer.h',
|
| 'base/constants.cc',
|
| @@ -30,6 +32,8 @@
|
| 'base/scoped_sc_handle_win.h',
|
| 'base/socket_reader.cc',
|
| 'base/socket_reader.h',
|
| + 'base/telemetry_log_writer.cc',
|
| + 'base/telemetry_log_writer.h',
|
| 'base/typed_buffer.h',
|
| 'base/url_request.h',
|
| 'base/url_request_context_getter.cc',
|
| @@ -254,8 +258,6 @@
|
| ],
|
|
|
| 'remoting_signaling_sources': [
|
| - 'signaling/chromoting_event.cc',
|
| - 'signaling/chromoting_event.h',
|
| 'signaling/iq_sender.cc',
|
| 'signaling/iq_sender.h',
|
| 'signaling/jid_util.cc',
|
| @@ -267,8 +269,6 @@
|
| 'signaling/server_log_entry.cc',
|
| 'signaling/server_log_entry.h',
|
| 'signaling/signal_strategy.h',
|
| - 'signaling/telemetry_log_writer.cc',
|
| - 'signaling/telemetry_log_writer.h',
|
| 'signaling/xmpp_signal_strategy.cc',
|
| 'signaling/xmpp_signal_strategy.h',
|
| 'signaling/xmpp_stream_parser.cc',
|
|
|