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

Unified Diff: webrtc/modules/audio_coding/codecs/isac/isacfix.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/isacfix.gypi
diff --git a/webrtc/modules/audio_coding/codecs/isac/isacfix.gypi b/webrtc/modules/audio_coding/codecs/isac/isacfix.gypi
index 4355fa92cc8279d6f37e7ad0a57866b0dee51abe..f10de56c5ab2083ce285d96f3c6e92ebcd1e23bd 100644
--- a/webrtc/modules/audio_coding/codecs/isac/isacfix.gypi
+++ b/webrtc/modules/audio_coding/codecs/isac/isacfix.gypi
@@ -17,19 +17,19 @@
'isac_common',
],
'include_dirs': [
- 'fix/interface',
+ 'fix/include',
'<(webrtc_root)'
],
'direct_dependent_settings': {
'include_dirs': [
- 'fix/interface',
+ 'fix/include',
'<(webrtc_root)',
],
},
'sources': [
- 'fix/interface/audio_decoder_isacfix.h',
- 'fix/interface/audio_encoder_isacfix.h',
- 'fix/interface/isacfix.h',
+ 'fix/include/audio_decoder_isacfix.h',
+ 'fix/include/audio_encoder_isacfix.h',
+ 'fix/include/isacfix.h',
'fix/source/arith_routines.c',
'fix/source/arith_routines_hist.c',
'fix/source/arith_routines_logist.c',
« no previous file with comments | « webrtc/modules/audio_coding/codecs/isac/isac_test.gypi ('k') | webrtc/modules/audio_coding/codecs/isac/isacfix_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698