summaryrefslogtreecommitdiffstats
path: root/chromium/content/browser/renderer_host/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/renderer_host/DEPS')
-rw-r--r--chromium/content/browser/renderer_host/DEPS18
1 files changed, 15 insertions, 3 deletions
diff --git a/chromium/content/browser/renderer_host/DEPS b/chromium/content/browser/renderer_host/DEPS
index 1d612c46229..55a8ec5f01d 100644
--- a/chromium/content/browser/renderer_host/DEPS
+++ b/chromium/content/browser/renderer_host/DEPS
@@ -22,18 +22,30 @@ specific_include_rules = {
"+content/public/browser/web_contents_view.h",
"+media/filters",
],
- "render_sandbox_host_linux\.cc": [
+ "sandbox_ipc_linux\.cc": [
"+third_party/WebKit/public/platform/linux/WebFontInfo.h",
"+third_party/WebKit/public/web/WebKit.h",
],
+ "sandbox_ipc_linux\.h": [
+ "+content/child/blink_platform_impl.h",
+ ],
"render_process_host_impl\.cc": [
"+content/browser/frame_host/render_frame_message_filter.h",
],
+ "render_widget_host_view_mac\.mm": [
+ "+content/browser/frame_host",
+ "+content/public/browser/web_contents.h",
+ ],
+ "ime_adapter_android\.cc": [
+ "+content/browser/frame_host",
+ "+content/public/browser/web_contents.h",
+ ],
# TODO(nasko): Remove these exceptions once we've untangled the dependency
# of RenderViewHost on the FrameTree.
"render_view_host_impl\.(cc|h)": [
"+content/browser/frame_host/frame_tree.h",
- "+content/browser/frame_host/render_frame_host_factory.h",
- "+content/browser/frame_host/render_frame_host_impl.h",
+ ],
+ "render_widget_host_view_aura\.cc": [
+ "+content/browser/frame_host",
],
}