Index: components/dom_distiller/core/BUILD.gn |
diff --git a/components/dom_distiller/core/BUILD.gn b/components/dom_distiller/core/BUILD.gn |
index ecddce9383301db7e8f4e92f8e8db761177cfa5f..60977b8f2b5a8d92fbe03af59e71181d89cb1dfe 100644 |
--- a/components/dom_distiller/core/BUILD.gn |
+++ b/components/dom_distiller/core/BUILD.gn |
@@ -80,6 +80,8 @@ static_library("core") { |
if (is_android) { |
sources += [ |
+ "android/core_jni_registrar.cc", |
+ "android/core_jni_registrar.h", |
"dom_distiller_service_android.cc", |
"dom_distiller_service_android.h", |
] |
@@ -166,9 +168,9 @@ if (is_android) { |
generate_jni("jni_headers") { |
sources = [ |
- "../android/java/src/org/chromium/components/dom_distiller/core/DistilledPagePrefs.java", |
- "../android/java/src/org/chromium/components/dom_distiller/core/DomDistillerService.java", |
- "../android/java/src/org/chromium/components/dom_distiller/core/DomDistillerUrlUtils.java", |
+ "android/java/src/org/chromium/components/dom_distiller/core/DistilledPagePrefs.java", |
+ "android/java/src/org/chromium/components/dom_distiller/core/DomDistillerService.java", |
+ "android/java/src/org/chromium/components/dom_distiller/core/DomDistillerUrlUtils.java", |
] |
jni_package = "dom_distiller_core" |
} |