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

Unified Diff: components/bookmarks/common/android/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/bookmarks/common/android/BUILD.gn
diff --git a/components/bookmarks/common/android/BUILD.gn b/components/bookmarks/common/android/BUILD.gn
index d121f206900ea1c0e7eebfa074e48a01ce409775..b2cffec27ee8e05e199e88d854de372616b1914f 100644
--- a/components/bookmarks/common/android/BUILD.gn
+++ b/components/bookmarks/common/android/BUILD.gn
@@ -10,8 +10,6 @@ source_set("android") {
"bookmark_id.cc",
"bookmark_id.h",
"bookmark_type.h",
- "component_jni_registrar.cc",
- "component_jni_registrar.h",
]
deps = [
":bookmarks_jni_headers",

Powered by Google App Engine
This is Rietveld 408576698