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

Unified Diff: webrtc/modules/audio_coding/main/audio_coding_module.gypi

Issue 1417683006: modules: more interface -> include renames (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix last incorrectly wrapped pragma message Created 5 years, 1 month 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/main/audio_coding_module.gypi
diff --git a/webrtc/modules/audio_coding/main/audio_coding_module.gypi b/webrtc/modules/audio_coding/main/audio_coding_module.gypi
index 6fb37d25fa825f2b52e8e519112a12036446fc43..088a3197fdbcd2949ea0d1815a86d77464c224b8 100644
--- a/webrtc/modules/audio_coding/main/audio_coding_module.gypi
+++ b/webrtc/modules/audio_coding/main/audio_coding_module.gypi
@@ -81,13 +81,13 @@
],
'include_dirs': [
'include',
- '../../interface',
+ '../../include',
'<(webrtc_root)',
],
'direct_dependent_settings': {
'include_dirs': [
'include',
- '../../interface',
+ '../../include',
'<(webrtc_root)',
],
},

Powered by Google App Engine
This is Rietveld 408576698