summaryrefslogtreecommitdiffstats
path: root/build/secondary/tools
diff options
context:
space:
mode:
Diffstat (limited to 'build/secondary/tools')
-rw-r--r--build/secondary/tools/grit/grit_rule.gni5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/secondary/tools/grit/grit_rule.gni b/build/secondary/tools/grit/grit_rule.gni
index 8726927..d49c4ed 100644
--- a/build/secondary/tools/grit/grit_rule.gni
+++ b/build/secondary/tools/grit/grit_rule.gni
@@ -182,8 +182,9 @@ if (enable_google_now) {
if (enable_webrtc) {
grit_defines += [ "-D", "enable_webrtc" ]
}
-# Note: enable_hangout_services_extension is omitted. It is never set in the
-# GYP build. Need to figure out what it's for.
+if (enable_hangout_services_extension) {
+ grit_defines += [ "-D", "enable_hangout_services_extension" ]
+}
if (enable_task_manager) {
grit_defines += [ "-D", "enable_task_manager" ]
}