Chromium Code Reviews| Index: webrtc/modules/audio_device/audio_device.gypi |
| diff --git a/webrtc/modules/audio_device/audio_device.gypi b/webrtc/modules/audio_device/audio_device.gypi |
| index 0678d33802d04b3e77672d137d3f2e04355fa55c..c3b6fbaa468335009b088d968d0914bbd9960f01 100644 |
| --- a/webrtc/modules/audio_device/audio_device.gypi |
| +++ b/webrtc/modules/audio_device/audio_device.gypi |
| @@ -20,13 +20,13 @@ |
| ], |
| 'include_dirs': [ |
| '.', |
| - '../interface', |
| + '../include', |
| 'include', |
| 'dummy', # Contains dummy audio device implementations. |
| ], |
| 'direct_dependent_settings': { |
| 'include_dirs': [ |
| - '../interface', |
| + '../include', |
| 'include', |
| ], |
| }, |