# 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", | |
] | |
} |