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

Unified Diff: remoting/android/BUILD.gn

Issue 1999583002: Add Event and EventTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve review comments Created 4 years, 7 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/client_java_tmpl.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/android/BUILD.gn
diff --git a/remoting/android/BUILD.gn b/remoting/android/BUILD.gn
index b982f9eb648d98c3f9e6ee6789e76a3ec7cb2ca4..73d71320f82e1c32499a306ad47a63b3a62da646 100644
--- a/remoting/android/BUILD.gn
+++ b/remoting/android/BUILD.gn
@@ -141,10 +141,12 @@ instrumentation_test_apk("remoting_test_apk") {
apk_name = "ChromotingTest"
apk_under_test = ":remoting_apk"
java_files = [
- "javatests/src/org/chromium/chromoting/TouchInputStrategyTest.java",
+ "javatests/src/org/chromium/chromoting/EventTest.java",
"javatests/src/org/chromium/chromoting/SwipePinchDetectorTest.java",
"javatests/src/org/chromium/chromoting/TapGestureDetectorTest.java",
"javatests/src/org/chromium/chromoting/TouchEventGenerator.java",
+ "javatests/src/org/chromium/chromoting/TouchInputStrategyTest.java",
+ "javatests/src/org/chromium/chromoting/test/util/MutableReference.java",
]
deps = [
":remoting_android_client_java",
« no previous file with comments | « no previous file | remoting/android/client_java_tmpl.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698