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

Unified Diff: build/config/features.gni

Issue 2517953003: Move enable_webrtc to a buildflag header. (Closed)
Patch Set: Created 4 years, 1 month 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: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index cd823a79fe12142985a5bcccc65a48edf0f6f8a7..9866c77388f421621713e379cdb9e272af74ef55 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -32,9 +32,6 @@ declare_args() {
# Non-SFI is not yet supported on mipsel
enable_nacl_nonsfi = current_cpu != "mipsel"
- # Enables WebRTC.
- enable_webrtc = !is_ios
-
# Enables the Media Router.
enable_media_router = !is_ios && !is_chromecast

Powered by Google App Engine
This is Rietveld 408576698