| # Copyright 2022 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| import("//build/config/zip.gni") |
| import("//chrome/version.gni") |
| # Creates a zip archive of the inputs with a build information stamp. |
| # List of input files to zip. |
| # If provided, the archive paths will be relative to this directory. |
| # Applies only to |inputs|. |
| # deps, public_deps, data, data_deps, testonly, visibility |
| template("artifact_zip") { |
| forward_variables_from(invoker, |
| "path=" + rebase_path(invoker.output, root_build_dir), |
| "version=" + chrome_version_full, |