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

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

Issue 2554273002: Unexport resource_controller.h (Closed)
Patch Set: content_unittests build Created 4 years 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "render_process_host.h", 198 "render_process_host.h",
199 "render_process_host_factory.h", 199 "render_process_host_factory.h",
200 "render_process_host_observer.h", 200 "render_process_host_observer.h",
201 "render_view_host.h", 201 "render_view_host.h",
202 "render_widget_host.h", 202 "render_widget_host.h",
203 "render_widget_host_view.h", 203 "render_widget_host_view.h",
204 "render_widget_host_view_frame_subscriber.h", 204 "render_widget_host_view_frame_subscriber.h",
205 "render_widget_host_view_mac_delegate.h", 205 "render_widget_host_view_mac_delegate.h",
206 "renderer_unresponsive_type.h", 206 "renderer_unresponsive_type.h",
207 "resource_context.h", 207 "resource_context.h",
208 "resource_controller.h",
209 "resource_dispatcher_host.cc", 208 "resource_dispatcher_host.cc",
210 "resource_dispatcher_host.h", 209 "resource_dispatcher_host.h",
211 "resource_dispatcher_host_delegate.cc", 210 "resource_dispatcher_host_delegate.cc",
212 "resource_dispatcher_host_delegate.h", 211 "resource_dispatcher_host_delegate.h",
213 "resource_dispatcher_host_login_delegate.h", 212 "resource_dispatcher_host_login_delegate.h",
214 "resource_hints.h", 213 "resource_hints.h",
215 "resource_request_details.cc", 214 "resource_request_details.cc",
216 "resource_request_details.h", 215 "resource_request_details.h",
217 "resource_request_info.h", 216 "resource_request_info.h",
218 "resource_throttle.cc", 217 "resource_throttle.cc",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 325
327 if (is_android) { 326 if (is_android) {
328 deps += [ "//ui/android" ] 327 deps += [ "//ui/android" ]
329 } 328 }
330 329
331 if (use_aura) { 330 if (use_aura) {
332 sources -= [ "context_factory.h" ] 331 sources -= [ "context_factory.h" ]
333 deps += [ "//ui/aura" ] 332 deps += [ "//ui/aura" ]
334 } 333 }
335 } 334 }
OLDNEW
« no previous file with comments | « content/browser/loader/throttling_resource_handler.cc ('k') | content/public/browser/resource_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698