blob: 0f58b8ac6fa5e0b952087068d3635e1526b7595d [file] [log] [blame]
# Copyright 2020 The Chromium 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/config/android/config.gni")
import("//build/config/android/rules.gni")
java_library("components_autofill_junit_tests") {
# Platform checks are broken for Robolectric. See https://crbug.com/1071638.
bypass_platform_checks = true
testonly = true
sources =
[ "src/org/chromium/components/autofill/AutofillProviderImplTest.java" ]
deps = [
"//base:base_java_test_support",
"//base:base_junit_test_support",
"//components/autofill/android:provider_java",
"//content/public/android:content_java",
"//ui/android:ui_java",
]
}