blob: dfa125d8e751c276eaf3573d36bd0e725396a8f8 [file] [log] [blame]
# Copyright 2021 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")
import("//chrome/browser/buildflags.gni")
android_library("java") {
sources = [ "java/src/org/chromium/chrome/browser/history_clusters/HistoryClustersTabHelper.java" ]
deps = [
"//base:base_java",
"//content/public/android:content_java",
"//third_party/androidx:androidx_annotation_annotation_java",
]
annotation_processor_deps = [ "//base/android/jni_generator:jni_processor" ]
}
generate_jni("jni_headers") {
sources = [ "java/src/org/chromium/chrome/browser/history_clusters/HistoryClustersTabHelper.java" ]
}