| 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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//gpu/vulkan/features.gni") | 8 import("//gpu/vulkan/features.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//ppapi/features/features.gni") | 10 import("//ppapi/features/features.gni") |
| (...skipping 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1041 "mime_registry_impl.cc", | 1041 "mime_registry_impl.cc", |
| 1042 "mime_registry_impl.h", | 1042 "mime_registry_impl.h", |
| 1043 "net/browser_online_state_observer.cc", | 1043 "net/browser_online_state_observer.cc", |
| 1044 "net/browser_online_state_observer.h", | 1044 "net/browser_online_state_observer.h", |
| 1045 "net/network_errors_listing_ui.cc", | 1045 "net/network_errors_listing_ui.cc", |
| 1046 "net/network_errors_listing_ui.h", | 1046 "net/network_errors_listing_ui.h", |
| 1047 "net/network_quality_observer_impl.cc", | 1047 "net/network_quality_observer_impl.cc", |
| 1048 "net/network_quality_observer_impl.h", | 1048 "net/network_quality_observer_impl.h", |
| 1049 "net/quota_policy_cookie_store.cc", | 1049 "net/quota_policy_cookie_store.cc", |
| 1050 "net/quota_policy_cookie_store.h", | 1050 "net/quota_policy_cookie_store.h", |
| 1051 "net/reporting_service_proxy.cc", |
| 1052 "net/reporting_service_proxy.h", |
| 1051 "net/view_blob_internals_job_factory.cc", | 1053 "net/view_blob_internals_job_factory.cc", |
| 1052 "net/view_blob_internals_job_factory.h", | 1054 "net/view_blob_internals_job_factory.h", |
| 1053 "net/view_http_cache_job_factory.cc", | 1055 "net/view_http_cache_job_factory.cc", |
| 1054 "net/view_http_cache_job_factory.h", | 1056 "net/view_http_cache_job_factory.h", |
| 1055 "notification_service_impl.cc", | 1057 "notification_service_impl.cc", |
| 1056 "notification_service_impl.h", | 1058 "notification_service_impl.h", |
| 1057 "notifications/blink_notification_service_impl.cc", | 1059 "notifications/blink_notification_service_impl.cc", |
| 1058 "notifications/blink_notification_service_impl.h", | 1060 "notifications/blink_notification_service_impl.h", |
| 1059 "notifications/notification_database.cc", | 1061 "notifications/notification_database.cc", |
| 1060 "notifications/notification_database.h", | 1062 "notifications/notification_database.h", |
| (...skipping 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2161 if (!is_component_build) { | 2163 if (!is_component_build) { |
| 2162 public_deps = [ | 2164 public_deps = [ |
| 2163 ":browser", | 2165 ":browser", |
| 2164 ] | 2166 ] |
| 2165 } else { | 2167 } else { |
| 2166 public_deps = [ | 2168 public_deps = [ |
| 2167 "//third_party/leveldatabase", | 2169 "//third_party/leveldatabase", |
| 2168 ] | 2170 ] |
| 2169 } | 2171 } |
| 2170 } | 2172 } |
| OLD | NEW |