aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 77bafbc5c..c48159e6a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -42,6 +42,7 @@ if (enable_perfetto_platform_services) {
}
if (enable_perfetto_trace_processor && enable_perfetto_trace_processor_sqlite) {
+ all_targets += [ "src/cloud_trace_processor" ]
all_targets += [ "src/trace_processor:trace_processor_shell" ]
}