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

Unified Diff: components/dom_distiller.gypi

Issue 147533004: Remove unneeded JNI registrations. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Fix android webview build issues. Created 6 years, 9 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/dom_distiller.gypi
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index b930bb3461020d71639124dacd820346b7e9082d..54dbdf2d64246d5b6b176ae6369b92bbd06f33a3 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -48,8 +48,6 @@
'distilled_page_proto',
],
'sources': [
- 'dom_distiller/android/component_jni_registrar.cc',
- 'dom_distiller/android/component_jni_registrar.h',
'dom_distiller/core/article_distillation_update.cc',
'dom_distiller/core/article_distillation_update.h',
'dom_distiller/core/article_entry.cc',
@@ -80,7 +78,6 @@
'dom_distiller/core/url_constants.cc',
'dom_distiller/core/url_constants.h',
'dom_distiller/core/url_utils_android.cc',
- 'dom_distiller/core/url_utils_android.h',
'dom_distiller/core/url_utils.cc',
'dom_distiller/core/url_utils.h',
],

Powered by Google App Engine
This is Rietveld 408576698