| # 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" ] |
| } |