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

Unified Diff: webrtc/modules/audio_coding/codecs/isac/isacfix_test.gypi

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
Index: webrtc/modules/audio_coding/codecs/isac/isacfix_test.gypi
diff --git a/webrtc/modules/audio_coding/codecs/isac/isacfix_test.gypi b/webrtc/modules/audio_coding/codecs/isac/isacfix_test.gypi
index 419d302fd98190433a934f722a155b0868b3cf0b..b3306a5f8e35d4bd92767f43fa9b50854fe28427 100644
--- a/webrtc/modules/audio_coding/codecs/isac/isacfix_test.gypi
+++ b/webrtc/modules/audio_coding/codecs/isac/isacfix_test.gypi
@@ -10,10 +10,10 @@
'targets': [
# kenny
{
- 'target_name': 'iSACFixtest',
+ 'target_name': 'isac_fix_test',
'type': 'executable',
'dependencies': [
- 'iSACFix',
+ 'isac_fix',
'<(webrtc_root)/test/test.gyp:test_support',
],
'include_dirs': [
« no previous file with comments | « webrtc/modules/audio_coding/codecs/isac/isacfix.gypi ('k') | webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698