| # Copyright 2020 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/package.gni") | |
| import("//build/test.gni") | |
| import("//build/test/test_package.gni") | |
| source_set("common") { | |
| sources = [ | |
| "ast_builder.cc", | |
| "ast_builder.h", | |
| "err.h", | |
| "result.cc", | |
| "result.h", | |
| ] | |
| public_deps = [ | |
| "//sdk/lib/syslog/cpp", | |
| "//src/developer/shell/fidl/fuchsia.shell:shell_llcpp", | |
| ] | |
| } |