| 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 857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", | |
| 880 "mojo/mojo_shell_context.cc", | 878 "mojo/mojo_shell_context.cc", |
| 881 "mojo/mojo_shell_context.h", | 879 "mojo/mojo_shell_context.h", |
| 882 "net/browser_online_state_observer.cc", | 880 "net/browser_online_state_observer.cc", |
| 883 "net/browser_online_state_observer.h", | 881 "net/browser_online_state_observer.h", |
| 884 "net/network_errors_listing_ui.cc", | 882 "net/network_errors_listing_ui.cc", |
| 885 "net/network_errors_listing_ui.h", | 883 "net/network_errors_listing_ui.h", |
| 886 "net/quota_policy_cookie_store.cc", | 884 "net/quota_policy_cookie_store.cc", |
| 887 "net/quota_policy_cookie_store.h", | 885 "net/quota_policy_cookie_store.h", |
| 888 "net/view_blob_internals_job_factory.cc", | 886 "net/view_blob_internals_job_factory.cc", |
| 889 "net/view_blob_internals_job_factory.h", | 887 "net/view_blob_internals_job_factory.h", |
| (...skipping 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1927 if (!is_component_build) { | 1925 if (!is_component_build) { |
| 1928 public_deps = [ | 1926 public_deps = [ |
| 1929 ":browser", | 1927 ":browser", |
| 1930 ] | 1928 ] |
| 1931 } else { | 1929 } else { |
| 1932 public_deps = [ | 1930 public_deps = [ |
| 1933 "//third_party/leveldatabase", | 1931 "//third_party/leveldatabase", |
| 1934 ] | 1932 ] |
| 1935 } | 1933 } |
| 1936 } | 1934 } |
| OLD | NEW |