| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 35241884f3a7ba6f930e84306dea416f29fd5e16..0e30aa49cd5c2b36c65635e396ac0b8bd03e9b75 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -496,6 +496,8 @@
|
| 'client/frame_consumer.h',
|
| 'client/input_handler.cc',
|
| 'client/input_handler.h',
|
| + 'client/ipc_host_address_resolver.cc',
|
| + 'client/ipc_host_address_resolver.h',
|
| 'client/rectangle_update_decoder.cc',
|
| 'client/rectangle_update_decoder.h',
|
| ],
|
| @@ -559,6 +561,7 @@
|
| '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
|
| ],
|
| 'sources': [
|
| + 'jingle_glue/host_address_resolver.h',
|
| 'jingle_glue/http_port_allocator.cc',
|
| 'jingle_glue/http_port_allocator.h',
|
| 'jingle_glue/iq_request.cc',
|
|
|