blob: 333dc48f15f48c4d5a85307ad4499cee4f73791c [file] [log] [blame]
# 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",
]
}