| 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 854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 865 "media/session/media_session_delegate_default.cc", | 865 "media/session/media_session_delegate_default.cc", |
| 866 "media/session/media_session_observer.h", | 866 "media/session/media_session_observer.h", |
| 867 "media/session/media_session_uma_helper.cc", | 867 "media/session/media_session_uma_helper.cc", |
| 868 "media/session/media_session_uma_helper.h", | 868 "media/session/media_session_uma_helper.h", |
| 869 "memory/memory_coordinator.cc", | 869 "memory/memory_coordinator.cc", |
| 870 "memory/memory_coordinator.h", | 870 "memory/memory_coordinator.h", |
| 871 "memory/memory_message_filter.cc", | 871 "memory/memory_message_filter.cc", |
| 872 "memory/memory_message_filter.h", | 872 "memory/memory_message_filter.h", |
| 873 "memory/memory_monitor.cc", | 873 "memory/memory_monitor.cc", |
| 874 "memory/memory_monitor.h", | 874 "memory/memory_monitor.h", |
| 875 "memory/memory_monitor_android.cc", |
| 876 "memory/memory_monitor_android.h", |
| 875 "memory/memory_monitor_win.cc", | 877 "memory/memory_monitor_win.cc", |
| 876 "memory/memory_monitor_win.h", | 878 "memory/memory_monitor_win.h", |
| 877 "memory/memory_pressure_controller_impl.cc", | 879 "memory/memory_pressure_controller_impl.cc", |
| 878 "memory/memory_pressure_controller_impl.h", | 880 "memory/memory_pressure_controller_impl.h", |
| 879 "message_port_message_filter.cc", | 881 "message_port_message_filter.cc", |
| 880 "message_port_message_filter.h", | 882 "message_port_message_filter.h", |
| 881 "message_port_provider.cc", | 883 "message_port_provider.cc", |
| 882 "message_port_service.cc", | 884 "message_port_service.cc", |
| 883 "message_port_service.h", | 885 "message_port_service.h", |
| 884 "mime_registry_impl.cc", | 886 "mime_registry_impl.cc", |
| (...skipping 1075 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1960 if (!is_component_build) { | 1962 if (!is_component_build) { |
| 1961 public_deps = [ | 1963 public_deps = [ |
| 1962 ":browser", | 1964 ":browser", |
| 1963 ] | 1965 ] |
| 1964 } else { | 1966 } else { |
| 1965 public_deps = [ | 1967 public_deps = [ |
| 1966 "//third_party/leveldatabase", | 1968 "//third_party/leveldatabase", |
| 1967 ] | 1969 ] |
| 1968 } | 1970 } |
| 1969 } | 1971 } |
| OLD | NEW |