| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index b6d75c97d173755cd1d9426e22cd1f947fb1ab08..2e2e1eddb87e688ff2f5b4db0dd2352b67b6b343 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1664,7 +1664,7 @@
|
| }],
|
| # All Chrome builds have breakpad symbols, but only process the
|
| # symbols from official builds.
|
| - ['(branding=="Chrome" and buildtype=="Official")', {
|
| + ['buildtype=="Official"', {
|
| 'linux_dump_symbols%': 1,
|
|
|
| # Omit unwind support in official release builds to save space. We
|
|
|