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

Side by Side Diff: content/browser/BUILD.gn

Issue 2217013002: Remove the JNI-based InterfaceRegistry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@java-interface-registry-migration
Patch Set: rebase Created 4 years, 2 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 | « no previous file | content/browser/android/browser_jni_registrar.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
9 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "android/browser_surface_texture_manager.h", 195 "android/browser_surface_texture_manager.h",
196 "android/child_process_launcher_android.cc", 196 "android/child_process_launcher_android.cc",
197 "android/child_process_launcher_android.h", 197 "android/child_process_launcher_android.h",
198 "android/content_protocol_handler_impl.cc", 198 "android/content_protocol_handler_impl.cc",
199 "android/content_protocol_handler_impl.h", 199 "android/content_protocol_handler_impl.h",
200 "android/content_startup_flags.cc", 200 "android/content_startup_flags.cc",
201 "android/content_startup_flags.h", 201 "android/content_startup_flags.h",
202 "android/content_video_view.cc", 202 "android/content_video_view.cc",
203 "android/content_video_view.h", 203 "android/content_video_view.h",
204 "android/devtools_auth.cc", 204 "android/devtools_auth.cc",
205 "android/interface_provider_android_impl.cc",
206 "android/interface_provider_android_impl.h",
207 "android/interface_registry_android_impl.cc",
208 "android/interface_registry_android_impl.h",
209 "android/java_interfaces_impl.cc", 205 "android/java_interfaces_impl.cc",
210 "android/java_interfaces_impl.h", 206 "android/java_interfaces_impl.h",
211 "android/scoped_surface_request_manager.cc", 207 "android/scoped_surface_request_manager.cc",
212 "android/scoped_surface_request_manager.h", 208 "android/scoped_surface_request_manager.h",
213 "android/url_request_content_job.cc", 209 "android/url_request_content_job.cc",
214 "android/url_request_content_job.h", 210 "android/url_request_content_job.h",
215 "appcache/appcache.cc", 211 "appcache/appcache.cc",
216 "appcache/appcache.h", 212 "appcache/appcache.h",
217 "appcache/appcache_backend_impl.cc", 213 "appcache/appcache_backend_impl.cc",
218 "appcache/appcache_backend_impl.h", 214 "appcache/appcache_backend_impl.h",
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 "memory/memory_monitor_win.h", 872 "memory/memory_monitor_win.h",
877 "memory/memory_pressure_controller_impl.cc", 873 "memory/memory_pressure_controller_impl.cc",
878 "memory/memory_pressure_controller_impl.h", 874 "memory/memory_pressure_controller_impl.h",
879 "message_port_message_filter.cc", 875 "message_port_message_filter.cc",
880 "message_port_message_filter.h", 876 "message_port_message_filter.h",
881 "message_port_provider.cc", 877 "message_port_provider.cc",
882 "message_port_service.cc", 878 "message_port_service.cc",
883 "message_port_service.h", 879 "message_port_service.h",
884 "mime_registry_impl.cc", 880 "mime_registry_impl.cc",
885 "mime_registry_impl.h", 881 "mime_registry_impl.h",
886 "mojo/interface_registrar_android.cc",
887 "mojo/interface_registrar_android.h",
888 "mojo/merge_dictionary.cc", 882 "mojo/merge_dictionary.cc",
889 "mojo/merge_dictionary.h", 883 "mojo/merge_dictionary.h",
890 "mojo/mojo_shell_context.cc", 884 "mojo/mojo_shell_context.cc",
891 "mojo/mojo_shell_context.h", 885 "mojo/mojo_shell_context.h",
892 "net/browser_online_state_observer.cc", 886 "net/browser_online_state_observer.cc",
893 "net/browser_online_state_observer.h", 887 "net/browser_online_state_observer.h",
894 "net/network_errors_listing_ui.cc", 888 "net/network_errors_listing_ui.cc",
895 "net/network_errors_listing_ui.h", 889 "net/network_errors_listing_ui.h",
896 "net/quota_policy_cookie_store.cc", 890 "net/quota_policy_cookie_store.cc",
897 "net/quota_policy_cookie_store.h", 891 "net/quota_policy_cookie_store.h",
(...skipping 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after
1954 if (!is_component_build) { 1948 if (!is_component_build) {
1955 public_deps = [ 1949 public_deps = [
1956 ":browser", 1950 ":browser",
1957 ] 1951 ]
1958 } else { 1952 } else {
1959 public_deps = [ 1953 public_deps = [
1960 "//third_party/leveldatabase", 1954 "//third_party/leveldatabase",
1961 ] 1955 ]
1962 } 1956 }
1963 } 1957 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/android/browser_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698