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

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

Issue 1904773004: Revert of Introduce components/display_compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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",
5 "+media/base", # For media command line switches. 4 "+media/base", # For media command line switches.
6 "+media/audio/audio_util.h", # For audio hardware sample-rate. 5 "+media/audio/audio_util.h", # For audio hardware sample-rate.
7 "+third_party/zlib", 6 "+third_party/zlib",
8 "+third_party/libyuv", 7 "+third_party/libyuv",
9 8
10 # 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
11 # delegate interfaces. 10 # delegate interfaces.
12 "-content/browser/frame_host", 11 "-content/browser/frame_host",
13 "-content/browser/web_contents", 12 "-content/browser/web_contents",
14 "-content/public/browser/web_contents.h", 13 "-content/public/browser/web_contents.h",
(...skipping 22 matching lines...) Expand all
37 ], 36 ],
38 # TODO(nasko): Remove these exceptions once we've untangled the dependency 37 # TODO(nasko): Remove these exceptions once we've untangled the dependency
39 # of RenderViewHost on the FrameTree. 38 # of RenderViewHost on the FrameTree.
40 "render_view_host_impl\.(cc|h)": [ 39 "render_view_host_impl\.(cc|h)": [
41 "+content/browser/frame_host/frame_tree.h", 40 "+content/browser/frame_host/frame_tree.h",
42 ], 41 ],
43 "render_widget_host_view_aura\.cc": [ 42 "render_widget_host_view_aura\.cc": [
44 "+content/browser/frame_host", 43 "+content/browser/frame_host",
45 ], 44 ],
46 } 45 }
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