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

Unified Diff: content/browser/renderer_host/DEPS

Issue 2317333002: Refactor EventHandler out of RenderWidgetHostViewAura (Closed)
Patch Set: Docs and Windows compile 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 3c872db07d008fbb6198f580eb273b9da554f5fd..6bc76230ec579866f0fd6520083e2b7bb1e20061 100644
--- a/content/browser/renderer_host/DEPS
+++ b/content/browser/renderer_host/DEPS
@@ -40,6 +40,9 @@ specific_include_rules = {
"render_widget_host_view_aura\.cc": [
"+content/browser/frame_host",
],
+ "render_widget_host_view_event_handler\.cc": [
+ "+content/browser/frame_host",
+ ],
# TODO(kenrb): RenderWidgetHostViewChildFrame should eventually be moved
# to content/renderer_host, at which time this can be removed.
"render_widget_host_input_event_router.cc": [

Powered by Google App Engine
This is Rietveld 408576698