Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 5e37d9d4d88bb556a7aee01cf1fe4310a5dbdd60..b7ec9f867b1054cd3fc2c59ca69642ec42b1fbcd 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2394,6 +2394,12 @@ |
['cfi_vptr==1 or cfi_derived_cast==1 or cfi_unrelated_cast==1', { |
'use_lto%': 1, |
}], |
+ |
+ ['branding=="Chrome" and buildtype=="Official"', { |
+ 'enable_hangout_services_extension%': 1, |
+ }, { |
+ 'enable_hangout_services_extension%': 0, |
+ }], |
], |
# The path to the ANGLE library. |