| # Copyright 2020 The Fuchsia Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| declare_args() { | |
| # This variable specifies a chromium build output directory, such as `~/chromium/src/out/fuchsia`, | |
| # that cast_runner, web_runner, and web_engine will be obtained from. If unset, the prebuilt | |
| # packages from CIPD will be used. | |
| chromium_build_dir = "" | |
| } |