| 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 866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 877 "memory/memory_pressure_controller_impl.h", | 877 "memory/memory_pressure_controller_impl.h", |
| 878 "message_port_message_filter.cc", | 878 "message_port_message_filter.cc", |
| 879 "message_port_message_filter.h", | 879 "message_port_message_filter.h", |
| 880 "message_port_provider.cc", | 880 "message_port_provider.cc", |
| 881 "message_port_service.cc", | 881 "message_port_service.cc", |
| 882 "message_port_service.h", | 882 "message_port_service.h", |
| 883 "mime_registry_impl.cc", | 883 "mime_registry_impl.cc", |
| 884 "mime_registry_impl.h", | 884 "mime_registry_impl.h", |
| 885 "mojo/interface_registrar_android.cc", | 885 "mojo/interface_registrar_android.cc", |
| 886 "mojo/interface_registrar_android.h", | 886 "mojo/interface_registrar_android.h", |
| 887 "mojo/merge_dictionary.cc", |
| 888 "mojo/merge_dictionary.h", |
| 887 "mojo/mojo_shell_context.cc", | 889 "mojo/mojo_shell_context.cc", |
| 888 "mojo/mojo_shell_context.h", | 890 "mojo/mojo_shell_context.h", |
| 889 "net/browser_online_state_observer.cc", | 891 "net/browser_online_state_observer.cc", |
| 890 "net/browser_online_state_observer.h", | 892 "net/browser_online_state_observer.h", |
| 891 "net/network_errors_listing_ui.cc", | 893 "net/network_errors_listing_ui.cc", |
| 892 "net/network_errors_listing_ui.h", | 894 "net/network_errors_listing_ui.h", |
| 893 "net/quota_policy_cookie_store.cc", | 895 "net/quota_policy_cookie_store.cc", |
| 894 "net/quota_policy_cookie_store.h", | 896 "net/quota_policy_cookie_store.h", |
| 895 "net/view_blob_internals_job_factory.cc", | 897 "net/view_blob_internals_job_factory.cc", |
| 896 "net/view_blob_internals_job_factory.h", | 898 "net/view_blob_internals_job_factory.h", |
| (...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1947 if (!is_component_build) { | 1949 if (!is_component_build) { |
| 1948 public_deps = [ | 1950 public_deps = [ |
| 1949 ":browser", | 1951 ":browser", |
| 1950 ] | 1952 ] |
| 1951 } else { | 1953 } else { |
| 1952 public_deps = [ | 1954 public_deps = [ |
| 1953 "//third_party/leveldatabase", | 1955 "//third_party/leveldatabase", |
| 1954 ] | 1956 ] |
| 1955 } | 1957 } |
| 1956 } | 1958 } |
| OLD | NEW |