aboutsummaryrefslogtreecommitdiff
path: root/tools/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'tools/BUILD.gn')
-rw-r--r--tools/BUILD.gn7
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/BUILD.gn b/tools/BUILD.gn
index 772f6a239..2328a1618 100644
--- a/tools/BUILD.gn
+++ b/tools/BUILD.gn
@@ -25,6 +25,7 @@ group("tools") {
"compact_reencode",
"ftrace_proto_gen",
"proto_filter",
+ "proto_merger",
"protoprofile",
]
if (is_linux || is_android) {
@@ -36,12 +37,6 @@ group("tools") {
"skippy",
]
}
- if (enable_perfetto_tools_trace_to_text) {
- deps += [
- "trace_to_text",
- "trace_to_text:trace_to_text_lite",
- ]
- }
}
if (is_linux && enable_perfetto_heapprofd) {