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

Side by Side Diff: android_webview/native/BUILD.gn

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 7
8 source_set("native") { 8 source_set("native") {
9 deps = [ 9 deps = [
10 ":native_jni", 10 ":native_jni",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "aw_message_port_service_impl.h", 73 "aw_message_port_service_impl.h",
74 "aw_metrics_switch.cc", 74 "aw_metrics_switch.cc",
75 "aw_metrics_switch.h", 75 "aw_metrics_switch.h",
76 "aw_pdf_exporter.cc", 76 "aw_pdf_exporter.cc",
77 "aw_pdf_exporter.h", 77 "aw_pdf_exporter.h",
78 "aw_picture.cc", 78 "aw_picture.cc",
79 "aw_picture.h", 79 "aw_picture.h",
80 "aw_quota_manager_bridge_impl.cc", 80 "aw_quota_manager_bridge_impl.cc",
81 "aw_quota_manager_bridge_impl.h", 81 "aw_quota_manager_bridge_impl.h",
82 "aw_resource.cc", 82 "aw_resource.cc",
83 "aw_resource.h",
84 "aw_settings.cc", 83 "aw_settings.cc",
85 "aw_settings.h", 84 "aw_settings.h",
86 "aw_web_contents_delegate.cc", 85 "aw_web_contents_delegate.cc",
87 "aw_web_contents_delegate.h", 86 "aw_web_contents_delegate.h",
88 "aw_web_contents_view_delegate.cc", 87 "aw_web_contents_view_delegate.cc",
89 "aw_web_contents_view_delegate.h", 88 "aw_web_contents_view_delegate.h",
90 "aw_web_preferences_populater_impl.cc", 89 "aw_web_preferences_populater_impl.cc",
91 "aw_web_preferences_populater_impl.h", 90 "aw_web_preferences_populater_impl.h",
92 "aw_web_resource_response_impl.cc", 91 "aw_web_resource_response_impl.cc",
93 "aw_web_resource_response_impl.h", 92 "aw_web_resource_response_impl.h",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 generate_jar_jni("cancellation_signal_android_jar_jni_headers") { 161 generate_jar_jni("cancellation_signal_android_jar_jni_headers") {
163 classes = [ "android/os/CancellationSignal.class" ] 162 classes = [ "android/os/CancellationSignal.class" ]
164 jni_package = "android_webview" 163 jni_package = "android_webview"
165 } 164 }
166 165
167 java_cpp_enum("aw_permission_request_resource") { 166 java_cpp_enum("aw_permission_request_resource") {
168 sources = [ 167 sources = [
169 "permission/aw_permission_request.h", 168 "permission/aw_permission_request.h",
170 ] 169 ]
171 } 170 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698