BUILD.gn (432B)
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 5 import("//chromium/build/config/python.gni") 6 7 python_library("version") { 8 data = [ 9 "//chrome/VERSION", 10 "version.py", 11 ] 12 } 13 14 python_library("gs_util_wrapper") { 15 data = [ 16 "//chromium/build/find_depot_tools.py", 17 "//third_party/depot_tools/", 18 "gs_util_wrapper.py", 19 ] 20 }