Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Unified Diff: webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi

Issue 1417173004: audio_coding: rename interface -> include (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Restored incorrectly renamed header guards and fixed an old error Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi b/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi
index ce439014a12eb668cb5f17fcc331dbda920ff1d8..ac9f2e7b39b2c7c3250621bb12f2ee77720d7819 100644
--- a/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi
+++ b/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi
@@ -16,19 +16,19 @@
'audio_encoder_interface',
],
'include_dirs': [
- 'interface',
+ 'include',
'<(webrtc_root)',
],
'direct_dependent_settings': {
'include_dirs': [
- 'interface',
+ 'include',
'<(webrtc_root)',
],
},
'sources': [
- 'interface/audio_decoder_ilbc.h',
- 'interface/audio_encoder_ilbc.h',
- 'interface/ilbc.h',
+ 'include/audio_decoder_ilbc.h',
+ 'include/audio_encoder_ilbc.h',
+ 'include/ilbc.h',
'abs_quant.c',
'abs_quant_loop.c',
'audio_decoder_ilbc.cc',

Powered by Google App Engine
This is Rietveld 408576698