| Index: media/media.gyp | 
| diff --git a/media/media.gyp b/media/media.gyp | 
| index 51e7215ccb4024be081d518e74428c0525d0070d..60a2ac48c3e27ba59e5fc7d6ba1f2b342413bb40 100644 | 
| --- a/media/media.gyp | 
| +++ b/media/media.gyp | 
| @@ -148,6 +148,9 @@ | 
| 'base/decoder_buffer.h', | 
| 'base/decrypt_config.cc', | 
| 'base/decrypt_config.h', | 
| +        'base/decryptor.cc', | 
| +        'base/decryptor.h', | 
| +        'base/decryptor_client.h', | 
| 'base/demuxer.cc', | 
| 'base/demuxer.h', | 
| 'base/demuxer_stream.cc', | 
| @@ -196,7 +199,6 @@ | 
| 'base/video_util.h', | 
| 'crypto/aes_decryptor.cc', | 
| 'crypto/aes_decryptor.h', | 
| -        'crypto/decryptor_client.h', | 
| 'ffmpeg/ffmpeg_common.cc', | 
| 'ffmpeg/ffmpeg_common.h', | 
| 'ffmpeg/file_protocol.cc', | 
|  |