xref: /aosp_15_r20/external/angle/build/fuchsia/test/BUILD.gn (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1# Copyright 2024 The Chromium Authors
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5import("//build/config/python.gni")
6
7python_library("version") {
8  data = [
9    "//chrome/VERSION",
10    "version.py",
11  ]
12}
13
14python_library("gs_util_wrapper") {
15  data = [
16    "//build/find_depot_tools.py",
17    "//third_party/depot_tools/",
18    "gs_util_wrapper.py",
19  ]
20}
21