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

Unified Diff: sky/viewer/BUILD.gn

Issue 868463010: Move gesture recognition from WindowManagerApp to Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « services/window_manager/window_manager_app.cc ('k') | sky/viewer/document_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/BUILD.gn
diff --git a/sky/viewer/BUILD.gn b/sky/viewer/BUILD.gn
index 53c493456cd9d6ec1c815aec499be411e4c9d3e8..054aa09d3f58169ea6d0de218c2f93a5182fc6f8 100644
--- a/sky/viewer/BUILD.gn
+++ b/sky/viewer/BUILD.gn
@@ -44,6 +44,7 @@ mojo_native_application("viewer") {
"//mojo/common",
"//mojo/common:tracing_impl",
"//mojo/converters/geometry",
+ "//mojo/converters/input_events",
"//mojo/converters/surfaces",
"//mojo/edk/js",
"//mojo/icu",
@@ -66,6 +67,7 @@ mojo_native_application("viewer") {
"//sky/services/inspector:bindings",
"//sky/services/testing:bindings",
"//third_party/icu",
+ "//ui/events",
"//url",
]
}
« no previous file with comments | « services/window_manager/window_manager_app.cc ('k') | sky/viewer/document_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698