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

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

Issue 240563002: Extract SandboxIPCProcess into its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update DEPS. Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | content/browser/renderer_host/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/frame_host",
11 "-content/browser/web_contents", 11 "-content/browser/web_contents",
12 "-content/public/browser/web_contents.h", 12 "-content/public/browser/web_contents.h",
13 "-content/public/browser/web_contents_delegate.h", 13 "-content/public/browser/web_contents_delegate.h",
14 "-content/public/browser/web_contents_view.h", 14 "-content/public/browser/web_contents_view.h",
15 ] 15 ]
16 16
17 specific_include_rules = { 17 specific_include_rules = {
18 ".*_(unit|browser)test\.cc": [ 18 ".*_(unit|browser)test\.cc": [
19 "+content/browser/frame_host", 19 "+content/browser/frame_host",
20 "+content/browser/web_contents", 20 "+content/browser/web_contents",
21 "+content/public/browser/web_contents.h", 21 "+content/public/browser/web_contents.h",
22 "+content/public/browser/web_contents_view.h", 22 "+content/public/browser/web_contents_view.h",
23 "+media/filters", 23 "+media/filters",
24 ], 24 ],
25 "render_sandbox_host_linux\.cc": [ 25 "sandbox_ipc_linux\.cc": [
26 "+content/child/blink_platform_impl.h",
27 "+third_party/WebKit/public/platform/linux/WebFontInfo.h", 26 "+third_party/WebKit/public/platform/linux/WebFontInfo.h",
28 "+third_party/WebKit/public/web/WebKit.h", 27 "+third_party/WebKit/public/web/WebKit.h",
29 ], 28 ],
29 "sandbox_ipc_linux\.h": [
30 "+content/child/blink_platform_impl.h",
31 ],
30 "render_process_host_impl\.cc": [ 32 "render_process_host_impl\.cc": [
31 "+content/browser/frame_host/render_frame_message_filter.h", 33 "+content/browser/frame_host/render_frame_message_filter.h",
32 ], 34 ],
33 "render_widget_host_view_mac\.mm": [ 35 "render_widget_host_view_mac\.mm": [
34 "+content/browser/frame_host", 36 "+content/browser/frame_host",
35 "+content/public/browser/web_contents.h", 37 "+content/public/browser/web_contents.h",
36 ], 38 ],
37 "ime_adapter_android\.cc": [ 39 "ime_adapter_android\.cc": [
38 "+content/browser/frame_host", 40 "+content/browser/frame_host",
39 "+content/public/browser/web_contents.h", 41 "+content/public/browser/web_contents.h",
40 ], 42 ],
41 # TODO(nasko): Remove these exceptions once we've untangled the dependency 43 # TODO(nasko): Remove these exceptions once we've untangled the dependency
42 # of RenderViewHost on the FrameTree. 44 # of RenderViewHost on the FrameTree.
43 "render_view_host_impl\.(cc|h)": [ 45 "render_view_host_impl\.(cc|h)": [
44 "+content/browser/frame_host/frame_tree.h", 46 "+content/browser/frame_host/frame_tree.h",
45 ], 47 ],
46 "render_widget_host_view_aura\.cc": [ 48 "render_widget_host_view_aura\.cc": [
47 "+content/browser/frame_host", 49 "+content/browser/frame_host",
48 ], 50 ],
49 } 51 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698