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

Unified Diff: content/browser/renderer_host/DEPS

Issue 2506183002: Make window.open() IPCs be frame-based (Closed)
Patch Set: Few more fixes Created 4 years 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 side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/DEPS
diff --git a/content/browser/renderer_host/DEPS b/content/browser/renderer_host/DEPS
index 3c5cb50da8af7da60bdc08a4280aecfe958fe831..2fba2f3a2db7401b52cb493e9df1e86ab446c73e 100644
--- a/content/browser/renderer_host/DEPS
+++ b/content/browser/renderer_host/DEPS
@@ -37,6 +37,11 @@ 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/frame_tree_node.h",
alexmos 2016/12/15 18:36:48 This isn't needed anymore, right?
ncarter (slow) 2016/12/15 22:22:17 Done.
+ "+content/browser/frame_host/render_frame_host_impl.h",
+ ],
"render_widget_host_view_aura\.cc": [
"+content/browser/frame_host",
],

Powered by Google App Engine
This is Rietveld 408576698