Chromium Code Reviews| Index: chrome/BUILD.gn |
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
| index c66526065a4b1ae97fae471a3351b24c80cb4f0b..2f0da406227ea964ab859e2920598198cbfe8fc1 100644 |
| --- a/chrome/BUILD.gn |
| +++ b/chrome/BUILD.gn |
| @@ -1495,7 +1495,7 @@ if (is_linux) { |
| ] |
| } |
| - if (is_official_build) { |
| + if (linux_dump_symbols) { |
|
Nico
2016/05/24 22:49:58
are you sure you want to change this file still?
Dirk Pranke
2016/05/24 23:32:50
oh, bah. I thought I reverted those changes. Good
|
| action("linux_symbols") { |
| script = "//build/linux/dump_app_syms.py" |