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

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: Rename iSAC to isac. 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..41c4f75359d56b316ba3ec622a647b5b26b95afc 100644
--- a/webrtc/modules/audio_coding/codecs/isac/isacfix_test.gypi
+++ b/webrtc/modules/audio_coding/codecs/isac/isacfix_test.gypi
@@ -13,7 +13,7 @@
'target_name': 'iSACFixtest',
kjellander_webrtc 2015/06/09 06:27:38 make this lowercase as well: isac_fix_test
'type': 'executable',
'dependencies': [
- 'iSACFix',
+ 'isac_fix',
'<(webrtc_root)/test/test.gyp:test_support',
],
'include_dirs': [

Powered by Google App Engine
This is Rietveld 408576698