| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index ba5507d4c41d7a712798d3cfe6438c51d740b895..16e2bca0545c537fc336236e31acc85fd431b618 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -91,6 +91,8 @@
|
| 'client/plugin/pepper_entrypoints.h',
|
| 'client/plugin/pepper_input_handler.cc',
|
| 'client/plugin/pepper_input_handler.h',
|
| + 'client/plugin/pepper_port_allocator_session.cc',
|
| + 'client/plugin/pepper_port_allocator_session.h',
|
| 'client/plugin/pepper_view.cc',
|
| 'client/plugin/pepper_view.h',
|
| 'client/plugin/pepper_view_proxy.cc',
|
| @@ -344,6 +346,8 @@
|
| 'sources': [
|
| 'jingle_glue/channel_socket_adapter.cc',
|
| 'jingle_glue/channel_socket_adapter.h',
|
| + 'jingle_glue/http_port_allocator.cc',
|
| + 'jingle_glue/http_port_allocator.h',
|
| 'jingle_glue/iq_request.cc',
|
| 'jingle_glue/iq_request.h',
|
| 'jingle_glue/jingle_client.cc',
|
|
|