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

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

Issue 2611323002: Relanding "Multiprocess test client: Android child process launcher rework." (Closed)
Patch Set: Addressed nyquist@'s comment + sync Created 3 years, 11 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 | « ipc/run_all_unittests.cc ('k') | mojo/edk/embedder/platform_channel_pair.h » ('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 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "javatests/mojo_test_case.h", 124 "javatests/mojo_test_case.h",
125 "javatests/validation_test_util.cc", 125 "javatests/validation_test_util.cc",
126 "javatests/validation_test_util.h", 126 "javatests/validation_test_util.h",
127 ] 127 ]
128 128
129 deps = [ 129 deps = [
130 ":jni_headers", 130 ":jni_headers",
131 ":libsystem_java", 131 ":libsystem_java",
132 ":system_java_jni_headers", 132 ":system_java_jni_headers",
133 "//base", 133 "//base",
134 "//base/test/:test_support", 134 "//base/test:test_support",
135 "//build/config/sanitizers:deps", 135 "//build/config/sanitizers:deps",
136 "//mojo/edk/system", 136 "//mojo/edk/system",
137 "//mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils", 137 "//mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils",
138 "//mojo/public/cpp/test_support:test_utils", 138 "//mojo/public/cpp/test_support:test_utils",
139 ] 139 ]
140 defines = [ "UNIT_TEST" ] 140 defines = [ "UNIT_TEST" ]
141 } 141 }
142 142
143 instrumentation_test_apk("mojo_test_apk") { 143 instrumentation_test_apk("mojo_test_apk") {
144 deps = [ 144 deps = [
145 ":mojo_javatests", 145 ":mojo_javatests",
146 ":system_java", 146 ":system_java",
147 "//base:base_java", 147 "//base:base_java",
148 "//mojo/public/interfaces/bindings/tests:test_interfaces", 148 "//mojo/public/interfaces/bindings/tests:test_interfaces",
149 "//mojo/public/java:bindings_java", 149 "//mojo/public/java:bindings_java",
150 "//third_party/android_support_test_runner:runner_java", 150 "//third_party/android_support_test_runner:runner_java",
151 ] 151 ]
152 shared_libraries = [ ":mojo_java_unittests" ] 152 shared_libraries = [ ":mojo_java_unittests" ]
153 apk_name = "MojoTest" 153 apk_name = "MojoTest"
154 android_manifest = "javatests/AndroidManifest.xml" 154 android_manifest = "javatests/AndroidManifest.xml"
155 } 155 }
OLDNEW
« no previous file with comments | « ipc/run_all_unittests.cc ('k') | mojo/edk/embedder/platform_channel_pair.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698