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

Unified Diff: build/config/features.gni

Issue 912633003: libjingle build fixes to enable_webrtc in the Linux GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | content/test/BUILD.gn » ('j') | third_party/libjingle/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 3811e27cfe733ec6c41fd70006015cd729ac69bf..83efcc89ad8c982180ebb21b9f87060f76d2a224 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -35,7 +35,7 @@ declare_args() {
# Enables WebRTC.
#enable_webrtc = !is_ios TODO(GYP) use this condition when WebRTC works in
# the GN build.
- enable_webrtc = false
+ enable_webrtc = !is_ios
kjellander_chromium 2015/02/10 12:01:49 Shouldn't you remove the commented lines above if
Dirk Pranke 2015/02/10 17:36:06 Whoops. Yes :).
# Enables proprietary codecs and demuxers; e.g. H264, MOV, AAC, and MP3.
proprietary_codecs = false
« no previous file with comments | « no previous file | content/test/BUILD.gn » ('j') | third_party/libjingle/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698