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

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

Issue 49823002: Move navigation and frame tree classes to a new frame_host/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing gyp and adding TODO. Created 7 years, 1 month 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 | Annotate | Revision Log
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 "+media/base", # For media command line switches. 3 "+media/base", # For media command line switches.
4 "+media/audio/audio_util.h", # For audio hardware sample-rate. 4 "+media/audio/audio_util.h", # For audio hardware sample-rate.
5 "+third_party/zlib", 5 "+third_party/zlib",
6 "+third_party/libyuv", 6 "+third_party/libyuv",
7 7
8 # The renderer_host files should only call upwards in the layering via the 8 # The renderer_host files should only call upwards in the layering via the
9 # delegate interfaces. 9 # delegate interfaces.
10 "-content/browser/frame_host",
10 "-content/browser/web_contents", 11 "-content/browser/web_contents",
11 "-content/public/browser/web_contents.h", 12 "-content/public/browser/web_contents.h",
12 "-content/public/browser/web_contents_delegate.h", 13 "-content/public/browser/web_contents_delegate.h",
13 "-content/public/browser/web_contents_view.h", 14 "-content/public/browser/web_contents_view.h",
14 ] 15 ]
15 16
16 specific_include_rules = { 17 specific_include_rules = {
17 ".*_(unit|browser)test\.cc": [ 18 ".*_(unit|browser)test\.cc": [
19 "+content/browser/frame_host",
18 "+content/browser/web_contents", 20 "+content/browser/web_contents",
19 "+content/public/browser/web_contents.h", 21 "+content/public/browser/web_contents.h",
20 "+content/public/browser/web_contents_view.h", 22 "+content/public/browser/web_contents_view.h",
21 "+media/filters", 23 "+media/filters",
22 ], 24 ],
23 "render_sandbox_host_linux\.cc": [ 25 "render_sandbox_host_linux\.cc": [
24 "+third_party/WebKit/public/web/WebKit.h", 26 "+third_party/WebKit/public/web/WebKit.h",
25 "+third_party/WebKit/public/web/linux/WebFontInfo.h", 27 "+third_party/WebKit/public/web/linux/WebFontInfo.h",
26 ], 28 ],
29 "render_process_host_impl\.cc": [
30 "+content/browser/frame_host/render_frame_message_filter.h",
31 ],
32 # TODO(nasko): Remove these exceptions once we've untangled the dependency
33 # of RenderViewHost on the FrameTree.
34 "render_view_host_impl\.(cc|h)": [
35 "+content/browser/frame_host/frame_tree.h",
36 "+content/browser/frame_host/render_frame_host_impl.h",
37 ],
27 } 38 }
OLDNEW
« no previous file with comments | « content/browser/frame_host/web_contents_screenshot_manager.cc ('k') | content/browser/renderer_host/frame_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698