Commit c3df0e35 authored by Dirk Pranke's avatar Dirk Pranke Committed by Commit Bot

Change the content_shell_fonts hook to only run on linux.

This changes the gclient hook to run only conditionally on
linux, which keeps it from running and printing stuff on
the other platforms.

R=jbudorick@chromium.org

Change-Id: Id1dbfb50f139308b3c39875e00294ea9a0a76016
Reviewed-on: https://chromium-review.googlesource.com/831219Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#524608}
parent ffdd2535
......@@ -947,9 +947,9 @@ hooks = [
{
'name': 'content_shell_fonts',
'pattern': '.',
'condition': 'checkout_linux',
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=linux*',
'--extract',
'--no_auth',
'--bucket', 'chromium-fonts',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment