flutter/packages/flutter_test/BUILD.gn

21 lines
473 B
Plaintext
Raw Normal View History

2016-11-11 22:16:12 +00:00
# Copyright 2016 The Chromium 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")
2016-11-11 22:16:12 +00:00
dart_library("flutter_test") {
2016-11-11 22:16:12 +00:00
package_name = "flutter_test"
# Can be left empty as analysis is disabled.
sources = []
disable_analysis = true
2016-11-11 22:16:12 +00:00
deps = [
"../flutter",
2016-11-11 22:16:12 +00:00
"//third_party/dart-pkg/pub/quiver",
"//third_party/dart-pkg/pub/test",
]
}