Index: build/config/features.gni |
diff --git a/build/config/features.gni b/build/config/features.gni |
index 27f6aa14afdea1181f9cdf16c1fc9de82f05c5bb..08eec1b5e05204b8019e9b86b22482f54434fd97 100644 |
--- a/build/config/features.gni |
+++ b/build/config/features.gni |
@@ -157,3 +157,8 @@ use_brlapi = is_chromeos |
# system). |
# 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 |