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

Unified Diff: webrtc/modules/audio_coding/codecs/isac/isac.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/isac/isac.gypi
diff --git a/webrtc/modules/audio_coding/codecs/isac/isac.gypi b/webrtc/modules/audio_coding/codecs/isac/isac.gypi
index 354719f330a7d9c5bbae7ce646f860abfdc4a0dd..55d7c31995139a8c15386a94f818e041679285a1 100644
--- a/webrtc/modules/audio_coding/codecs/isac/isac.gypi
+++ b/webrtc/modules/audio_coding/codecs/isac/isac.gypi
@@ -18,19 +18,19 @@
'isac_common',
],
'include_dirs': [
- 'main/interface',
+ 'main/include',
'<(webrtc_root)',
],
'direct_dependent_settings': {
'include_dirs': [
- 'main/interface',
+ 'main/include',
'<(webrtc_root)',
],
},
'sources': [
- 'main/interface/audio_decoder_isac.h',
- 'main/interface/audio_encoder_isac.h',
- 'main/interface/isac.h',
+ 'main/include/audio_decoder_isac.h',
+ 'main/include/audio_encoder_isac.h',
+ 'main/include/isac.h',
'main/source/arith_routines.c',
'main/source/arith_routines_hist.c',
'main/source/arith_routines_logist.c',
« no previous file with comments | « webrtc/modules/audio_coding/codecs/isac/fix/test/kenny.cc ('k') | webrtc/modules/audio_coding/codecs/isac/isac_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698