Commit fa18423c authored by Andrew Wilson's avatar Andrew Wilson Committed by GitHub

Add BUILD.gn for flutter_test. (#6823)

parent 45c95b26
# 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"
source_dir = "lib"
deps = [
"//lib/flutter/packages/flutter",
"//third_party/dart-pkg/pub/quiver",
"//third_party/dart-pkg/pub/test",
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment