blob: 324e2c85e3288d6c425d8cb42a7b95538b925b61 [file] [log] [blame]
# 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.
import("//build/dart/dart_library.gni")
dart_library("dart") {
infer_package_name = true
source_dir = "."
sources = [
"decomposition.dart",
]
}