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

Unified Diff: build/config/features.gni

Issue 1299543005: Allow enable_hangout_services_extension overriding in gn build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | no next file » | 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 8ca446dd43d9386c52977656d591e4820d447bdc..b1e9280c0921a5e4d1057ed114f07f16961abc40 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -93,6 +93,10 @@ declare_args() {
# (e.g. Android and ChromeCast) that use a browser side CDM.
enable_browser_cdms = is_android
+ # Hangout services is an extension that adds extra features to Hangouts.
+ # For official GYP builds, this flag is set.
+ enable_hangout_services_extension = false
+
# Enables the use of CDMs in pepper plugins. Chromecast requires that this
# can be explicitly disabled in gn args.
enable_pepper_cdms = enable_plugins && (is_linux || is_mac || is_win)
@@ -200,11 +204,6 @@ use_brlapi = is_chromeos
# TODO(GYP) also require !embedded to enable.
use_gconf = is_linux && !is_chromeos
-# Hangout services is an extension that adds extra features to Hangouts.
-# For official GYP builds, this flag is set, it will likely need to be
-# parameterized in the future for a similar use.
-enable_hangout_services_extension = false
-
# Whether to back up data before sync.
enable_pre_sync_backup = is_win || is_mac || (is_linux && !is_chromeos)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698