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

Side by Side Diff: content/browser/renderer_host/DEPS

Issue 2814483002: Splitting up RenderWidgetHostLatencyTracker and some renames. (Closed)
Patch Set: [Moving OnGpuSwapBuffersCompleted() back up. Created 3 years, 8 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 include_rules = [ 1 include_rules = [
2 "+cc/switches.h", # For cc command line switches. 2 "+cc/switches.h", # For cc command line switches.
3 "+components/display_compositor", 3 "+components/display_compositor",
4 "+components/variations", 4 "+components/variations",
5 "+services/ui/public", 5 "+services/ui/public",
6 "+third_party/zlib", 6 "+third_party/zlib",
7 "+ui/latency",
7 8
8 # The renderer_host files should only call upwards in the layering via the 9 # The renderer_host files should only call upwards in the layering via the
9 # delegate interfaces. 10 # delegate interfaces.
10 "-content/browser/frame_host", 11 "-content/browser/frame_host",
11 "-content/browser/web_contents", 12 "-content/browser/web_contents",
12 "-content/public/browser/web_contents.h", 13 "-content/public/browser/web_contents.h",
13 "-content/public/browser/web_contents_delegate.h", 14 "-content/public/browser/web_contents_delegate.h",
14 "-content/public/browser/web_contents_view.h", 15 "-content/public/browser/web_contents_view.h",
15 ] 16 ]
16 17
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 # to content/renderer_host, at which time this can be removed. 53 # to content/renderer_host, at which time this can be removed.
53 # RenderWidgetHostViewGuest dependency is needed to allow for routing mouse 54 # RenderWidgetHostViewGuest dependency is needed to allow for routing mouse
54 # events to the correct owner RenderWidgetHostViewBase. It should be removed 55 # events to the correct owner RenderWidgetHostViewBase. It should be removed
55 # when all inner WebContents are based on OOPIF structure (as opposed to 56 # when all inner WebContents are based on OOPIF structure (as opposed to
56 # BrowserPlugin). 57 # BrowserPlugin).
57 "render_widget_host_input_event_router.cc": [ 58 "render_widget_host_input_event_router.cc": [
58 "+content/browser/frame_host/render_widget_host_view_child_frame.h", 59 "+content/browser/frame_host/render_widget_host_view_child_frame.h",
59 "+content/browser/frame_host/render_widget_host_view_guest.h", 60 "+content/browser/frame_host/render_widget_host_view_guest.h",
60 ], 61 ],
61 } 62 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698