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

Unified Diff: content/browser/renderer_host/DEPS

Issue 2317333002: Refactor EventHandler out of RenderWidgetHostViewAura (Closed)
Patch Set: Fix popups Created 4 years, 3 months 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 49841f3f92fd692bdb2e797e9d0126168129c807..337cf3c1258871fd7e57a0504d1a9296d8ba53ab 100644
--- a/content/browser/renderer_host/DEPS
+++ b/content/browser/renderer_host/DEPS
@@ -40,4 +40,7 @@ specific_include_rules = {
"render_widget_host_view_aura\.cc": [
"+content/browser/frame_host",
],
+ "render_widget_host_view_event_handler\.cc": [
+ "+content/browser/frame_host",
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698