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

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 857 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 "memory/memory_pressure_controller_impl.h", 868 "memory/memory_pressure_controller_impl.h",
869 "message_port_message_filter.cc", 869 "message_port_message_filter.cc",
870 "message_port_message_filter.h", 870 "message_port_message_filter.h",
871 "message_port_provider.cc", 871 "message_port_provider.cc",
872 "message_port_service.cc", 872 "message_port_service.cc",
873 "message_port_service.h", 873 "message_port_service.h",
874 "mime_registry_impl.cc", 874 "mime_registry_impl.cc",
875 "mime_registry_impl.h", 875 "mime_registry_impl.h",
876 "mojo/interface_registrar_android.cc", 876 "mojo/interface_registrar_android.cc",
877 "mojo/interface_registrar_android.h", 877 "mojo/interface_registrar_android.h",
878 "mojo/merge_dictionary.cc",
879 "mojo/merge_dictionary.h",
878 "mojo/mojo_shell_context.cc", 880 "mojo/mojo_shell_context.cc",
879 "mojo/mojo_shell_context.h", 881 "mojo/mojo_shell_context.h",
880 "net/browser_online_state_observer.cc", 882 "net/browser_online_state_observer.cc",
881 "net/browser_online_state_observer.h", 883 "net/browser_online_state_observer.h",
882 "net/network_errors_listing_ui.cc", 884 "net/network_errors_listing_ui.cc",
883 "net/network_errors_listing_ui.h", 885 "net/network_errors_listing_ui.h",
884 "net/quota_policy_cookie_store.cc", 886 "net/quota_policy_cookie_store.cc",
885 "net/quota_policy_cookie_store.h", 887 "net/quota_policy_cookie_store.h",
886 "net/view_blob_internals_job_factory.cc", 888 "net/view_blob_internals_job_factory.cc",
887 "net/view_blob_internals_job_factory.h", 889 "net/view_blob_internals_job_factory.h",
(...skipping 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after
1925 if (!is_component_build) { 1927 if (!is_component_build) {
1926 public_deps = [ 1928 public_deps = [
1927 ":browser", 1929 ":browser",
1928 ] 1930 ]
1929 } else { 1931 } else {
1930 public_deps = [ 1932 public_deps = [
1931 "//third_party/leveldatabase", 1933 "//third_party/leveldatabase",
1932 ] 1934 ]
1933 } 1935 }
1934 } 1936 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698