| 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("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
| 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 | 10 |
| (...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 882 "memory/memory_coordinator.cc", | 882 "memory/memory_coordinator.cc", |
| 883 "memory/memory_coordinator.h", | 883 "memory/memory_coordinator.h", |
| 884 "memory/memory_coordinator_impl.cc", | 884 "memory/memory_coordinator_impl.cc", |
| 885 "memory/memory_coordinator_impl.h", | 885 "memory/memory_coordinator_impl.h", |
| 886 "memory/memory_message_filter.cc", | 886 "memory/memory_message_filter.cc", |
| 887 "memory/memory_message_filter.h", | 887 "memory/memory_message_filter.h", |
| 888 "memory/memory_monitor.cc", | 888 "memory/memory_monitor.cc", |
| 889 "memory/memory_monitor.h", | 889 "memory/memory_monitor.h", |
| 890 "memory/memory_monitor_android.cc", | 890 "memory/memory_monitor_android.cc", |
| 891 "memory/memory_monitor_android.h", | 891 "memory/memory_monitor_android.h", |
| 892 "memory/memory_monitor_mac.cc", |
| 893 "memory/memory_monitor_mac.h", |
| 892 "memory/memory_monitor_win.cc", | 894 "memory/memory_monitor_win.cc", |
| 893 "memory/memory_monitor_win.h", | 895 "memory/memory_monitor_win.h", |
| 894 "memory/memory_pressure_controller_impl.cc", | 896 "memory/memory_pressure_controller_impl.cc", |
| 895 "memory/memory_pressure_controller_impl.h", | 897 "memory/memory_pressure_controller_impl.h", |
| 896 "message_port_message_filter.cc", | 898 "message_port_message_filter.cc", |
| 897 "message_port_message_filter.h", | 899 "message_port_message_filter.h", |
| 898 "message_port_provider.cc", | 900 "message_port_provider.cc", |
| 899 "message_port_service.cc", | 901 "message_port_service.cc", |
| 900 "message_port_service.h", | 902 "message_port_service.h", |
| 901 "mime_registry_impl.cc", | 903 "mime_registry_impl.cc", |
| (...skipping 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1953 if (!is_component_build) { | 1955 if (!is_component_build) { |
| 1954 public_deps = [ | 1956 public_deps = [ |
| 1955 ":browser", | 1957 ":browser", |
| 1956 ] | 1958 ] |
| 1957 } else { | 1959 } else { |
| 1958 public_deps = [ | 1960 public_deps = [ |
| 1959 "//third_party/leveldatabase", | 1961 "//third_party/leveldatabase", |
| 1960 ] | 1962 ] |
| 1961 } | 1963 } |
| 1962 } | 1964 } |
| OLD | NEW |