| Index: content/browser/renderer_host/DEPS
|
| diff --git a/content/browser/renderer_host/DEPS b/content/browser/renderer_host/DEPS
|
| index 3c5cb50da8af7da60bdc08a4280aecfe958fe831..cf0722be451abcb997ec6b79a37e9a32bce8c312 100644
|
| --- a/content/browser/renderer_host/DEPS
|
| +++ b/content/browser/renderer_host/DEPS
|
| @@ -37,6 +37,10 @@ specific_include_rules = {
|
| "render_view_host_impl\.(cc|h)": [
|
| "+content/browser/frame_host/frame_tree.h",
|
| ],
|
| + "render_widget_helper\.cc": [
|
| + # RenderWidgetHelper is involved in RenderFrameHost creation.
|
| + "+content/browser/frame_host/render_frame_host_impl.h",
|
| + ],
|
| "render_widget_host_view_aura\.cc": [
|
| "+content/browser/frame_host",
|
| ],
|
|
|