| # Copyright 2024 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/python.gni") |
| |
| python_library("version") { |
| data = [ |
| "//chrome/VERSION", |
| "version.py", |
| ] |
| } |
| |
| python_library("gs_util_wrapper") { |
| data = [ |
| "//build/find_depot_tools.py", |
| "//third_party/depot_tools/", |
| "gs_util_wrapper.py", |
| ] |
| } |
| |
| python_library("component_storage_test") { |
| testonly = true |
| pydeps_file = "component_storage_test.pydeps" |
| data_deps = [ "//build/config/fuchsia:deployment_resources" ] |
| } |