blob: 6becb5cf2d6efec21fa2782bde098bbcc41f05e3 [file] [log] [blame]
# Copyright 2018 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.
source_set("cpp") {
sources = [
"math.cc",
"math.h",
]
public_deps = [
"//garnet/public/fidl/fuchsia.ui.gfx",
]
}