| Index: components/dom_distiller/android/BUILD.gn
|
| diff --git a/components/dom_distiller/android/BUILD.gn b/components/dom_distiller/android/BUILD.gn
|
| index 75122bad3cde67dec16a0e750af97039ced6ae20..1b5c31caa9172dcc9143260ed104932159f9a531 100644
|
| --- a/components/dom_distiller/android/BUILD.gn
|
| +++ b/components/dom_distiller/android/BUILD.gn
|
| @@ -52,14 +52,9 @@ java_cpp_template("dom_distiller_core_theme_javagen") {
|
| ]
|
| }
|
|
|
| -source_set("jni_registrar") {
|
| +generate_jni("jni_headers") {
|
| sources = [
|
| - "component_jni_registrar.cc",
|
| - "component_jni_registrar.h",
|
| - ]
|
| -
|
| - deps = [
|
| - "//base",
|
| - "//components/dom_distiller/content:content_browser",
|
| + "java/src/org/chromium/components/dom_distiller/content/DistillablePageUtils.java",
|
| ]
|
| + jni_package = "dom_distiller_content"
|
| }
|
|
|