# Copyright 2020 The Chromium Authors
# 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")
robolectric_library("components_content_capture_junit_tests") {
sources = [
"src/org/chromium/components/content_capture/PlatformAPIWrapperTest.java",
"src/org/chromium/components/content_capture/PlatformContentCaptureControllerTest.java",
"src/org/chromium/components/content_capture/UrlAllowlistTest.java",
]
deps = [
"//base:base_java_test_support",
"//base:base_junit_test_support",
"//components/content_capture/android:java",
"//content/public/android:content_java",
"//third_party/androidx:androidx_annotation_annotation_java",
"//third_party/junit",
"//third_party/mockito:mockito_java",
]
}