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

Unified Diff: webrtc/modules/audio_coding/BUILD.gn

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
« no previous file with comments | « webrtc/call/call_perf_tests.cc ('k') | webrtc/modules/audio_coding/codecs/audio_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index d9a1a0247bfe2e0d8f91fb21847146c0e5617083..2c86b9514df1f8237a40ee5c0d905d1c18d80268 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -44,7 +44,7 @@ source_set("rent_a_codec") {
config("audio_coding_config") {
include_dirs = [
- "main/interface",
+ "main/include",
"../interface",
]
}
@@ -69,8 +69,8 @@ source_set("audio_coding") {
"main/acm2/initial_delay_manager.h",
"main/acm2/nack.cc",
"main/acm2/nack.h",
- "main/interface/audio_coding_module.h",
- "main/interface/audio_coding_module_typedefs.h",
+ "main/include/audio_coding_module.h",
+ "main/include/audio_coding_module_typedefs.h",
]
defines = []
@@ -277,7 +277,7 @@ source_set("g722") {
config("ilbc_config") {
include_dirs = [
"../../..",
- "codecs/ilbc/interface",
+ "codecs/ilbc/include",
]
}
@@ -355,6 +355,7 @@ source_set("ilbc") {
"codecs/ilbc/ilbc.c",
"codecs/ilbc/include/audio_decoder_ilbc.h",
"codecs/ilbc/include/audio_encoder_ilbc.h",
+ "codecs/ilbc/include/ilbc.h",
"codecs/ilbc/index_conv_dec.c",
"codecs/ilbc/index_conv_dec.h",
"codecs/ilbc/index_conv_enc.c",
@@ -363,7 +364,6 @@ source_set("ilbc") {
"codecs/ilbc/init_decode.h",
"codecs/ilbc/init_encode.c",
"codecs/ilbc/init_encode.h",
- "codecs/ilbc/interface/ilbc.h",
"codecs/ilbc/interpolate.c",
"codecs/ilbc/interpolate.h",
"codecs/ilbc/interpolate_samples.c",
@@ -454,15 +454,15 @@ source_set("isac_common") {
config("isac_config") {
include_dirs = [
"../../..",
- "codecs/isac/main/interface",
+ "codecs/isac/main/include",
]
}
source_set("isac") {
sources = [
- "codecs/isac/main/interface/audio_decoder_isac.h",
- "codecs/isac/main/interface/audio_encoder_isac.h",
- "codecs/isac/main/interface/isac.h",
+ "codecs/isac/main/include/audio_decoder_isac.h",
+ "codecs/isac/main/include/audio_encoder_isac.h",
+ "codecs/isac/main/include/isac.h",
"codecs/isac/main/source/arith_routines.c",
"codecs/isac/main/source/arith_routines.h",
"codecs/isac/main/source/arith_routines_hist.c",
@@ -538,15 +538,15 @@ source_set("isac") {
config("isac_fix_config") {
include_dirs = [
"../../..",
- "codecs/isac/fix/interface",
+ "codecs/isac/fix/include",
]
}
source_set("isac_fix") {
sources = [
- "codecs/isac/fix/interface/audio_decoder_isacfix.h",
- "codecs/isac/fix/interface/audio_encoder_isacfix.h",
- "codecs/isac/fix/interface/isacfix.h",
+ "codecs/isac/fix/include/audio_decoder_isacfix.h",
+ "codecs/isac/fix/include/audio_encoder_isacfix.h",
+ "codecs/isac/fix/include/isacfix.h",
"codecs/isac/fix/source/arith_routines.c",
"codecs/isac/fix/source/arith_routines_hist.c",
"codecs/isac/fix/source/arith_routines_logist.c",
@@ -726,9 +726,9 @@ source_set("webrtc_opus") {
sources = [
"codecs/opus/audio_decoder_opus.cc",
"codecs/opus/audio_encoder_opus.cc",
- "codecs/opus/interface/audio_decoder_opus.h",
- "codecs/opus/interface/audio_encoder_opus.h",
- "codecs/opus/interface/opus_interface.h",
+ "codecs/opus/include/audio_decoder_opus.h",
+ "codecs/opus/include/audio_encoder_opus.h",
+ "codecs/opus/include/opus_interface.h",
"codecs/opus/opus_inst.h",
"codecs/opus/opus_interface.c",
]
@@ -796,7 +796,7 @@ source_set("neteq") {
"neteq/dtmf_tone_generator.h",
"neteq/expand.cc",
"neteq/expand.h",
- "neteq/interface/neteq.h",
+ "neteq/include/neteq.h",
"neteq/merge.cc",
"neteq/merge.h",
"neteq/neteq.cc",
« no previous file with comments | « webrtc/call/call_perf_tests.cc ('k') | webrtc/modules/audio_coding/codecs/audio_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698