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

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: dom_distiller 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..833b5da65134cf84c761faefc7780f06dffb140f 100644
--- a/components/dom_distiller/android/BUILD.gn
+++ b/components/dom_distiller/android/BUILD.gn
@@ -51,15 +51,3 @@ java_cpp_template("dom_distiller_core_theme_javagen") {
"../core/theme_list.h",
]
}
-
-source_set("jni_registrar") {
- sources = [
- "component_jni_registrar.cc",
- "component_jni_registrar.h",
- ]
-
- deps = [
- "//base",
- "//components/dom_distiller/content:content_browser",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698