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

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

Issue 775343004: Move //mojo/shell to //shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « mojo/BUILD.gn ('k') | mojo/services/public/cpp/view_manager/tests/BUILD.gn » ('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 ":system_java", 10 ":system_java",
11 ":mojo_javatests", 11 ":mojo_javatests",
12 ":mojo_test_apk", 12 ":mojo_test_apk",
13 ] 13 ]
14 } 14 }
15 15
16 generate_jni("jni_headers") { 16 generate_jni("jni_headers") {
17 sources = [ 17 sources = [
18 "javatests/src/org/chromium/mojo/MojoTestCase.java", 18 "javatests/src/org/chromium/mojo/MojoTestCase.java",
19 "javatests/src/org/chromium/mojo/bindings/ValidationTestUtil.java", 19 "javatests/src/org/chromium/mojo/bindings/ValidationTestUtil.java",
20 "../../services/native_viewport/android/src/org/chromium/mojo/PlatformViewpo rtAndroid.java", 20 "../../services/native_viewport/android/src/org/chromium/mojo/PlatformViewpo rtAndroid.java",
21 "../shell/android/apk/src/org/chromium/mojo_shell_apk/MojoMain.java", 21 "../../shell/android/apk/src/org/chromium/mojo_shell_apk/MojoMain.java",
22 ] 22 ]
23 deps = [ 23 deps = [
24 ":system_java_jni_headers", 24 ":system_java_jni_headers",
25 ] 25 ]
26 26
27 jni_package = "mojo" 27 jni_package = "mojo"
28 } 28 }
29 29
30 generate_jni("system_java_jni_headers") { 30 generate_jni("system_java_jni_headers") {
31 sources = [ 31 sources = [
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 ":mojo_java_unittests", 134 ":mojo_java_unittests",
135 ":system_java", 135 ":system_java",
136 "//base:base_java", 136 "//base:base_java",
137 "//mojo/public/java:bindings", 137 "//mojo/public/java:bindings",
138 "//mojo/public/interfaces/bindings/tests:test_interfaces", 138 "//mojo/public/interfaces/bindings/tests:test_interfaces",
139 ] 139 ]
140 native_libs = [ "libmojo_java_unittests.so" ] 140 native_libs = [ "libmojo_java_unittests.so" ]
141 apk_name = "MojoTest" 141 apk_name = "MojoTest"
142 android_manifest = "javatests/AndroidManifest.xml" 142 android_manifest = "javatests/AndroidManifest.xml"
143 } 143 }
OLDNEW
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/services/public/cpp/view_manager/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698