blob: fa561ed1e33c5463cd96d0cfef3286f7dce2560a [file] [log] [blame]
# Copyright 2019 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("client") {
package_name = "src_sl4f"
sources = [
"src_sl4f.dart",
]
deps = [
"//sdk/testing/sl4f/client",
]
}