blob: d2e8776794070c612dc45d285121753727103832 [file] [log] [blame]
# Copyright 2016 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/rules.gni")
android_library("dom_distiller_content_java") {
deps = [
"//base:base_java",
"//base:jni_java",
"//components/dom_distiller/core/android:dom_distiller_core_java",
"//content/public/android:content_java",
]
annotation_processor_deps = [ "//base/android/jni_generator:jni_processor" ]
sources = [ "java/src/org/chromium/components/dom_distiller/content/DistillablePageUtils.java" ]
}
generate_jni("jni_headers") {
sources = [ "java/src/org/chromium/components/dom_distiller/content/DistillablePageUtils.java" ]
}