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

Side by Side 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, 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 unified diff | Download patch
« no previous file with comments | « no previous file | remoting/android/client_java_tmpl.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 import("//remoting/android/client_java_tmpl.gni") 7 import("//remoting/android/client_java_tmpl.gni")
8 import("//remoting/android/remoting_apk_tmpl.gni") 8 import("//remoting/android/remoting_apk_tmpl.gni")
9 import("//remoting/remoting_options.gni") 9 import("//remoting/remoting_options.gni")
10 import("//remoting/tools/build/remoting_localize.gni") 10 import("//remoting/tools/build/remoting_localize.gni")
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 locales = [ "en" ] 134 locales = [ "en" ]
135 variables = [ rebase_path(branding_path) ] 135 variables = [ rebase_path(branding_path) ]
136 output = "$root_gen_dir/remoting/android_test/{{source_name_part}}" 136 output = "$root_gen_dir/remoting/android_test/{{source_name_part}}"
137 } 137 }
138 138
139 instrumentation_test_apk("remoting_test_apk") { 139 instrumentation_test_apk("remoting_test_apk") {
140 android_manifest = "$root_gen_dir/remoting/android_test/AndroidManifest.xml" 140 android_manifest = "$root_gen_dir/remoting/android_test/AndroidManifest.xml"
141 apk_name = "ChromotingTest" 141 apk_name = "ChromotingTest"
142 apk_under_test = ":remoting_apk" 142 apk_under_test = ":remoting_apk"
143 java_files = [ 143 java_files = [
144 "javatests/src/org/chromium/chromoting/TouchInputStrategyTest.java", 144 "javatests/src/org/chromium/chromoting/EventTest.java",
145 "javatests/src/org/chromium/chromoting/SwipePinchDetectorTest.java", 145 "javatests/src/org/chromium/chromoting/SwipePinchDetectorTest.java",
146 "javatests/src/org/chromium/chromoting/TapGestureDetectorTest.java", 146 "javatests/src/org/chromium/chromoting/TapGestureDetectorTest.java",
147 "javatests/src/org/chromium/chromoting/TouchEventGenerator.java", 147 "javatests/src/org/chromium/chromoting/TouchEventGenerator.java",
148 "javatests/src/org/chromium/chromoting/TouchInputStrategyTest.java",
149 "javatests/src/org/chromium/chromoting/test/util/MutableReference.java",
148 ] 150 ]
149 deps = [ 151 deps = [
150 ":remoting_android_client_java", 152 ":remoting_android_client_java",
151 ":remoting_test_apk_manifest", 153 ":remoting_test_apk_manifest",
152 "//base:base_java", 154 "//base:base_java",
153 "//base:base_java_test_support", 155 "//base:base_java_test_support",
154 ] 156 ]
155 } 157 }
156 158
157 shared_library("remoting_host_jni") { 159 shared_library("remoting_host_jni") {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 ":remoting_host_apk_resources", 200 ":remoting_host_apk_resources",
199 ":remoting_host_jni", 201 ":remoting_host_jni",
200 "//base:base_java", 202 "//base:base_java",
201 "//net/android:net_java", 203 "//net/android:net_java",
202 "//third_party/android_tools:android_support_v13_java", 204 "//third_party/android_tools:android_support_v13_java",
203 "//third_party/android_tools:android_support_v7_appcompat_java", 205 "//third_party/android_tools:android_support_v7_appcompat_java",
204 google_play_services_library, 206 google_play_services_library,
205 google_play_services_resources, 207 google_play_services_resources,
206 ] 208 ]
207 } 209 }
OLDNEW
« 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