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

Side by Side Diff: mojo/android/BUILD.gn

Issue 1694703002: Convert mojo_test_apk android_apk->instrumentation_test_apk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/rules.gni") 5 import("//build/config/android/rules.gni")
6 6
7 group("android") { 7 group("android") {
8 testonly = true 8 testonly = true
9 deps = [ 9 deps = [
10 ":mojo_javatests", 10 ":mojo_javatests",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "//build/config/sanitizers:deps", 125 "//build/config/sanitizers:deps",
126 "//mojo/edk/system", 126 "//mojo/edk/system",
127 "//mojo/message_pump", 127 "//mojo/message_pump",
128 "//mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils", 128 "//mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils",
129 "//mojo/public/cpp/environment", 129 "//mojo/public/cpp/environment",
130 "//mojo/public/cpp/test_support:test_utils", 130 "//mojo/public/cpp/test_support:test_utils",
131 ] 131 ]
132 defines = [ "UNIT_TEST" ] 132 defines = [ "UNIT_TEST" ]
133 } 133 }
134 134
135 android_apk("mojo_test_apk") { 135 instrumentation_test_apk("mojo_test_apk") {
136 testonly = true
137 create_dist_ijar = true
138 deps = [ 136 deps = [
139 ":mojo_java_unittests", 137 ":mojo_java_unittests",
140 ":mojo_javatests", 138 ":mojo_javatests",
141 ":system_java", 139 ":system_java",
142 "//base:base_java", 140 "//base:base_java",
143 "//mojo/public/interfaces/bindings/tests:test_interfaces", 141 "//mojo/public/interfaces/bindings/tests:test_interfaces",
144 "//mojo/public/java:bindings", 142 "//mojo/public/java:bindings",
145 ] 143 ]
146 native_libs = [ "libmojo_java_unittests.so" ] 144 native_libs = [ "libmojo_java_unittests.so" ]
147 apk_name = "MojoTest" 145 apk_name = "MojoTest"
148 android_manifest = "javatests/AndroidManifest.xml" 146 android_manifest = "javatests/AndroidManifest.xml"
149 } 147 }
OLDNEW
« no previous file with comments | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698