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/navigation_interception/BUILD.gn

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/navigation_interception/BUILD.gn
diff --git a/components/navigation_interception/BUILD.gn b/components/navigation_interception/BUILD.gn
index 568a5f8da9a8493a94d53bf95643054661e325fb..894d8d9cd202af0447c65165ee7212bdc471edb3 100644
--- a/components/navigation_interception/BUILD.gn
+++ b/components/navigation_interception/BUILD.gn
@@ -24,8 +24,6 @@ source_set("navigation_interception") {
if (is_android) {
sources += [
- "component_jni_registrar.cc",
- "component_jni_registrar.h",
"intercept_navigation_delegate.cc",
"intercept_navigation_delegate.h",
"navigation_params_android.cc",

Powered by Google App Engine
This is Rietveld 408576698