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

Side by Side Diff: content/public/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
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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 # See //content/BUILD.gn for how this works. 7 # See //content/BUILD.gn for how this works.
8 group("browser") { 8 group("browser") {
9 if (is_component_build) { 9 if (is_component_build) {
10 public_deps = [ 10 public_deps = [
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 "navigation_data.h", 159 "navigation_data.h",
160 "navigation_details.cc", 160 "navigation_details.cc",
161 "navigation_details.h", 161 "navigation_details.h",
162 "navigation_entry.h", 162 "navigation_entry.h",
163 "navigation_handle.cc", 163 "navigation_handle.cc",
164 "navigation_handle.h", 164 "navigation_handle.h",
165 "navigation_throttle.cc", 165 "navigation_throttle.cc",
166 "navigation_throttle.h", 166 "navigation_throttle.h",
167 "navigation_type.h", 167 "navigation_type.h",
168 "navigation_ui_data.h", 168 "navigation_ui_data.h",
169 "network_quality_observer_factory.h",
169 "notification_database_data.cc", 170 "notification_database_data.cc",
170 "notification_database_data.h", 171 "notification_database_data.h",
171 "notification_details.h", 172 "notification_details.h",
172 "notification_event_dispatcher.h", 173 "notification_event_dispatcher.h",
173 "notification_observer.h", 174 "notification_observer.h",
174 "notification_registrar.cc", 175 "notification_registrar.cc",
175 "notification_registrar.h", 176 "notification_registrar.h",
176 "notification_service.h", 177 "notification_service.h",
177 "notification_source.h", 178 "notification_source.h",
178 "notification_types.h", 179 "notification_types.h",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 337
337 if (use_aura) { 338 if (use_aura) {
338 sources -= [ "context_factory.h" ] 339 sources -= [ "context_factory.h" ]
339 deps += [ "//ui/aura" ] 340 deps += [ "//ui/aura" ]
340 } 341 }
341 342
342 if (!is_android) { 343 if (!is_android) {
343 sources += [ "devtools_frontend_host.h" ] 344 sources += [ "devtools_frontend_host.h" ]
344 } 345 }
345 } 346 }
OLDNEW
« no previous file with comments | « content/common/renderer.mojom ('k') | content/public/browser/network_quality_observer_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698