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

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

Issue 2361173002: Move classses VideoCaptureDeviceClient and VideoCaptureBufferPool to media/capture/video (Closed)
Patch Set: mcasas@ comments Created 4 years, 2 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 "+services/ui/public", 4 "+services/ui/public",
5 "+third_party/zlib", 5 "+third_party/zlib",
6 "+third_party/libyuv",
7 6
8 # The renderer_host files should only call upwards in the layering via the 7 # The renderer_host files should only call upwards in the layering via the
9 # delegate interfaces. 8 # delegate interfaces.
10 "-content/browser/frame_host", 9 "-content/browser/frame_host",
11 "-content/browser/web_contents", 10 "-content/browser/web_contents",
12 "-content/public/browser/web_contents.h", 11 "-content/public/browser/web_contents.h",
13 "-content/public/browser/web_contents_delegate.h", 12 "-content/public/browser/web_contents_delegate.h",
14 "-content/public/browser/web_contents_view.h", 13 "-content/public/browser/web_contents_view.h",
15 ] 14 ]
16 15
(...skipping 22 matching lines...) Expand all
39 ], 38 ],
40 "render_widget_host_view_aura\.cc": [ 39 "render_widget_host_view_aura\.cc": [
41 "+content/browser/frame_host", 40 "+content/browser/frame_host",
42 ], 41 ],
43 # TODO(kenrb): RenderWidgetHostViewChildFrame should eventually be moved 42 # TODO(kenrb): RenderWidgetHostViewChildFrame should eventually be moved
44 # to content/renderer_host, at which time this can be removed. 43 # to content/renderer_host, at which time this can be removed.
45 "render_widget_host_input_event_router.cc": [ 44 "render_widget_host_input_event_router.cc": [
46 "+content/browser/frame_host/render_widget_host_view_child_frame.h", 45 "+content/browser/frame_host/render_widget_host_view_child_frame.h",
47 ], 46 ],
48 } 47 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698