| Index: webrtc/modules/audio_coding/codecs/g722/g722.gypi | 
| diff --git a/webrtc/modules/audio_coding/codecs/g722/g722.gypi b/webrtc/modules/audio_coding/codecs/g722/g722.gypi | 
| index aad11e3685cc55a8f15e15de88aa8e355f111e1a..756fabe345214bfc01909588fe6c2957bec59fe3 100644 | 
| --- a/webrtc/modules/audio_coding/codecs/g722/g722.gypi | 
| +++ b/webrtc/modules/audio_coding/codecs/g722/g722.gypi | 
| @@ -13,26 +13,16 @@ | 
| 'dependencies': [ | 
| 'audio_encoder_interface', | 
| ], | 
| -      'include_dirs': [ | 
| -        'include', | 
| -        '<(webrtc_root)', | 
| -      ], | 
| -      'direct_dependent_settings': { | 
| -        'include_dirs': [ | 
| -          'include', | 
| -          '<(webrtc_root)', | 
| -        ], | 
| -      }, | 
| 'sources': [ | 
| 'audio_decoder_g722.cc', | 
| +        'audio_decoder_g722.h', | 
| 'audio_encoder_g722.cc', | 
| -        'include/audio_decoder_g722.h', | 
| -        'include/audio_encoder_g722.h', | 
| -        'include/g722_interface.h', | 
| +        'audio_encoder_g722.h', | 
| 'g722_interface.c', | 
| -        'g722_encode.c', | 
| +        'g722_interface.h', | 
| 'g722_decode.c', | 
| 'g722_enc_dec.h', | 
| +        'g722_encode.c', | 
| ], | 
| }, | 
| ], # targets | 
|  |