blob: 4ce3d9389d1542aa9a32493a74b050bc2194186d [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:fuchsia.input_dart",
"//sdk/fidl/fuchsia.ui.input:fuchsia.ui.input_dart",
"//sdk/fidl/fuchsia.ui.input3:fuchsia.ui.input3_dart",
"//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",
]
}