
Bug: None Change-Id: I58b77b3cf569b3f41e8a2857a34453cb5163a6ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4454766 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/main@{#1140356}
8 lines
218 B
Bash
Executable File
8 lines
218 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
# Copyright 2012 The Chromium Authors
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
exec "$(cd $(dirname $0) && pwd)/install-build-deps.py" "$@"
|