Allow TraceProcessor to parse ChromeCompositorSchedulerState.
This will parse the provided proto into the args table for now. In future we
could upgrade some columns to full indexed values if they are determined to be
especially useful.
Change-Id: Ic7138fbb9395a1c04b0ab254552998f0d0e7865b
diff --git a/tools/gen_binary_descriptors b/tools/gen_binary_descriptors
index 1d26587..8bba861 100755
--- a/tools/gen_binary_descriptors
+++ b/tools/gen_binary_descriptors
@@ -31,6 +31,10 @@
'src/perfetto_cmd/perfetto_config.descriptor.h',
'protos/perfetto/metrics/metrics.proto':
'src/trace_processor/metrics/metrics.descriptor.h',
+ 'protos/perfetto/trace/track_event/chrome_compositor_scheduler_state.proto':
+ 'src/trace_processor/importers/proto/chrome_compositor_scheduler_state.descriptor.h',
+ 'src/protozero/test/example_proto/test_messages.proto':
+ 'src/protozero/test/example_proto/test_messages.descriptor.h',
}
ROOT_DIR = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))