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

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

Issue 2259903002: 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",
885 "mojo/mojo_shell_context.cc", 887 "mojo/mojo_shell_context.cc",
886 "mojo/mojo_shell_context.h", 888 "mojo/mojo_shell_context.h",
887 "net/browser_online_state_observer.cc", 889 "net/browser_online_state_observer.cc",
888 "net/browser_online_state_observer.h", 890 "net/browser_online_state_observer.h",
889 "net/network_errors_listing_ui.cc", 891 "net/network_errors_listing_ui.cc",
890 "net/network_errors_listing_ui.h", 892 "net/network_errors_listing_ui.h",
891 "net/quota_policy_cookie_store.cc", 893 "net/quota_policy_cookie_store.cc",
892 "net/quota_policy_cookie_store.h", 894 "net/quota_policy_cookie_store.h",
893 "net/view_blob_internals_job_factory.cc", 895 "net/view_blob_internals_job_factory.cc",
894 "net/view_blob_internals_job_factory.h", 896 "net/view_blob_internals_job_factory.h",
(...skipping 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after
1932 if (!is_component_build) { 1934 if (!is_component_build) {
1933 public_deps = [ 1935 public_deps = [
1934 ":browser", 1936 ":browser",
1935 ] 1937 ]
1936 } else { 1938 } else {
1937 public_deps = [ 1939 public_deps = [
1938 "//third_party/leveldatabase", 1940 "//third_party/leveldatabase",
1939 ] 1941 ]
1940 } 1942 }
1941 } 1943 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698