| 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 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1023 "mime_registry_impl.cc", | 1023 "mime_registry_impl.cc", |
| 1024 "mime_registry_impl.h", | 1024 "mime_registry_impl.h", |
| 1025 "net/browser_online_state_observer.cc", | 1025 "net/browser_online_state_observer.cc", |
| 1026 "net/browser_online_state_observer.h", | 1026 "net/browser_online_state_observer.h", |
| 1027 "net/network_errors_listing_ui.cc", | 1027 "net/network_errors_listing_ui.cc", |
| 1028 "net/network_errors_listing_ui.h", | 1028 "net/network_errors_listing_ui.h", |
| 1029 "net/network_quality_observer_impl.cc", | 1029 "net/network_quality_observer_impl.cc", |
| 1030 "net/network_quality_observer_impl.h", | 1030 "net/network_quality_observer_impl.h", |
| 1031 "net/quota_policy_cookie_store.cc", | 1031 "net/quota_policy_cookie_store.cc", |
| 1032 "net/quota_policy_cookie_store.h", | 1032 "net/quota_policy_cookie_store.h", |
| 1033 "net/reporting_service_proxy.cc", |
| 1034 "net/reporting_service_proxy.h", |
| 1033 "net/view_blob_internals_job_factory.cc", | 1035 "net/view_blob_internals_job_factory.cc", |
| 1034 "net/view_blob_internals_job_factory.h", | 1036 "net/view_blob_internals_job_factory.h", |
| 1035 "net/view_http_cache_job_factory.cc", | 1037 "net/view_http_cache_job_factory.cc", |
| 1036 "net/view_http_cache_job_factory.h", | 1038 "net/view_http_cache_job_factory.h", |
| 1037 "notification_service_impl.cc", | 1039 "notification_service_impl.cc", |
| 1038 "notification_service_impl.h", | 1040 "notification_service_impl.h", |
| 1039 "notifications/blink_notification_service_impl.cc", | 1041 "notifications/blink_notification_service_impl.cc", |
| 1040 "notifications/blink_notification_service_impl.h", | 1042 "notifications/blink_notification_service_impl.h", |
| 1041 "notifications/notification_database.cc", | 1043 "notifications/notification_database.cc", |
| 1042 "notifications/notification_database.h", | 1044 "notifications/notification_database.h", |
| (...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2138 if (!is_component_build) { | 2140 if (!is_component_build) { |
| 2139 public_deps = [ | 2141 public_deps = [ |
| 2140 ":browser", | 2142 ":browser", |
| 2141 ] | 2143 ] |
| 2142 } else { | 2144 } else { |
| 2143 public_deps = [ | 2145 public_deps = [ |
| 2144 "//third_party/leveldatabase", | 2146 "//third_party/leveldatabase", |
| 2145 ] | 2147 ] |
| 2146 } | 2148 } |
| 2147 } | 2149 } |
| OLD | NEW |