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

Unified Diff: webrtc/modules/audio_coding/codecs/opus/opus.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/opus/opus.gypi
diff --git a/webrtc/modules/audio_coding/codecs/opus/opus.gypi b/webrtc/modules/audio_coding/codecs/opus/opus.gypi
index 5a420b4fcf88732d597dad9901808da4663c7243..05da3e5e47b3528c51591fee0a84ff95f9af8cb2 100644
--- a/webrtc/modules/audio_coding/codecs/opus/opus.gypi
+++ b/webrtc/modules/audio_coding/codecs/opus/opus.gypi
@@ -45,9 +45,9 @@
'sources': [
'audio_decoder_opus.cc',
'audio_encoder_opus.cc',
- 'interface/audio_decoder_opus.h',
- 'interface/audio_encoder_opus.h',
- 'interface/opus_interface.h',
+ 'include/audio_decoder_opus.h',
+ 'include/audio_encoder_opus.h',
+ 'include/opus_interface.h',
'opus_inst.h',
'opus_interface.c',
],

Powered by Google App Engine
This is Rietveld 408576698