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

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

Issue 2857263003: Task Manager should listen to WebContentsObserver::RenderFrameCreated. (Closed)
Patch Set: 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "provision_fetcher_impl.h", 196 "provision_fetcher_impl.h",
197 "push_messaging_service.cc", 197 "push_messaging_service.cc",
198 "push_messaging_service.h", 198 "push_messaging_service.h",
199 "quota_permission_context.h", 199 "quota_permission_context.h",
200 "readback_types.h", 200 "readback_types.h",
201 "reload_type.h", 201 "reload_type.h",
202 "render_frame_host.h", 202 "render_frame_host.h",
203 "render_process_host.h", 203 "render_process_host.h",
204 "render_process_host_factory.h", 204 "render_process_host_factory.h",
205 "render_process_host_observer.h", 205 "render_process_host_observer.h",
206 "render_process_host_utils.cc",
207 "render_process_host_utils.h",
206 "render_view_host.h", 208 "render_view_host.h",
207 "render_widget_host.h", 209 "render_widget_host.h",
208 "render_widget_host_iterator.h", 210 "render_widget_host_iterator.h",
209 "render_widget_host_view.h", 211 "render_widget_host_view.h",
210 "render_widget_host_view_mac_delegate.h", 212 "render_widget_host_view_mac_delegate.h",
211 "resource_context.h", 213 "resource_context.h",
212 "resource_dispatcher_host.h", 214 "resource_dispatcher_host.h",
213 "resource_dispatcher_host_delegate.cc", 215 "resource_dispatcher_host_delegate.cc",
214 "resource_dispatcher_host_delegate.h", 216 "resource_dispatcher_host_delegate.h",
215 "resource_dispatcher_host_login_delegate.h", 217 "resource_dispatcher_host_login_delegate.h",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 336
335 if (use_aura) { 337 if (use_aura) {
336 sources -= [ "context_factory.h" ] 338 sources -= [ "context_factory.h" ]
337 deps += [ "//ui/aura" ] 339 deps += [ "//ui/aura" ]
338 } 340 }
339 341
340 if (!is_android) { 342 if (!is_android) {
341 sources += [ "devtools_frontend_host.h" ] 343 sources += [ "devtools_frontend_host.h" ]
342 } 344 }
343 } 345 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698