| Index: content/browser/renderer_host/DEPS
|
| diff --git a/content/browser/renderer_host/DEPS b/content/browser/renderer_host/DEPS
|
| index 0e52683f05e6b2bd4e67169f1eca128b4e29e074..85fd36e65598df0389bb66fe8767ce83c9032b95 100644
|
| --- a/content/browser/renderer_host/DEPS
|
| +++ b/content/browser/renderer_host/DEPS
|
| @@ -29,6 +29,9 @@
|
| "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",
|
| @@ -39,9 +42,6 @@
|
| ],
|
| # TODO(nasko): Remove these exceptions once we've untangled the dependency
|
| # of RenderViewHost on the FrameTree.
|
| - "render_message_filter\.cc": [
|
| - "+content/browser/frame_host/render_frame_host_impl.h",
|
| - ],
|
| "render_view_host_impl\.(cc|h)": [
|
| "+content/browser/frame_host/frame_tree.h",
|
| ],
|
|
|