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