| # Copyright 2020 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. | |
| assert(is_fuchsia) | |
| import("//build/config/fuchsia/sizes.gni") | |
| compute_fuchsia_package_sizes("fuchsia_sizes") { | |
| data_deps = [ | |
| "//fuchsia/engine:web_engine", | |
| "//fuchsia/runners:cast_runner_pkg", | |
| ] | |
| } |