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

Unified Diff: content/browser/BUILD.gn

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/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 61b0c022a01fcd6ef8d87d5bff16401cc891f0c5..8c6785812c783ac0df808bd8120e6b385a64e01a 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1770,6 +1770,8 @@ source_set("browser") {
sources += [
"compositor/mus_browser_compositor_output_surface.cc",
"compositor/mus_browser_compositor_output_surface.h",
+ "renderer_host/render_widget_host_view_event_handler.cc",
+ "renderer_host/render_widget_host_view_event_handler.h",
"renderer_host/render_widget_host_view_mus.cc",
"renderer_host/render_widget_host_view_mus.h",
"web_contents/web_contents_view_mus.cc",
« no previous file with comments | « no previous file | content/browser/renderer_host/DEPS » ('j') | content/browser/renderer_host/render_widget_host_view_aura.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698