Chromium Code Reviews| Index: webrtc/api/DEPS |
| diff --git a/webrtc/api/DEPS b/webrtc/api/DEPS |
| index 01d719a129fbddec1e6f34d9ebe56a2439f845c5..4543a44d751936ac56990e0963eae51f7d1cacca 100644 |
| --- a/webrtc/api/DEPS |
| +++ b/webrtc/api/DEPS |
| @@ -11,4 +11,10 @@ specific_include_rules = { |
| "peerconnection_jni\.cc": [ |
| "+webrtc/voice_engine", |
| ], |
| + |
| + # TODO(kwiberg): Remove this exception when audio_decoder_factory.h |
| + # has moved to api/. |
| + "peerconnectioninterface\.h": [ |
| + "+webrtc/modules/audio_coding/codecs/audio_decoder_factory.h", |
| + ], |
| } |