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

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

Issue 1171793002: Rename targets to use lower case format. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Alphabetize dependencies Created 5 years, 6 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 | « no previous file | webrtc/modules/audio_coding/audio_coding_tests.gypi » ('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 896b6641b87c95818e74510f4c6465ec95c9e977..7b7acd34d8b93e6c3b3dd50e6f3dc366e26b99ab 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -64,7 +64,7 @@ source_set("audio_coding") {
":g722",
":ilbc",
":isac",
- ":isacfix",
+ ":isac_fix",
":neteq",
":pcm16b",
":red",
@@ -469,7 +469,7 @@ config("isac_fix_config") {
]
}
-source_set("isacfix") {
+source_set("isac_fix") {
sources = [
"codecs/isac/audio_encoder_isac_t.h",
"codecs/isac/audio_encoder_isac_t_impl.h",
@@ -776,7 +776,7 @@ source_set("neteq") {
":g722",
":ilbc",
":isac",
- ":isacfix",
+ ":isac_fix",
":pcm16b",
"../..:webrtc_common",
"../../common_audio",
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/audio_coding_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698