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

Unified Diff: build/config/features.gni

Issue 2102903003: Clean up GN args for chromecast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | net/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 9d33d917ada5a5aef84fe5f0b4d655bccbfd4aca..f0dca90976bcc1f1222bece1ee58c1fede24441b 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -50,17 +50,17 @@ declare_args() {
# We always build Google Chrome and Chromecast with proprietary codecs.
proprietary_codecs = is_chrome_branded || is_chromecast
- enable_captive_portal_detection = !is_android && !is_ios
+ enable_captive_portal_detection = !is_android && !is_ios && !is_chromecast
# Enables use of the session service, which is enabled by default.
# Android stores them separately on the Java side.
- enable_session_service = !is_android && !is_ios
+ enable_session_service = !is_android && !is_ios && !is_chromecast
enable_plugin_installation = is_win || is_mac
enable_app_list = is_chromeos
- enable_supervised_users = !is_ios
+ enable_supervised_users = !is_ios && !is_chromecast
enable_remoting = !is_ios && !is_chromecast
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698