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

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

Issue 2274083002: Replace calls to assert() with RTC_DCHECK_*() in .c code (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 4 years, 4 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/isac_test.gypi
diff --git a/webrtc/modules/audio_coding/codecs/isac/isac_test.gypi b/webrtc/modules/audio_coding/codecs/isac/isac_test.gypi
index 4edd01d4c47117f34ec28528f26592444f023736..7227cf8100581b299dfbe85ae689883438bab356 100644
--- a/webrtc/modules/audio_coding/codecs/isac/isac_test.gypi
+++ b/webrtc/modules/audio_coding/codecs/isac/isac_test.gypi
@@ -23,6 +23,7 @@
'<(webrtc_root)',
],
'sources': [
+ 'empty.cc', # force build system to use C++ linker
ossu 2016/08/25 13:38:22 Why?
kwiberg-webrtc 2016/08/25 16:53:10 Because simplicity, the C RTC_DCHECK macro calls t
'./main/test/simpleKenny.c',
'./main/util/utility.c',
],

Powered by Google App Engine
This is Rietveld 408576698