blob: fb36dd71725de0280f9a4507a869050738cf3085 [file] [log] [blame]
# This file is generated by importer.py for webdriver-3.0.0
import("//build/dart/dart_library.gni")
dart_library("webdriver") {
package_name = "webdriver"
language_version = "2.12"
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/stack_trace",
"//third_party/dart-pkg/pub/sync_http",
]
sources = [
"async_core.dart",
"async_html.dart",
"async_io.dart",
"core.dart",
"io.dart",
"src/async/alert.dart",
"src/async/common.dart",
"src/async/common_io.dart",
"src/async/common_stub.dart",
"src/async/cookies.dart",
"src/async/keyboard.dart",
"src/async/logs.dart",
"src/async/mouse.dart",
"src/async/stepper.dart",
"src/async/target_locator.dart",
"src/async/timeouts.dart",
"src/async/web_driver.dart",
"src/async/web_element.dart",
"src/async/window.dart",
"src/common/by.dart",
"src/common/capabilities.dart",
"src/common/command_event.dart",
"src/common/cookie.dart",
"src/common/exception.dart",
"src/common/log.dart",
"src/common/mouse.dart",
"src/common/request.dart",
"src/common/request_client.dart",
"src/common/session.dart",
"src/common/spec.dart",
"src/common/utils.dart",
"src/common/web_element.dart",
"src/common/webdriver_handler.dart",
"src/handler/infer_handler.dart",
"src/handler/json_wire/alert.dart",
"src/handler/json_wire/cookies.dart",
"src/handler/json_wire/core.dart",
"src/handler/json_wire/element.dart",
"src/handler/json_wire/element_finder.dart",
"src/handler/json_wire/frame.dart",
"src/handler/json_wire/keyboard.dart",
"src/handler/json_wire/logs.dart",
"src/handler/json_wire/mouse.dart",
"src/handler/json_wire/navigation.dart",
"src/handler/json_wire/session.dart",
"src/handler/json_wire/timeouts.dart",
"src/handler/json_wire/utils.dart",
"src/handler/json_wire/window.dart",
"src/handler/json_wire_handler.dart",
"src/handler/w3c/alert.dart",
"src/handler/w3c/cookies.dart",
"src/handler/w3c/core.dart",
"src/handler/w3c/element.dart",
"src/handler/w3c/element_finder.dart",
"src/handler/w3c/frame.dart",
"src/handler/w3c/keyboard.dart",
"src/handler/w3c/mouse.dart",
"src/handler/w3c/navigation.dart",
"src/handler/w3c/session.dart",
"src/handler/w3c/timeouts.dart",
"src/handler/w3c/utils.dart",
"src/handler/w3c/window.dart",
"src/handler/w3c_handler.dart",
"src/request/async_io_request_client.dart",
"src/request/async_xhr_request_client.dart",
"src/request/sync_http_request_client.dart",
"src/sync/alert.dart",
"src/sync/common.dart",
"src/sync/common_io.dart",
"src/sync/common_stub.dart",
"src/sync/cookies.dart",
"src/sync/keyboard.dart",
"src/sync/logs.dart",
"src/sync/mouse.dart",
"src/sync/target_locator.dart",
"src/sync/timeouts.dart",
"src/sync/web_driver.dart",
"src/sync/web_element.dart",
"src/sync/window.dart",
"support/async.dart",
"support/firefox_profile.dart",
"support/stdio_stepper.dart",
"sync_core.dart",
"sync_io.dart",
]
}