# Copyright 2022 The Chromium Authors | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
# The python interpreter to use by default. On Windows, this will look | |
# for python3.exe and python3.bat. | |
script_executable = "python3" | |
# The location of the build configuration file. | |
buildconfig = "//build/config/BUILDCONFIG.gn" |