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

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

Issue 2203073002: [Android] Switch instrumentation tests to generated device isolates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-isolate-generation
Patch Set: rebase 2 Created 4 years, 4 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 | « content/shell/android/BUILD.gn ('k') | mojo/mojo_test_apk.isolate » ('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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 deps = [ 95 deps = [
96 ":system_java", 96 ":system_java",
97 "//base:base_java", 97 "//base:base_java",
98 "//base:base_java_test_support", 98 "//base:base_java_test_support",
99 "//mojo/public/interfaces/bindings/tests:test_interfaces_java", 99 "//mojo/public/interfaces/bindings/tests:test_interfaces_java",
100 "//mojo/public/interfaces/bindings/tests:test_mojom_import2_java", 100 "//mojo/public/interfaces/bindings/tests:test_mojom_import2_java",
101 "//mojo/public/interfaces/bindings/tests:test_mojom_import_java", 101 "//mojo/public/interfaces/bindings/tests:test_mojom_import_java",
102 "//mojo/public/java:bindings", 102 "//mojo/public/java:bindings",
103 "//mojo/public/java:system", 103 "//mojo/public/java:system",
104 ] 104 ]
105
106 data = [
107 "//mojo/public/interfaces/bindings/tests/data/validation/",
108 ]
105 } 109 }
106 110
107 shared_library("mojo_java_unittests") { 111 shared_library("mojo_java_unittests") {
108 testonly = true 112 testonly = true
109 113
110 sources = [ 114 sources = [
111 "javatests/init_library.cc", 115 "javatests/init_library.cc",
112 "javatests/mojo_test_case.cc", 116 "javatests/mojo_test_case.cc",
113 "javatests/mojo_test_case.h", 117 "javatests/mojo_test_case.h",
114 "javatests/validation_test_util.cc", 118 "javatests/validation_test_util.cc",
(...skipping 19 matching lines...) Expand all
134 deps = [ 138 deps = [
135 ":mojo_javatests", 139 ":mojo_javatests",
136 ":system_java", 140 ":system_java",
137 "//base:base_java", 141 "//base:base_java",
138 "//mojo/public/interfaces/bindings/tests:test_interfaces", 142 "//mojo/public/interfaces/bindings/tests:test_interfaces",
139 "//mojo/public/java:bindings", 143 "//mojo/public/java:bindings",
140 ] 144 ]
141 shared_libraries = [ ":mojo_java_unittests" ] 145 shared_libraries = [ ":mojo_java_unittests" ]
142 apk_name = "MojoTest" 146 apk_name = "MojoTest"
143 android_manifest = "javatests/AndroidManifest.xml" 147 android_manifest = "javatests/AndroidManifest.xml"
144 isolate_file = "../mojo_test_apk.isolate"
145 } 148 }
OLDNEW
« no previous file with comments | « content/shell/android/BUILD.gn ('k') | mojo/mojo_test_apk.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698