| 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 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1030 "mime_registry_impl.cc", | 1030 "mime_registry_impl.cc", |
| 1031 "mime_registry_impl.h", | 1031 "mime_registry_impl.h", |
| 1032 "net/browser_online_state_observer.cc", | 1032 "net/browser_online_state_observer.cc", |
| 1033 "net/browser_online_state_observer.h", | 1033 "net/browser_online_state_observer.h", |
| 1034 "net/network_errors_listing_ui.cc", | 1034 "net/network_errors_listing_ui.cc", |
| 1035 "net/network_errors_listing_ui.h", | 1035 "net/network_errors_listing_ui.h", |
| 1036 "net/network_quality_observer_impl.cc", | 1036 "net/network_quality_observer_impl.cc", |
| 1037 "net/network_quality_observer_impl.h", | 1037 "net/network_quality_observer_impl.h", |
| 1038 "net/quota_policy_cookie_store.cc", | 1038 "net/quota_policy_cookie_store.cc", |
| 1039 "net/quota_policy_cookie_store.h", | 1039 "net/quota_policy_cookie_store.h", |
| 1040 "net/reporting_service_proxy.cc", |
| 1041 "net/reporting_service_proxy.h", |
| 1040 "net/view_blob_internals_job_factory.cc", | 1042 "net/view_blob_internals_job_factory.cc", |
| 1041 "net/view_blob_internals_job_factory.h", | 1043 "net/view_blob_internals_job_factory.h", |
| 1042 "net/view_http_cache_job_factory.cc", | 1044 "net/view_http_cache_job_factory.cc", |
| 1043 "net/view_http_cache_job_factory.h", | 1045 "net/view_http_cache_job_factory.h", |
| 1044 "notification_service_impl.cc", | 1046 "notification_service_impl.cc", |
| 1045 "notification_service_impl.h", | 1047 "notification_service_impl.h", |
| 1046 "notifications/blink_notification_service_impl.cc", | 1048 "notifications/blink_notification_service_impl.cc", |
| 1047 "notifications/blink_notification_service_impl.h", | 1049 "notifications/blink_notification_service_impl.h", |
| 1048 "notifications/notification_database.cc", | 1050 "notifications/notification_database.cc", |
| 1049 "notifications/notification_database.h", | 1051 "notifications/notification_database.h", |
| (...skipping 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2149 if (!is_component_build) { | 2151 if (!is_component_build) { |
| 2150 public_deps = [ | 2152 public_deps = [ |
| 2151 ":browser", | 2153 ":browser", |
| 2152 ] | 2154 ] |
| 2153 } else { | 2155 } else { |
| 2154 public_deps = [ | 2156 public_deps = [ |
| 2155 "//third_party/leveldatabase", | 2157 "//third_party/leveldatabase", |
| 2156 ] | 2158 ] |
| 2157 } | 2159 } |
| 2158 } | 2160 } |
| OLD | NEW |