Source code
Revision control
Copy as Markdown
Other Tools
# 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("//chromium/build/config/python.gni")
python_library("version") {
data = [
"//chrome/VERSION",
"version.py",
]
}
python_library("gs_util_wrapper") {
data = [
"//chromium/build/find_depot_tools.py",
"//third_party/depot_tools/",
"gs_util_wrapper.py",
]
}