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

Unified Diff: ui/android/BUILD.gn

Issue 2595263002: Introduce ViewRoot forwarding input/view events to native (Closed)
Patch Set: addressed comments Created 3 years, 11 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: ui/android/BUILD.gn
diff --git a/ui/android/BUILD.gn b/ui/android/BUILD.gn
index 3ef92b17a8d230f73b1787a922375b99522298ae..3149b1006ea140ac45ede8b2cfad00335b2dd930 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -44,6 +44,8 @@ component("android") {
"view_android.h",
"view_client.cc",
"view_client.h",
+ "view_root.cc",
+ "view_root.h",
"window_android.cc",
"window_android.h",
"window_android_compositor.h",

Powered by Google App Engine
This is Rietveld 408576698