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

Side by Side Diff: android_webview/native/webview_native.gyp

Issue 2202783002: android_webview: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jnireg1
Patch Set: android_webview: Remove unneeded RegisterNatives() calls 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 unified diff | Download patch
« no previous file with comments | « android_webview/native/java_browser_view_renderer_helper.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', 7 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'aw_message_port_service_impl.h', 76 'aw_message_port_service_impl.h',
77 'aw_metrics_switch.cc', 77 'aw_metrics_switch.cc',
78 'aw_metrics_switch.h', 78 'aw_metrics_switch.h',
79 'aw_pdf_exporter.cc', 79 'aw_pdf_exporter.cc',
80 'aw_pdf_exporter.h', 80 'aw_pdf_exporter.h',
81 'aw_picture.cc', 81 'aw_picture.cc',
82 'aw_picture.h', 82 'aw_picture.h',
83 'aw_quota_manager_bridge_impl.cc', 83 'aw_quota_manager_bridge_impl.cc',
84 'aw_quota_manager_bridge_impl.h', 84 'aw_quota_manager_bridge_impl.h',
85 'aw_resource.cc', 85 'aw_resource.cc',
86 'aw_resource.h',
87 'aw_settings.cc', 86 'aw_settings.cc',
88 'aw_settings.h', 87 'aw_settings.h',
89 'aw_web_contents_delegate.cc', 88 'aw_web_contents_delegate.cc',
90 'aw_web_contents_delegate.h', 89 'aw_web_contents_delegate.h',
91 'aw_web_contents_view_delegate.cc', 90 'aw_web_contents_view_delegate.cc',
92 'aw_web_contents_view_delegate.h', 91 'aw_web_contents_view_delegate.h',
93 'aw_web_preferences_populater_impl.cc', 92 'aw_web_preferences_populater_impl.cc',
94 'aw_web_preferences_populater_impl.h', 93 'aw_web_preferences_populater_impl.h',
95 'aw_web_resource_response_impl.cc', 94 'aw_web_resource_response_impl.cc',
96 'aw_web_resource_response_impl.h', 95 'aw_web_resource_response_impl.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 { 180 {
182 'target_name': 'android_webview_aw_permission_request_resource', 181 'target_name': 'android_webview_aw_permission_request_resource',
183 'type': 'none', 182 'type': 'none',
184 'variables': { 183 'variables': {
185 'source_file': 'permission/aw_permission_request.h', 184 'source_file': 'permission/aw_permission_request.h',
186 }, 185 },
187 'includes': [ '../../build/android/java_cpp_enum.gypi' ], 186 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
188 }, 187 },
189 ], 188 ],
190 } 189 }
OLDNEW
« no previous file with comments | « android_webview/native/java_browser_view_renderer_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698