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

Unified Diff: webrtc/supplement.gypi

Issue 1578953003: Add a gyp/gn variable for whether to use iLBC or not (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 11 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
« webrtc/build/common.gypi ('K') | « webrtc/modules/audio_coding/neteq/neteq.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/supplement.gypi
diff --git a/webrtc/supplement.gypi b/webrtc/supplement.gypi
index edccd4d81dbcc7aac9c19a87b94e03a0755fd1e6..20c1e666788058cb1052f86b10a35e0ebaddfa7b 100644
--- a/webrtc/supplement.gypi
+++ b/webrtc/supplement.gypi
@@ -14,6 +14,11 @@
'mac_deployment_target%': '<(mac_deployment_target)',
'use_sysroot%': '<(use_sysroot)',
'build_with_chromium': 0,
+
+ # iLBC isn't included by default, but in standalone WebRTC we want it
+ # for testing.
+ 'include_ilbc': 1,
kjellander_webrtc 2016/01/12 16:23:27 ah, I missed this. Please make this (note the %):
kwiberg-webrtc 2016/01/14 10:59:31 This typo cost me at least half an hour. I couldn'
+
'conditions': [
['OS=="ios"', {
# Default to using BoringSSL on iOS.
« webrtc/build/common.gypi ('K') | « webrtc/modules/audio_coding/neteq/neteq.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698