| Index: remoting/remoting.gyp
 | 
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
 | 
| index dc72d8b1fae229d4e0166f9720da1dc4cfb3b750..80d8d5d3eba7011b082c0b4cb675ee344eca73e9 100644
 | 
| --- a/remoting/remoting.gyp
 | 
| +++ b/remoting/remoting.gyp
 | 
| @@ -379,10 +379,18 @@
 | 
|          'protocol/jingle_chromotocol_connection.h',
 | 
|          'protocol/jingle_chromotocol_server.cc',
 | 
|          'protocol/jingle_chromotocol_server.h',
 | 
| +        'protocol/protobuf_video_reader.cc',
 | 
| +        'protocol/protobuf_video_reader.h',
 | 
| +        'protocol/protobuf_video_writer.cc',
 | 
| +        'protocol/protobuf_video_writer.h',
 | 
|          'protocol/rtp_reader.cc',
 | 
|          'protocol/rtp_reader.h',
 | 
|          'protocol/rtp_utils.cc',
 | 
|          'protocol/rtp_utils.h',
 | 
| +        'protocol/rtp_video_reader.cc',
 | 
| +        'protocol/rtp_video_reader.h',
 | 
| +        'protocol/rtp_video_writer.cc',
 | 
| +        'protocol/rtp_video_writer.h',
 | 
|          'protocol/rtp_writer.cc',
 | 
|          'protocol/rtp_writer.h',
 | 
|          'protocol/socket_reader_base.cc',
 | 
| @@ -391,6 +399,11 @@
 | 
|          'protocol/stream_writer.h',
 | 
|          'protocol/util.cc',
 | 
|          'protocol/util.h',
 | 
| +        'protocol/video_reader.cc',
 | 
| +        'protocol/video_reader.h',
 | 
| +        'protocol/video_stub.h',
 | 
| +        'protocol/video_writer.cc',
 | 
| +        'protocol/video_writer.h',
 | 
|        ],
 | 
|      },  # end of target 'chromoting_protocol'
 | 
|  
 | 
| 
 |