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

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

Issue 2387263002: Rename MojoShellContext -> ServiceManagerContext. (Closed)
Patch Set: . 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/browser_child_process_host_impl.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 861 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 "memory/memory_monitor_win.h", 872 "memory/memory_monitor_win.h",
873 "memory/memory_pressure_controller_impl.cc", 873 "memory/memory_pressure_controller_impl.cc",
874 "memory/memory_pressure_controller_impl.h", 874 "memory/memory_pressure_controller_impl.h",
875 "message_port_message_filter.cc", 875 "message_port_message_filter.cc",
876 "message_port_message_filter.h", 876 "message_port_message_filter.h",
877 "message_port_provider.cc", 877 "message_port_provider.cc",
878 "message_port_service.cc", 878 "message_port_service.cc",
879 "message_port_service.h", 879 "message_port_service.h",
880 "mime_registry_impl.cc", 880 "mime_registry_impl.cc",
881 "mime_registry_impl.h", 881 "mime_registry_impl.h",
882 "mojo/merge_dictionary.cc",
883 "mojo/merge_dictionary.h",
884 "mojo/mojo_shell_context.cc",
885 "mojo/mojo_shell_context.h",
886 "net/browser_online_state_observer.cc", 882 "net/browser_online_state_observer.cc",
887 "net/browser_online_state_observer.h", 883 "net/browser_online_state_observer.h",
888 "net/network_errors_listing_ui.cc", 884 "net/network_errors_listing_ui.cc",
889 "net/network_errors_listing_ui.h", 885 "net/network_errors_listing_ui.h",
890 "net/quota_policy_cookie_store.cc", 886 "net/quota_policy_cookie_store.cc",
891 "net/quota_policy_cookie_store.h", 887 "net/quota_policy_cookie_store.h",
892 "net/view_blob_internals_job_factory.cc", 888 "net/view_blob_internals_job_factory.cc",
893 "net/view_blob_internals_job_factory.h", 889 "net/view_blob_internals_job_factory.h",
894 "net/view_http_cache_job_factory.cc", 890 "net/view_http_cache_job_factory.cc",
895 "net/view_http_cache_job_factory.h", 891 "net/view_http_cache_job_factory.h",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
1139 "renderer_host/webmenurunner_mac.h", 1135 "renderer_host/webmenurunner_mac.h",
1140 "renderer_host/webmenurunner_mac.mm", 1136 "renderer_host/webmenurunner_mac.mm",
1141 "resolve_proxy_msg_helper.cc", 1137 "resolve_proxy_msg_helper.cc",
1142 "resolve_proxy_msg_helper.h", 1138 "resolve_proxy_msg_helper.h",
1143 "resource_context_impl.cc", 1139 "resource_context_impl.cc",
1144 "resource_context_impl.h", 1140 "resource_context_impl.h",
1145 "screen_orientation/screen_orientation_delegate_win.cc", 1141 "screen_orientation/screen_orientation_delegate_win.cc",
1146 "screen_orientation/screen_orientation_delegate_win.h", 1142 "screen_orientation/screen_orientation_delegate_win.h",
1147 "screen_orientation/screen_orientation_dispatcher_host_impl.cc", 1143 "screen_orientation/screen_orientation_dispatcher_host_impl.cc",
1148 "screen_orientation/screen_orientation_dispatcher_host_impl.h", 1144 "screen_orientation/screen_orientation_dispatcher_host_impl.h",
1145 "service_manager/merge_dictionary.cc",
1146 "service_manager/merge_dictionary.h",
1147 "service_manager/service_manager_context.cc",
1148 "service_manager/service_manager_context.h",
1149 "service_worker/embedded_worker_instance.cc", 1149 "service_worker/embedded_worker_instance.cc",
1150 "service_worker/embedded_worker_instance.h", 1150 "service_worker/embedded_worker_instance.h",
1151 "service_worker/embedded_worker_registry.cc", 1151 "service_worker/embedded_worker_registry.cc",
1152 "service_worker/embedded_worker_registry.h", 1152 "service_worker/embedded_worker_registry.h",
1153 "service_worker/embedded_worker_status.h", 1153 "service_worker/embedded_worker_status.h",
1154 "service_worker/foreign_fetch_request_handler.cc", 1154 "service_worker/foreign_fetch_request_handler.cc",
1155 "service_worker/foreign_fetch_request_handler.h", 1155 "service_worker/foreign_fetch_request_handler.h",
1156 "service_worker/link_header_support.cc", 1156 "service_worker/link_header_support.cc",
1157 "service_worker/link_header_support.h", 1157 "service_worker/link_header_support.h",
1158 "service_worker/service_worker_blob_reader.cc", 1158 "service_worker/service_worker_blob_reader.cc",
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1943 if (!is_component_build) { 1943 if (!is_component_build) {
1944 public_deps = [ 1944 public_deps = [
1945 ":browser", 1945 ":browser",
1946 ] 1946 ]
1947 } else { 1947 } else {
1948 public_deps = [ 1948 public_deps = [
1949 "//third_party/leveldatabase", 1949 "//third_party/leveldatabase",
1950 ] 1950 ]
1951 } 1951 }
1952 } 1952 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/browser_child_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698