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

Side by Side 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, 8 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'webview_native', 10 'target_name': 'webview_native',
(...skipping 30 matching lines...) Expand all
41 'aw_browser_dependency_factory.h', 41 'aw_browser_dependency_factory.h',
42 'aw_contents.cc', 42 'aw_contents.cc',
43 'aw_contents.h', 43 'aw_contents.h',
44 'aw_contents_client_bridge.cc', 44 'aw_contents_client_bridge.cc',
45 'aw_contents_client_bridge.h', 45 'aw_contents_client_bridge.h',
46 'aw_contents_io_thread_client_impl.cc', 46 'aw_contents_io_thread_client_impl.cc',
47 'aw_contents_io_thread_client_impl.h', 47 'aw_contents_io_thread_client_impl.h',
48 'aw_dev_tools_server.cc', 48 'aw_dev_tools_server.cc',
49 'aw_dev_tools_server.h', 49 'aw_dev_tools_server.h',
50 'aw_form_database.cc', 50 'aw_form_database.cc',
51 'aw_form_database.h',
52 'aw_geolocation_permission_context.cc', 51 'aw_geolocation_permission_context.cc',
53 'aw_geolocation_permission_context.h', 52 'aw_geolocation_permission_context.h',
54 'aw_http_auth_handler.cc', 53 'aw_http_auth_handler.cc',
55 'aw_http_auth_handler.h', 54 'aw_http_auth_handler.h',
56 'aw_pdf_exporter.cc', 55 'aw_pdf_exporter.cc',
57 'aw_pdf_exporter.h', 56 'aw_pdf_exporter.h',
58 'aw_picture.cc', 57 'aw_picture.cc',
59 'aw_picture.h', 58 'aw_picture.h',
60 'aw_quota_manager_bridge_impl.cc', 59 'aw_quota_manager_bridge_impl.cc',
61 'aw_quota_manager_bridge_impl.h', 60 'aw_quota_manager_bridge_impl.h',
62 'aw_resource.cc', 61 'aw_resource.cc',
63 'aw_resource.h', 62 'aw_resource.h',
64 'aw_settings.cc', 63 'aw_settings.cc',
65 'aw_settings.h', 64 'aw_settings.h',
66 'aw_web_contents_delegate.cc', 65 'aw_web_contents_delegate.cc',
67 'aw_web_contents_delegate.h', 66 'aw_web_contents_delegate.h',
68 'aw_web_contents_view_delegate.cc', 67 'aw_web_contents_view_delegate.cc',
69 'aw_web_contents_view_delegate.h', 68 'aw_web_contents_view_delegate.h',
70 'aw_web_preferences_populater_impl.cc', 69 'aw_web_preferences_populater_impl.cc',
71 'aw_web_preferences_populater_impl.h', 70 'aw_web_preferences_populater_impl.h',
72 'cookie_manager.cc', 71 'cookie_manager.cc',
73 'cookie_manager.h',
74 'input_stream_impl.cc', 72 'input_stream_impl.cc',
75 'input_stream_impl.h', 73 'input_stream_impl.h',
76 'intercepted_request_data_impl.cc', 74 'intercepted_request_data_impl.cc',
77 'intercepted_request_data_impl.h', 75 'intercepted_request_data_impl.h',
78 'java_browser_view_renderer_helper.cc', 76 'java_browser_view_renderer_helper.cc',
79 'java_browser_view_renderer_helper.h', 77 'java_browser_view_renderer_helper.h',
80 'net_init_native_callback.cc', 78 'net_init_native_callback.cc',
81 'state_serializer.cc', 79 'state_serializer.cc',
82 'state_serializer.h', 80 'state_serializer.h',
83 ], 81 ],
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'jni_generator_ptr_type': 'long', 134 'jni_generator_ptr_type': 'long',
137 }, 135 },
138 'includes': [ '../../build/jni_generator.gypi' ], 136 'includes': [ '../../build/jni_generator.gypi' ],
139 'dependencies': [ 137 'dependencies': [
140 'input_stream_android_jar_jni_headers', 138 'input_stream_android_jar_jni_headers',
141 'cancellation_signal_android_jar_jni_headers', 139 'cancellation_signal_android_jar_jni_headers',
142 ], 140 ],
143 }, 141 },
144 ], 142 ],
145 } 143 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698