blob: d3f1e3e8af319c7d458c94a9ca435e1ddb447c24 [file] [log] [blame]
# This file is generated by importer.py for markdown-2.1.3
import("//build/dart/dart_library.gni")
dart_library("markdown") {
package_name = "markdown"
# 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/args",
"//third_party/dart-pkg/pub/charcode",
]
}