Refactor perfetto::StaticString into a standalone file.
This will allow Chromium to use the same implementation instead of
having a copy and prepares perfetto::StaticString to be used together
with perfetto::TracedValue.
R=skyostil@google.com
Change-Id: Ifae98e3a94c2e9061cf2caff4e59fc608ee9645e
diff --git a/BUILD b/BUILD
index 83a29a4..901ed93 100644
--- a/BUILD
+++ b/BUILD
@@ -529,6 +529,7 @@
"include/perfetto/tracing/internal/track_event_macros.h",
"include/perfetto/tracing/locked_handle.h",
"include/perfetto/tracing/platform.h",
+ "include/perfetto/tracing/string_helpers.h",
"include/perfetto/tracing/trace_writer_base.h",
"include/perfetto/tracing/traced_value.h",
"include/perfetto/tracing/traced_value_forward.h",