blob: 26ad704c49b1f8c548be067d33f851a1524c7a8d [file] [log] [blame]
# Copyright 2021 The Chromium Authors. All rights reserved.
# 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" ]
}