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

Unified Diff: build/config/features.gni

Issue 1950003002: gn BUILD fixes for disabling enable_extensions and use_ash feature flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebasing on latest master Created 4 years, 6 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 | « BUILD.gn ('k') | chrome/browser/devtools/BUILD.gn » ('j') | no next file with comments »
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 f6e93ed0c802d0f03e964ce943b41dec4c3bed76..c6a8fff1da3c86015e5f7cfe2beb9ed16a52bd92 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -24,7 +24,7 @@ declare_args() {
# Multicast DNS.
enable_mdns = is_win || is_linux
- enable_extensions = !is_android && !is_ios
+ enable_extensions = !is_android && !is_ios && !is_chromecast
enable_plugins = (!is_android && !is_ios) || is_chromecast
enable_pdf = !is_android && !is_ios && !is_chromecast
« no previous file with comments | « BUILD.gn ('k') | chrome/browser/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698