Merge "Disable local symbolization in Chrome"
diff --git a/gn/BUILD.gn b/gn/BUILD.gn
index bb01ea1..a639b4d 100644
--- a/gn/BUILD.gn
+++ b/gn/BUILD.gn
@@ -57,9 +57,7 @@
perfetto_watchdog = "0"
}
- # We need local symbolization to run diff tests in chrome.
- if (enable_perfetto_tools ||
- (enable_perfetto_trace_processor && build_with_chromium)) {
+ if (enable_perfetto_tools) {
perfetto_local_symbolizer =
"PERFETTO_BUILDFLAG_DEFINE_PERFETTO_OS_LINUX() || " +
"PERFETTO_BUILDFLAG_DEFINE_PERFETTO_OS_MAC() ||" +