| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |