Index: content/browser/renderer_host/DEPS |
diff --git a/content/browser/renderer_host/DEPS b/content/browser/renderer_host/DEPS |
index e20b55810dc4c654398e27e2041768c492fa448a..209c371c68b2f41d2d1f88c038251655514bf291 100644 |
--- a/content/browser/renderer_host/DEPS |
+++ b/content/browser/renderer_host/DEPS |
@@ -46,7 +46,11 @@ specific_include_rules = { |
"render_view_host_impl\.(cc|h)": [ |
"+content/browser/frame_host/frame_tree.h", |
], |
- "render_widget_host_view_aura\.cc": [ |
+ "render_widget_host_view_aura\.cc":[ |
kenrb
2016/02/01 20:12:43
The space character shouldn't be removed.
EhsanK
2016/02/12 15:46:59
Done.
|
"+content/browser/frame_host", |
], |
+ "render_widget_host_view_base\.cc": [ |
+ "+content/browser/frame_host/render_frame_host_impl.h", |
+ "+content/browser/frame_host/frame_tree.h", |
+ ], |
kenrb
2016/02/01 20:12:43
I see that this is mostly replicating the exceptio
EhsanK
2016/02/12 15:46:59
Based on this comment, I decided to add the requir
|
} |