# Copyright 2021 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("chromecast_resource_sizes_py") { | |
pydeps_file = "chromecast_resource_sizes.pydeps" | |
data = [ "//buildtools/third_party/eu-strip/bin/eu-strip" ] | |
data_deps = [ "//third_party/catapult/tracing:convert_chart_json" ] | |
} |