# Copyright 2023 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("pefile_py3_py") { data = [ "ordlookup/__init__.py", "ordlookup/oleaut32.py", "ordlookup/ws2_32.py", "pefile.py", ] }