Introduce legacy JSON importer and "slices" vtable

First step to support Chromium legacy JSON traces.
The support is very minimal for the moment, but good enough
to unblock the UI work.

Bug: 112295162
Change-Id: I23b7ccbb9c9ebe706fbbdd56c1ac417c3f37df6d
diff --git a/tools/install-build-deps b/tools/install-build-deps
index afa2c89..04bc091 100755
--- a/tools/install-build-deps
+++ b/tools/install-build-deps
@@ -144,6 +144,14 @@
    '98729f2c2d57d166e3d6d9862744c1d66388e286',
    'all'
   ),
+
+  # JsonCpp for legacy json import. Used only by the trace processor in
+  # standalone builds.
+  ('buildtools/jsoncpp.zip',
+   'https://github.com/open-source-parsers/jsoncpp/archive/1.0.0.zip',
+   '3219e26f2e249bb46b7d688478208c7ec138fea4',
+   'all'
+  ),
 ]
 
 # Dependencies required to build Android code.