blob: 0621151a052da6dd9d98fe5d56027c2c4d758f18 [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("flutter") {
infer_package_name = true
sources = [
"src/fake_image_http_client.dart",
"testing.dart",
]
deps = [
"//third_party/dart-pkg/git/flutter/packages/flutter_test",
"//third_party/dart-pkg/pub/mockito",
]
}