| 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 977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 988 "memory/memory_monitor_android.h", | 988 "memory/memory_monitor_android.h", |
| 989 "memory/memory_monitor_win.cc", | 989 "memory/memory_monitor_win.cc", |
| 990 "memory/memory_monitor_win.h", | 990 "memory/memory_monitor_win.h", |
| 991 "memory/memory_pressure_controller_impl.cc", | 991 "memory/memory_pressure_controller_impl.cc", |
| 992 "memory/memory_pressure_controller_impl.h", | 992 "memory/memory_pressure_controller_impl.h", |
| 993 "memory/swap_metrics_observer.cc", | 993 "memory/swap_metrics_observer.cc", |
| 994 "memory/swap_metrics_observer.h", | 994 "memory/swap_metrics_observer.h", |
| 995 "memory/swap_metrics_observer_linux.cc", | 995 "memory/swap_metrics_observer_linux.cc", |
| 996 "memory/swap_metrics_observer_linux.h", | 996 "memory/swap_metrics_observer_linux.h", |
| 997 "memory/swap_metrics_observer_mac.cc", | 997 "memory/swap_metrics_observer_mac.cc", |
| 998 "memory/swap_metrics_observer_mac.h", |
| 998 "memory/swap_metrics_observer_win.cc", | 999 "memory/swap_metrics_observer_win.cc", |
| 999 "message_port_provider.cc", | 1000 "message_port_provider.cc", |
| 1000 "mime_registry_impl.cc", | 1001 "mime_registry_impl.cc", |
| 1001 "mime_registry_impl.h", | 1002 "mime_registry_impl.h", |
| 1002 "net/browser_online_state_observer.cc", | 1003 "net/browser_online_state_observer.cc", |
| 1003 "net/browser_online_state_observer.h", | 1004 "net/browser_online_state_observer.h", |
| 1004 "net/network_errors_listing_ui.cc", | 1005 "net/network_errors_listing_ui.cc", |
| 1005 "net/network_errors_listing_ui.h", | 1006 "net/network_errors_listing_ui.h", |
| 1006 "net/quota_policy_cookie_store.cc", | 1007 "net/quota_policy_cookie_store.cc", |
| 1007 "net/quota_policy_cookie_store.h", | 1008 "net/quota_policy_cookie_store.h", |
| (...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2089 if (!is_component_build) { | 2090 if (!is_component_build) { |
| 2090 public_deps = [ | 2091 public_deps = [ |
| 2091 ":browser", | 2092 ":browser", |
| 2092 ] | 2093 ] |
| 2093 } else { | 2094 } else { |
| 2094 public_deps = [ | 2095 public_deps = [ |
| 2095 "//third_party/leveldatabase", | 2096 "//third_party/leveldatabase", |
| 2096 ] | 2097 ] |
| 2097 } | 2098 } |
| 2098 } | 2099 } |
| OLD | NEW |