blob: 1c2312d45f93cd08b76dd21d2f9c68d90f4c94cd [file] [log] [blame]
# This file is generated by importer.py for webdriver-2.1.1
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",
]
}