blob: 46c7254120690e45cbae3e26ef00c6eb371a3baf [file] [log] [blame]
# Copyright 2025 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/rules.gni")
import("//third_party/jni_zero/jni_zero.gni")
generate_jni("jni") {
sources =
[ "java/src/org/chromium/components/origin_matcher/OriginMatcher.java" ]
}
android_library("java") {
deps = [
":jni_java",
"//third_party/androidx:androidx_annotation_annotation_java",
"//third_party/jni_zero:jni_zero_java",
"//url:gurl_java",
]
sources =
[ "java/src/org/chromium/components/origin_matcher/OriginMatcher.java" ]
}