blob: 5581c1ec0f57796c44c9dd343df5ef762bf59115 [file] [log] [blame]
# This file is generated by importer.py for markdown-2.0.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",
]
}