Commit 72c35134 authored by pbos's avatar pbos Committed by Commit bot

Set enable_hangouts_services_extension in build/common.gypi.

This build flag used to be set from a repository that's going away, so
enabling this flag for official builds has to be moved here.

BUG=482123
R=kjellander@chromium.org,jochen@chromium.org,tommi@chromium.org

Review URL: https://codereview.chromium.org/1147013002

Cr-Commit-Position: refs/heads/master@{#330927}
parent 00d216cc
...@@ -2394,6 +2394,12 @@ ...@@ -2394,6 +2394,12 @@
['cfi_vptr==1 or cfi_derived_cast==1 or cfi_unrelated_cast==1', { ['cfi_vptr==1 or cfi_derived_cast==1 or cfi_unrelated_cast==1', {
'use_lto%': 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. # The path to the ANGLE library.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment