commit | 4c1125178e1c11dfbd1f4f003c1409877ffdf4af | [log] [tgz] |
---|---|---|
author | Nicholas Hollingum <hollingum@google.com> | Fri Jul 12 11:00:08 2019 +1000 |
committer | chrome-bot <chrome-bot@chromium.org> | Sun Jul 21 22:13:36 2019 -0700 |
tree | 62fc24c7c7ba00081f9c3deb4750670718c52db2 | |
parent | 4c56f243f2a492ba4a1a76925b22d560e89acb2d [diff] |
cros-sommelier: make x11-utils and libgtk2 required deps. Many of the apps that we must support out-of-beta take their DPI hints from these two packages. They are technically 'optional' (in the sense the software works without them) but we have a higher bar for visual polish so we force them to be used. BUG=chromium:965817, chromium:973256, chromium:969462 TEST=sudo apt install x11-utils libgtk2.0-0; \ /usr/share/code/code; \ /opt/android-studio/bin/studio.sh Change-Id: I00ea077cc3ac768f4d79b76039831abf83c4d738 Reviewed-on: https://chromium-review.googlesource.com/1698065 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Ready: Nic Hollingum <hollingum@google.com> Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org> Reviewed-by: Stephen Barber <smbarber@chromium.org>
These are the guest packages for setting up a container to integrate with Chrome OS. This includes build scripts that are run in Google's internal continuous integration service.
The guest packages can be built with Bazel. The CrOS milestone to target and release name (stretch, buster, etc.) are required.
bazel build //... --action_env="MILESTONE=74" --action_env="RELEASE=buster"