flutter/packages/flutter_test/BUILD.gn
P.Y. Laligand e04472e8d5 Update location of intl package. (#12644)
Also switched to relative paths for local packages.
2017-10-19 19:36:50 -07:00

18 lines
410 B
Plaintext

# 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_package.gni")
dart_package("flutter_test") {
package_name = "flutter_test"
disable_analysis = true
deps = [
"../flutter",
"//third_party/dart-pkg/pub/quiver",
"//third_party/dart-pkg/pub/test",
]
}