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

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

Issue 1902463002: Introduce components/display_compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove bot changes. Will do in a separate CL Created 4 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/mus/public", 3 "+components/mus/public",
4 "+components/display_compositor",
4 "+media/base", # For media command line switches. 5 "+media/base", # For media command line switches.
5 "+media/audio/audio_util.h", # For audio hardware sample-rate. 6 "+media/audio/audio_util.h", # For audio hardware sample-rate.
6 "+third_party/zlib", 7 "+third_party/zlib",
7 "+third_party/libyuv", 8 "+third_party/libyuv",
8 9
9 # The renderer_host files should only call upwards in the layering via the 10 # The renderer_host files should only call upwards in the layering via the
10 # delegate interfaces. 11 # delegate interfaces.
11 "-content/browser/frame_host", 12 "-content/browser/frame_host",
12 "-content/browser/web_contents", 13 "-content/browser/web_contents",
13 "-content/public/browser/web_contents.h", 14 "-content/public/browser/web_contents.h",
(...skipping 22 matching lines...) Expand all
36 ], 37 ],
37 # TODO(nasko): Remove these exceptions once we've untangled the dependency 38 # TODO(nasko): Remove these exceptions once we've untangled the dependency
38 # of RenderViewHost on the FrameTree. 39 # of RenderViewHost on the FrameTree.
39 "render_view_host_impl\.(cc|h)": [ 40 "render_view_host_impl\.(cc|h)": [
40 "+content/browser/frame_host/frame_tree.h", 41 "+content/browser/frame_host/frame_tree.h",
41 ], 42 ],
42 "render_widget_host_view_aura\.cc": [ 43 "render_widget_host_view_aura\.cc": [
43 "+content/browser/frame_host", 44 "+content/browser/frame_host",
44 ], 45 ],
45 } 46 }
OLDNEW
« no previous file with comments | « content/browser/media/capture/aura_window_capture_machine.cc ('k') | content/browser/renderer_host/compositor_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698