blob: ddb3675993d22c616bb6b1439891f3c08ea87e80 [file] [log] [blame]
# This file is generated by importer.py for webdriver-2.1.2
import("//build/dart/dart_library.gni")
dart_library("webdriver") {
package_name = "webdriver"
# 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/archive",
"//third_party/dart-pkg/pub/matcher",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/sync_http",
"//third_party/dart-pkg/pub/stack_trace",
]
}