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

Unified Diff: components/navigation_interception.gypi

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.gypi
diff --git a/components/navigation_interception.gypi b/components/navigation_interception.gypi
index 7ccc4cd80d63f089c3eb5f7028b90907b17cef94..ff7339f2f3315cb7fb07e9cdf3676e7af24af002 100644
--- a/components/navigation_interception.gypi
+++ b/components/navigation_interception.gypi
@@ -35,8 +35,6 @@
],
'sources': [
# Note: sources list duplicated in GN build.
- 'navigation_interception/component_jni_registrar.cc',
- 'navigation_interception/component_jni_registrar.h',
'navigation_interception/intercept_navigation_delegate.cc',
'navigation_interception/intercept_navigation_delegate.h',
'navigation_interception/navigation_params_android.cc',

Powered by Google App Engine
This is Rietveld 408576698