build: merge trace processor sig targets and add tags

Change-Id: I86107d5eee9710e79e7bf14d16a8ab3907986985
diff --git a/BUILD.extras b/BUILD.extras
index d92af48..cda25fb 100644
--- a/BUILD.extras
+++ b/BUILD.extras
@@ -1,15 +1,13 @@
 gensignature(
-    name = "trace_processor_shell_sig",
+    name = "trace_processor_sig",
     srcs = [
         ":trace_processor_shell",
-    ],
-)
-
-gensignature(
-    name = "trace_to_text_sig",
-    srcs = [
         ":trace_to_text",
     ],
+    tags = [
+        "__TRACE_PROCESSOR_SIG_TAG1",
+        "__TRACE_PROCESSOR_SIG_TAG2",
+    ],
 )
 
 py_binary(