Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: components/dom_distiller/core/BUILD.gn

Issue 2252963004: Remove dom_distiller core dependency on content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test deps Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
}

Powered by Google App Engine
This is Rietveld 408576698