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

Unified Diff: sky/shell/BUILD.gn

Issue 932283002: Port touch-demo.sky to Dart and make it work in SkyShell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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: sky/shell/BUILD.gn
diff --git a/sky/shell/BUILD.gn b/sky/shell/BUILD.gn
index 547ed9fc25db7660d82500f020010ded4d6bc460..985151a1d9cee11ab0acea25034423e92f52f597 100644
--- a/sky/shell/BUILD.gn
+++ b/sky/shell/BUILD.gn
@@ -45,6 +45,8 @@ shared_library("sky_shell") {
"ui/animator.h",
"ui/engine.cc",
"ui/engine.h",
+ "ui/input_event_converter.cc",
+ "ui/input_event_converter.h",
"ui/platform_impl.cc",
"ui/platform_impl.h",
"ui_delegate.cc",
@@ -63,6 +65,7 @@ shared_library("sky_shell") {
"//mojo/services/network/public/interfaces",
"//skia",
"//sky/engine",
+ "//sky/services/viewport",
"//ui/gfx/geometry",
"//ui/gl",
":jni_headers",
@@ -85,6 +88,7 @@ android_library("java") {
"//mojo/public/java:bindings",
"//mojo/public/java:system",
"//mojo/services/network/public/interfaces:interfaces_java",
+ "//sky/services/viewport:viewport_java",
]
}

Powered by Google App Engine
This is Rietveld 408576698