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

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

Issue 1487433002: Add more components to "gn check", work on dom_distiller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 1 month 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/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"
}

Powered by Google App Engine
This is Rietveld 408576698