| 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 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 870 "memory/memory_coordinator.cc", | 870 "memory/memory_coordinator.cc", |
| 871 "memory/memory_coordinator.h", | 871 "memory/memory_coordinator.h", |
| 872 "memory/memory_coordinator_impl.cc", | 872 "memory/memory_coordinator_impl.cc", |
| 873 "memory/memory_coordinator_impl.h", | 873 "memory/memory_coordinator_impl.h", |
| 874 "memory/memory_message_filter.cc", | 874 "memory/memory_message_filter.cc", |
| 875 "memory/memory_message_filter.h", | 875 "memory/memory_message_filter.h", |
| 876 "memory/memory_monitor.cc", | 876 "memory/memory_monitor.cc", |
| 877 "memory/memory_monitor.h", | 877 "memory/memory_monitor.h", |
| 878 "memory/memory_monitor_android.cc", | 878 "memory/memory_monitor_android.cc", |
| 879 "memory/memory_monitor_android.h", | 879 "memory/memory_monitor_android.h", |
| 880 "memory/memory_monitor_mac.cc", |
| 881 "memory/memory_monitor_mac.h", |
| 880 "memory/memory_monitor_win.cc", | 882 "memory/memory_monitor_win.cc", |
| 881 "memory/memory_monitor_win.h", | 883 "memory/memory_monitor_win.h", |
| 882 "memory/memory_pressure_controller_impl.cc", | 884 "memory/memory_pressure_controller_impl.cc", |
| 883 "memory/memory_pressure_controller_impl.h", | 885 "memory/memory_pressure_controller_impl.h", |
| 884 "message_port_message_filter.cc", | 886 "message_port_message_filter.cc", |
| 885 "message_port_message_filter.h", | 887 "message_port_message_filter.h", |
| 886 "message_port_provider.cc", | 888 "message_port_provider.cc", |
| 887 "message_port_service.cc", | 889 "message_port_service.cc", |
| 888 "message_port_service.h", | 890 "message_port_service.h", |
| 889 "mime_registry_impl.cc", | 891 "mime_registry_impl.cc", |
| (...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1942 if (!is_component_build) { | 1944 if (!is_component_build) { |
| 1943 public_deps = [ | 1945 public_deps = [ |
| 1944 ":browser", | 1946 ":browser", |
| 1945 ] | 1947 ] |
| 1946 } else { | 1948 } else { |
| 1947 public_deps = [ | 1949 public_deps = [ |
| 1948 "//third_party/leveldatabase", | 1950 "//third_party/leveldatabase", |
| 1949 ] | 1951 ] |
| 1950 } | 1952 } |
| 1951 } | 1953 } |
| OLD | NEW |