summaryrefslogtreecommitdiffstats
path: root/build_overrides
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2016-02-23 11:57:46 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-23 19:58:55 +0000
commit0e5462ce39fd05b41ec66850f473ac6327284409 (patch)
treee687a700ddf54ca7c7b051fcacce2dbcbdf209f2 /build_overrides
parentde67d0745862cdc53b533cb5c35fa7ba9e9d89d9 (diff)
downloadchromium_src-0e5462ce39fd05b41ec66850f473ac6327284409.zip
chromium_src-0e5462ce39fd05b41ec66850f473ac6327284409.tar.gz
chromium_src-0e5462ce39fd05b41ec66850f473ac6327284409.tar.bz2
Remove the 'ios_use_webrtc' build flag hack.
For a time we needed to enable (parts of) the WebRTC GN build on iOS, because there was an indirect dependency on WebRTC in order for some components to be able to depend on xmllite. Those components have since been switched to depend on libxml2, and so there is no reason for Chromium to build WebRTC on iOS now (though WebRTC is free to build on iOS on its own). This CL cleans up the build configs accordingly. R=brettw@chromium.org, kjellander@chromium.org, sdefresne@chromium.org BUG=538497 CQ_INCLUDE_TRYBOTS=tryserver.chromium.mac:ios_rel_device_gn,ios_dbg_simulator_gn Review URL: https://codereview.chromium.org/1718073002 Cr-Commit-Position: refs/heads/master@{#377070}
Diffstat (limited to 'build_overrides')
-rw-r--r--build_overrides/webrtc.gni8
1 files changed, 0 insertions, 8 deletions
diff --git a/build_overrides/webrtc.gni b/build_overrides/webrtc.gni
index 9b6b160..c521db7 100644
--- a/build_overrides/webrtc.gni
+++ b/build_overrides/webrtc.gni
@@ -10,11 +10,3 @@ rtc_include_pulse_audio = false
# Exclude internal ADM since Chromium uses its own IO handling.
rtc_include_internal_audio_device = false
-
-declare_args() {
- # TODO(dpranke): This is a hack needed to get iOS to build w/ a
- # patched version of WebRTC so that we can access the xmllite
- # library. Remove this once we've figured out how to get WebRTC building
- # properly.
- ios_use_webrtc = false
-}