Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Side by Side Diff: content/browser/BUILD.gn

Issue 2857093002: Expose changes in the network quality to the renderers (Closed)
Patch Set: isherman comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/io_thread.cc ('k') | content/browser/net/network_quality_observer_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after
1014 "memory/swap_metrics_observer_mac.cc", 1014 "memory/swap_metrics_observer_mac.cc",
1015 "memory/swap_metrics_observer_mac.h", 1015 "memory/swap_metrics_observer_mac.h",
1016 "memory/swap_metrics_observer_win.cc", 1016 "memory/swap_metrics_observer_win.cc",
1017 "message_port_provider.cc", 1017 "message_port_provider.cc",
1018 "mime_registry_impl.cc", 1018 "mime_registry_impl.cc",
1019 "mime_registry_impl.h", 1019 "mime_registry_impl.h",
1020 "net/browser_online_state_observer.cc", 1020 "net/browser_online_state_observer.cc",
1021 "net/browser_online_state_observer.h", 1021 "net/browser_online_state_observer.h",
1022 "net/network_errors_listing_ui.cc", 1022 "net/network_errors_listing_ui.cc",
1023 "net/network_errors_listing_ui.h", 1023 "net/network_errors_listing_ui.h",
1024 "net/network_quality_observer_impl.cc",
1025 "net/network_quality_observer_impl.h",
1024 "net/quota_policy_cookie_store.cc", 1026 "net/quota_policy_cookie_store.cc",
1025 "net/quota_policy_cookie_store.h", 1027 "net/quota_policy_cookie_store.h",
1026 "net/view_blob_internals_job_factory.cc", 1028 "net/view_blob_internals_job_factory.cc",
1027 "net/view_blob_internals_job_factory.h", 1029 "net/view_blob_internals_job_factory.h",
1028 "net/view_http_cache_job_factory.cc", 1030 "net/view_http_cache_job_factory.cc",
1029 "net/view_http_cache_job_factory.h", 1031 "net/view_http_cache_job_factory.h",
1030 "notification_service_impl.cc", 1032 "notification_service_impl.cc",
1031 "notification_service_impl.h", 1033 "notification_service_impl.h",
1032 "notifications/blink_notification_service_impl.cc", 1034 "notifications/blink_notification_service_impl.cc",
1033 "notifications/blink_notification_service_impl.h", 1035 "notifications/blink_notification_service_impl.h",
(...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
2129 if (!is_component_build) { 2131 if (!is_component_build) {
2130 public_deps = [ 2132 public_deps = [
2131 ":browser", 2133 ":browser",
2132 ] 2134 ]
2133 } else { 2135 } else {
2134 public_deps = [ 2136 public_deps = [
2135 "//third_party/leveldatabase", 2137 "//third_party/leveldatabase",
2136 ] 2138 ]
2137 } 2139 }
2138 } 2140 }
OLDNEW
« no previous file with comments | « chrome/browser/io_thread.cc ('k') | content/browser/net/network_quality_observer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698