blob: f1a33d1294ff3752aea8647cc7f696872d2072f2 [file] [log] [blame]
# This file is generated by importer.py for crypto-2.0.6
import("//build/dart/dart_library.gni")
dart_library("crypto") {
package_name = "crypto"
# 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/typed_data",
"//third_party/dart-pkg/pub/convert",
"//third_party/dart-pkg/pub/collection",
]
}