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

Unified Diff: blimp/client/core/render_widget/BUILD.gn

Issue 2400923002: Move BlimpInputManager to BlimpDocument from BlimpCompositor. (Closed)
Patch Set: Removed unused mock class. Created 4 years, 2 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: blimp/client/core/render_widget/BUILD.gn
diff --git a/blimp/client/core/render_widget/BUILD.gn b/blimp/client/core/render_widget/BUILD.gn
index 2448725bbf9a7bd45d4b2b2794442fe7f0af80cb..c546b20d213350c72c5f900ae4d846e30bdccf3d 100644
--- a/blimp/client/core/render_widget/BUILD.gn
+++ b/blimp/client/core/render_widget/BUILD.gn
@@ -23,6 +23,7 @@ source_set("render_widget") {
public_deps = [
"//base",
"//blimp/client/core/compositor",
+ "//blimp/client/core/input",
"//blimp/net",
]
}

Powered by Google App Engine
This is Rietveld 408576698