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

Unified Diff: content/renderer/BUILD.gn

Issue 2884243003: Add a mojo channel for frame messages. (Closed)
Patch Set: Fix presubmit warning I ignored Created 3 years, 7 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
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/renderer/input/frame_input_handler_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index a71ae45e33e255a08518a0ef8f7035e46b55633f..4fa3a91ce61cc6880880bcc95bd52127f963c350 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -157,6 +157,8 @@ target(link_target_type, "renderer") {
"ime_event_guard.h",
"in_process_renderer_thread.cc",
"in_process_renderer_thread.h",
+ "input/frame_input_handler_impl.cc",
+ "input/frame_input_handler_impl.h",
"input/input_event_filter.cc",
"input/input_event_filter.h",
"input/input_handler_manager.cc",
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/renderer/input/frame_input_handler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698