blob: dd11342211ffa120323510e3f37949cc151f2834 [file] [log] [blame]
# This file is generated by importer.py for file_testing-2.1.0
import("//build/dart/dart_library.gni")
dart_library("file_testing") {
package_name = "file_testing"
# This parameter is left empty as we don't care about analysis or exporting
# these sources outside of the tree.
sources = []
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/test_api",
"//third_party/dart-pkg/pub/meta",
]
}