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

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

Issue 773283006: Run gn format on all BUILD.gn files (gn version 306668) (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
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 = [ ":system_java_jni_headers" ] 23 deps = [
24 ":system_java_jni_headers",
25 ]
24 26
25 jni_package = "mojo" 27 jni_package = "mojo"
26 } 28 }
27 29
28 generate_jni("system_java_jni_headers") { 30 generate_jni("system_java_jni_headers") {
29 sources = [ 31 sources = [
30 "system/src/org/chromium/mojo/system/impl/CoreImpl.java", 32 "system/src/org/chromium/mojo/system/impl/CoreImpl.java",
31 ] 33 ]
32 34
33 jni_package = "mojo" 35 jni_package = "mojo"
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 ":system_java_jni_headers", 118 ":system_java_jni_headers",
117 "//base", 119 "//base",
118 "//base/test/:test_support", 120 "//base/test/:test_support",
119 "//mojo/common", 121 "//mojo/common",
120 "//mojo/edk/system", 122 "//mojo/edk/system",
121 "//mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils", 123 "//mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils",
122 "//mojo/public/cpp/test_support:test_utils", 124 "//mojo/public/cpp/test_support:test_utils",
123 "//mojo/public/cpp/environment", 125 "//mojo/public/cpp/environment",
124 ] 126 ]
125 defines = [ "UNIT_TEST" ] 127 defines = [ "UNIT_TEST" ]
126
127 } 128 }
128 129
129 android_apk("mojo_test_apk") { 130 android_apk("mojo_test_apk") {
130 testonly = true 131 testonly = true
131 deps = [ 132 deps = [
132 ":mojo_javatests", 133 ":mojo_javatests",
133 ":mojo_java_unittests", 134 ":mojo_java_unittests",
134 ":system_java", 135 ":system_java",
135 "//base:base_java", 136 "//base:base_java",
136 "//mojo/public/java:bindings", 137 "//mojo/public/java:bindings",
137 "//mojo/public/interfaces/bindings/tests:test_interfaces", 138 "//mojo/public/interfaces/bindings/tests:test_interfaces",
138 ] 139 ]
139 native_libs = [ "libmojo_java_unittests.so" ] 140 native_libs = [ "libmojo_java_unittests.so" ]
140 apk_name = "MojoTest" 141 apk_name = "MojoTest"
141 android_manifest = "javatests/AndroidManifest.xml" 142 android_manifest = "javatests/AndroidManifest.xml"
142 } 143 }
OLDNEW
« benchmarks/startup/BUILD.gn ('K') | « mojo/BUILD.gn ('k') | mojo/application/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698