Add profile-unpacking build deps to Linux

In order to use AFDO on Linux, we need to be able to locally unpack the
profiles we fetch (which is likely preferable to storing a second,
unpacked version in gs://).

It used to be that we only needed these for Android, since these
profiles were previously only used by Android.

This was split out from
https://chromium-review.googlesource.com/c/chromium/src/+/1025132

Bug: 805098
Test: Ran install-build-deps.sh
Change-Id: I1374b2b84c26f6ef808c00217bfbb51e8fbf980d
Reviewed-on: https://chromium-review.googlesource.com/1054613
Reviewed-by: Nico Weber <[email protected]>
Commit-Queue: George Burgess <[email protected]>
Cr-Commit-Position: refs/heads/master@{#557698}
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
index 37f0a70..3bc0bf8 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -152,6 +152,7 @@
 # Packages needed for development
 dev_list="\
   bison
+  bzip2
   cdbs
   curl
   dbus-x11
@@ -219,6 +220,7 @@
   wdiff
   x11-utils
   xcompmgr
+  xz-utils
   zip
   $chromeos_dev_list
 "