| # Copyright 2017 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. | |
| static_library("escher_base") { | |
| sources = [ | |
| "make.h", | |
| "ownable.h", | |
| "owner.h", | |
| "reffable.cc", | |
| "reffable.h", | |
| "trait.h", | |
| "type_info.h", | |
| "typed_reffable.h", | |
| ] | |
| public_deps = [ "//src/lib/fxl" ] | |
| } |