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

Unified Diff: android_webview/native/webview_native.gyp

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: android_webview/native/webview_native.gyp
diff --git a/android_webview/native/webview_native.gyp b/android_webview/native/webview_native.gyp
index 27d599a7961f201cfdd25a7e02c619be18fbd8a2..f2ce7cbf05f870ab5cf1cf8957c4e81c3d1e998c 100644
--- a/android_webview/native/webview_native.gyp
+++ b/android_webview/native/webview_native.gyp
@@ -48,7 +48,6 @@
'aw_dev_tools_server.cc',
'aw_dev_tools_server.h',
'aw_form_database.cc',
- 'aw_form_database.h',
'aw_geolocation_permission_context.cc',
'aw_geolocation_permission_context.h',
'aw_http_auth_handler.cc',
@@ -70,7 +69,6 @@
'aw_web_preferences_populater_impl.cc',
'aw_web_preferences_populater_impl.h',
'cookie_manager.cc',
- 'cookie_manager.h',
'input_stream_impl.cc',
'input_stream_impl.h',
'intercepted_request_data_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698