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

Unified Diff: build/config/features.gni

Issue 2784063002: Config changes to support target_os="fuchsia" (Closed)
Patch Set: self review Created 3 years, 9 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: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 441bd21026adbd9c7ca7327b06bef56aa656ea5c..1d22ec49b7273b1b2b9d1117fd4b5fe660f7d7d2 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -31,7 +31,7 @@ declare_args() {
enable_nacl_nonsfi = current_cpu != "mipsel"
# Enables the Media Router.
- enable_media_router = !is_ios && !is_chromecast
+ enable_media_router = !is_ios && !is_chromecast && !is_fuchsia
# Enables proprietary codecs and demuxers; e.g. H264, AAC, MP3, and MP4.
# We always build Google Chrome and Chromecast with proprietary codecs.

Powered by Google App Engine
This is Rietveld 408576698