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

Unified Diff: sky/shell/BUILD.gn

Issue 969493002: Add support for scroll and fling gestures to SkyShell. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: updated 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
« no previous file with comments | « sky/services/viewport/input_event.mojom ('k') | sky/shell/org/domokit/sky/shell/GestureProvider.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/BUILD.gn
diff --git a/sky/shell/BUILD.gn b/sky/shell/BUILD.gn
index 061cffcafac254e5de4852f9e0366e856adeeec7..d583784cf03ac41d3bac7a24b2a3e05da4dc458f 100644
--- a/sky/shell/BUILD.gn
+++ b/sky/shell/BUILD.gn
@@ -72,11 +72,12 @@ shared_library("sky_shell") {
android_library("java") {
java_files = [
+ "org/domokit/sky/shell/GestureProvider.java",
"org/domokit/sky/shell/JavaServiceProvider.java",
"org/domokit/sky/shell/PlatformView.java",
- "org/domokit/sky/shell/SkyMain.java",
"org/domokit/sky/shell/SkyActivity.java",
"org/domokit/sky/shell/SkyApplication.java",
+ "org/domokit/sky/shell/SkyMain.java",
]
deps = [
« no previous file with comments | « sky/services/viewport/input_event.mojom ('k') | sky/shell/org/domokit/sky/shell/GestureProvider.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698