blob: 87c3a868b083041c5bf1ea1a9d617599cd4b3e22 [file] [log] [blame] [edit]
# 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 fully qualified Chromium build output directory,
# such as `/home/$USER/chrome/src/out/fuchsia`, from which `chrome`,
# `cast_runner`, and `web_engine` will be obtained.
# All of those targets must exist in the output directory.
# If unset, the prebuilt packages from CIPD will be used.
chromium_build_dir = ""
}