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

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: Android: Don't require RegisterNatives if there are none 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/navigation_interception/BUILD.gn
diff --git a/components/navigation_interception/BUILD.gn b/components/navigation_interception/BUILD.gn
index a2014bfca450b408f487d1292f9bf134c0f9fb98..1a5d01d3299c70b4053f7256593bc9135051d8fe 100644
--- a/components/navigation_interception/BUILD.gn
+++ b/components/navigation_interception/BUILD.gn
@@ -24,8 +24,6 @@ static_library("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