blob: f1424e33448bdd0bb8a48692b22799b1adf51b48 [file] [log] [blame]
# Copyright 2021 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/dart/dart_library.gni")
import("//build/dart/test.gni")
dart_library("ermine_driver") {
null_safe = true
package_name = "ermine_driver"
source_dir = "lib"
sources = [ "ermine_driver.dart" ]
deps = [
"//sdk/fidl/fuchsia.input",
"//sdk/fidl/fuchsia.ui.input",
"//sdk/fidl/fuchsia.ui.input3",
"//sdk/testing/sl4f/client",
"//sdk/testing/sl4f/flutter_driver_sl4f",
"//third_party/dart-pkg/git/flutter/packages/flutter_driver",
"//third_party/dart-pkg/git/flutter/packages/fuchsia_remote_debug_protocol",
"//third_party/dart-pkg/pub/image",
"//third_party/dart-pkg/pub/test",
]
}