blob: 2b2f582156af4ca3485dcc87a10343ed4c3f4b1e [file] [log] [blame]
# Copyright 2022 The Fuchsia 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/testing/host_test_data.gni")
if (is_host) {
host_test_data("testdata") {
sources = [
"example_chromium",
"example_flutter",
"example_google",
]
outputs = [ "$root_gen_dir/{{source}}" ]
}
}