| 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("//gpu/vulkan/features.gni") | 7 import("//gpu/vulkan/features.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
| 10 import("//printing/features/features.gni") | 10 import("//printing/features/features.gni") |
| (...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1008 "media/session/media_session_uma_helper.cc", | 1008 "media/session/media_session_uma_helper.cc", |
| 1009 "media/session/media_session_uma_helper.h", | 1009 "media/session/media_session_uma_helper.h", |
| 1010 "media/url_provision_fetcher.cc", | 1010 "media/url_provision_fetcher.cc", |
| 1011 "media/url_provision_fetcher.h", | 1011 "media/url_provision_fetcher.h", |
| 1012 "memory/memory_condition_observer.cc", | 1012 "memory/memory_condition_observer.cc", |
| 1013 "memory/memory_condition_observer.h", | 1013 "memory/memory_condition_observer.h", |
| 1014 "memory/memory_coordinator_default_policy.cc", | 1014 "memory/memory_coordinator_default_policy.cc", |
| 1015 "memory/memory_coordinator_default_policy.h", | 1015 "memory/memory_coordinator_default_policy.h", |
| 1016 "memory/memory_coordinator_impl.cc", | 1016 "memory/memory_coordinator_impl.cc", |
| 1017 "memory/memory_coordinator_impl.h", | 1017 "memory/memory_coordinator_impl.h", |
| 1018 "memory/memory_message_filter.cc", | |
| 1019 "memory/memory_message_filter.h", | |
| 1020 "memory/memory_monitor.cc", | 1018 "memory/memory_monitor.cc", |
| 1021 "memory/memory_monitor.h", | 1019 "memory/memory_monitor.h", |
| 1022 "memory/memory_monitor_android.cc", | 1020 "memory/memory_monitor_android.cc", |
| 1023 "memory/memory_monitor_android.h", | 1021 "memory/memory_monitor_android.h", |
| 1024 "memory/memory_monitor_win.cc", | 1022 "memory/memory_monitor_win.cc", |
| 1025 "memory/memory_monitor_win.h", | 1023 "memory/memory_monitor_win.h", |
| 1026 "memory/memory_pressure_controller_impl.cc", | |
| 1027 "memory/memory_pressure_controller_impl.h", | |
| 1028 "memory/swap_metrics_observer.cc", | 1024 "memory/swap_metrics_observer.cc", |
| 1029 "memory/swap_metrics_observer.h", | 1025 "memory/swap_metrics_observer.h", |
| 1030 "memory/swap_metrics_observer_linux.cc", | 1026 "memory/swap_metrics_observer_linux.cc", |
| 1031 "memory/swap_metrics_observer_linux.h", | 1027 "memory/swap_metrics_observer_linux.h", |
| 1032 "memory/swap_metrics_observer_mac.cc", | 1028 "memory/swap_metrics_observer_mac.cc", |
| 1033 "memory/swap_metrics_observer_mac.h", | 1029 "memory/swap_metrics_observer_mac.h", |
| 1034 "memory/swap_metrics_observer_win.cc", | 1030 "memory/swap_metrics_observer_win.cc", |
| 1035 "message_port_provider.cc", | 1031 "message_port_provider.cc", |
| 1036 "mime_registry_impl.cc", | 1032 "mime_registry_impl.cc", |
| 1037 "mime_registry_impl.h", | 1033 "mime_registry_impl.h", |
| (...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2151 if (!is_component_build) { | 2147 if (!is_component_build) { |
| 2152 public_deps = [ | 2148 public_deps = [ |
| 2153 ":browser", | 2149 ":browser", |
| 2154 ] | 2150 ] |
| 2155 } else { | 2151 } else { |
| 2156 public_deps = [ | 2152 public_deps = [ |
| 2157 "//third_party/leveldatabase", | 2153 "//third_party/leveldatabase", |
| 2158 ] | 2154 ] |
| 2159 } | 2155 } |
| 2160 } | 2156 } |
| OLD | NEW |