| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 71e625690a5a6f3cf3c80585867d717334d58e03..edce1e20776a44ad9d9b0a578fe5479317d22bb4 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -809,12 +809,7 @@
|
| deps += [ "//chrome/test:performance_browser_tests" ]
|
| }
|
| if (is_linux && !is_chromeos) {
|
| - if (is_official_build) {
|
| - # In GN builds, this is controlled by the 'linux_dump_symbols'
|
| - # flag, which defaults to 1 for official builds. For now,
|
| - # we skip the separate flag and just key off of is_official_build.
|
| - deps += [ "//chrome:linux_symbols" ]
|
| - }
|
| + deps += [ "//chrome:linux_symbols" ]
|
|
|
| if (!is_chromeos) {
|
| deps += [ "//tools/perf/clear_system_cache" ]
|
|
|