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

Side by Side Diff: content/shell/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
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/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/console_app.gni") 8 import("//build/config/win/console_app.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "browser/shell_download_manager_delegate.h", 121 "browser/shell_download_manager_delegate.h",
122 "browser/shell_javascript_dialog.h", 122 "browser/shell_javascript_dialog.h",
123 "browser/shell_javascript_dialog_mac.mm", 123 "browser/shell_javascript_dialog_mac.mm",
124 "browser/shell_javascript_dialog_manager.cc", 124 "browser/shell_javascript_dialog_manager.cc",
125 "browser/shell_javascript_dialog_manager.h", 125 "browser/shell_javascript_dialog_manager.h",
126 "browser/shell_javascript_dialog_win.cc", 126 "browser/shell_javascript_dialog_win.cc",
127 "browser/shell_login_dialog.cc", 127 "browser/shell_login_dialog.cc",
128 "browser/shell_login_dialog.h", 128 "browser/shell_login_dialog.h",
129 "browser/shell_login_dialog_mac.mm", 129 "browser/shell_login_dialog_mac.mm",
130 "browser/shell_mac.mm", 130 "browser/shell_mac.mm",
131 "browser/shell_mojo_test_utils_android.cc",
132 "browser/shell_mojo_test_utils_android.h",
133 "browser/shell_net_log.cc", 131 "browser/shell_net_log.cc",
134 "browser/shell_net_log.h", 132 "browser/shell_net_log.h",
135 "browser/shell_network_delegate.cc", 133 "browser/shell_network_delegate.cc",
136 "browser/shell_network_delegate.h", 134 "browser/shell_network_delegate.h",
137 "browser/shell_permission_manager.cc", 135 "browser/shell_permission_manager.cc",
138 "browser/shell_permission_manager.h", 136 "browser/shell_permission_manager.h",
139 "browser/shell_platform_data_aura.cc", 137 "browser/shell_platform_data_aura.cc",
140 "browser/shell_platform_data_aura.h", 138 "browser/shell_platform_data_aura.h",
141 "browser/shell_plugin_service_filter.cc", 139 "browser/shell_plugin_service_filter.cc",
142 "browser/shell_plugin_service_filter.h", 140 "browser/shell_plugin_service_filter.h",
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 "{{bundle_resources_dir}}/{{source_file_part}}", 737 "{{bundle_resources_dir}}/{{source_file_part}}",
740 ] 738 ]
741 } 739 }
742 } 740 }
743 741
744 mojom("mojo_bindings") { 742 mojom("mojo_bindings") {
745 sources = [ 743 sources = [
746 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", 744 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
747 ] 745 ]
748 } 746 }
OLDNEW
« no previous file with comments | « content/public/browser/android/interface_registry_android.h ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698