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

Unified Diff: extensions/features/features.gni

Issue 2784063002: Config changes to support target_os="fuchsia" (Closed)
Patch Set: simplify Created 3 years, 7 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: extensions/features/features.gni
diff --git a/extensions/features/features.gni b/extensions/features/features.gni
index e469c797af1c61eb7be5d9965e4be6ac5deed1be..6836e4ae3310bdc1385e7ad67dc6dc631865fc02 100644
--- a/extensions/features/features.gni
+++ b/extensions/features/features.gni
@@ -5,7 +5,7 @@
import("//build/config/features.gni")
declare_args() {
- enable_extensions = !is_android && !is_ios
+ enable_extensions = !is_android && !is_ios && !is_fuchsia
# Enables Wi-Fi Display functionality
# WARNING: This enables MPEG Transport Stream (MPEG-TS) encoding!

Powered by Google App Engine
This is Rietveld 408576698