| Index: remoting/remoting_srcs.gypi
|
| diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi
|
| index 391b421150065dc1ea72e6d8b1520b81acf83d32..35d3a9ee6c0066bbb4e7ea297a6bbac7b037a1a2 100644
|
| --- a/remoting/remoting_srcs.gypi
|
| +++ b/remoting/remoting_srcs.gypi
|
| @@ -15,6 +15,8 @@
|
| 'base/buffered_socket_writer.h',
|
| 'base/capabilities.cc',
|
| 'base/capabilities.h',
|
| + 'base/chromium_url_request.cc',
|
| + 'base/chromium_url_request.h',
|
| 'base/compound_buffer.cc',
|
| 'base/compound_buffer.h',
|
| 'base/constants.cc',
|
| @@ -31,6 +33,7 @@
|
| 'base/socket_reader.cc',
|
| 'base/socket_reader.h',
|
| 'base/typed_buffer.h',
|
| + 'base/url_request.h',
|
| 'base/url_request_context_getter.cc',
|
| 'base/url_request_context_getter.h',
|
| 'base/util.cc',
|
| @@ -315,6 +318,8 @@
|
| 'client/plugin/pepper_main_thread_task_runner.h',
|
| 'client/plugin/pepper_port_allocator.cc',
|
| 'client/plugin/pepper_port_allocator.h',
|
| + 'client/plugin/pepper_url_request.cc',
|
| + 'client/plugin/pepper_url_request.h',
|
| 'client/plugin/pepper_util.cc',
|
| 'client/plugin/pepper_util.h',
|
| 'client/plugin/pepper_video_renderer.h',
|
|
|