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

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

Issue 2346803004: Revert of Enforce capability spec renderer <--> browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 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/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 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 "memory/memory_pressure_controller_impl.h", 875 "memory/memory_pressure_controller_impl.h",
876 "message_port_message_filter.cc", 876 "message_port_message_filter.cc",
877 "message_port_message_filter.h", 877 "message_port_message_filter.h",
878 "message_port_provider.cc", 878 "message_port_provider.cc",
879 "message_port_service.cc", 879 "message_port_service.cc",
880 "message_port_service.h", 880 "message_port_service.h",
881 "mime_registry_impl.cc", 881 "mime_registry_impl.cc",
882 "mime_registry_impl.h", 882 "mime_registry_impl.h",
883 "mojo/interface_registrar_android.cc", 883 "mojo/interface_registrar_android.cc",
884 "mojo/interface_registrar_android.h", 884 "mojo/interface_registrar_android.h",
885 "mojo/merge_dictionary.cc",
886 "mojo/merge_dictionary.h",
887 "mojo/mojo_shell_context.cc", 885 "mojo/mojo_shell_context.cc",
888 "mojo/mojo_shell_context.h", 886 "mojo/mojo_shell_context.h",
889 "net/browser_online_state_observer.cc", 887 "net/browser_online_state_observer.cc",
890 "net/browser_online_state_observer.h", 888 "net/browser_online_state_observer.h",
891 "net/network_errors_listing_ui.cc", 889 "net/network_errors_listing_ui.cc",
892 "net/network_errors_listing_ui.h", 890 "net/network_errors_listing_ui.h",
893 "net/quota_policy_cookie_store.cc", 891 "net/quota_policy_cookie_store.cc",
894 "net/quota_policy_cookie_store.h", 892 "net/quota_policy_cookie_store.h",
895 "net/view_blob_internals_job_factory.cc", 893 "net/view_blob_internals_job_factory.cc",
896 "net/view_blob_internals_job_factory.h", 894 "net/view_blob_internals_job_factory.h",
(...skipping 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after
1934 if (!is_component_build) { 1932 if (!is_component_build) {
1935 public_deps = [ 1933 public_deps = [
1936 ":browser", 1934 ":browser",
1937 ] 1935 ]
1938 } else { 1936 } else {
1939 public_deps = [ 1937 public_deps = [
1940 "//third_party/leveldatabase", 1938 "//third_party/leveldatabase",
1941 ] 1939 ]
1942 } 1940 }
1943 } 1941 }
OLDNEW
« no previous file with comments | « chrome/browser/content_browser_manifest_overlay.json ('k') | content/browser/browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698