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

Unified Diff: remoting/android/client_java_tmpl.gni

Issue 2047903002: [Chromoting] TouchInputHandler now listens to events in DesktopView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve review comments Created 4 years, 6 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 | « no previous file | remoting/android/java/src/org/chromium/chromoting/DesktopView.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/android/client_java_tmpl.gni
diff --git a/remoting/android/client_java_tmpl.gni b/remoting/android/client_java_tmpl.gni
index 1e4349da7965b74839027d2cc3a62df2943b9111..d3ffb03ee4600a4e1f9028fd2fd9c69aa5fa2243 100644
--- a/remoting/android/client_java_tmpl.gni
+++ b/remoting/android/client_java_tmpl.gni
@@ -37,17 +37,22 @@ template("remoting_android_client_java_tmpl") {
"PaintEventParameter.java",
"Preconditions.java",
"RenderData.java",
+ "ScaleEventParameter.java",
"SessionAuthenticator.java",
"SessionConnector.java",
"SimulatedTouchInputStrategy.java",
+ "SizeChangedEventParameter.java",
"SoftInputMethodVisibilityChangedEventParameter.java",
"SwipePinchDetector.java",
"TapGestureDetector.java",
"ThirdPartyTokenFetcher.java",
+ "TouchEventParameter.java",
"TouchInputHandler.java",
"TouchInputHandlerInterface.java",
"TouchInputStrategy.java",
"TrackpadInputStrategy.java",
+ "TapEventParameter.java",
+ "TwoPointsEventParameter.java",
"accountswitcher/AccountSwitcher.java",
"accountswitcher/AccountSwitcherBase.java",
"accountswitcher/AccountSwitcherBasic.java",
« no previous file with comments | « no previous file | remoting/android/java/src/org/chromium/chromoting/DesktopView.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698