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

Unified Diff: mojo/android/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: mojo/android/BUILD.gn
diff --git a/mojo/android/BUILD.gn b/mojo/android/BUILD.gn
index d1dce6be3419192dd88c8159c5e6b26ac7d1c375..2619bdfb7a818645ce07c065e89f02163cfffe56 100644
--- a/mojo/android/BUILD.gn
+++ b/mojo/android/BUILD.gn
@@ -7,9 +7,9 @@ import("//build/config/android/rules.gni")
group("android") {
testonly = true
deps = [
- ":system_java",
":mojo_javatests",
":mojo_test_apk",
+ ":system_java",
]
}
@@ -128,8 +128,8 @@ shared_library("mojo_java_unittests") {
"//build/config/sanitizers:deps",
"//mojo/message_pump",
"//mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils",
- "//mojo/public/cpp/test_support:test_utils",
"//mojo/public/cpp/environment",
+ "//mojo/public/cpp/test_support:test_utils",
"//third_party/mojo/src/mojo/edk/system",
]
defines = [ "UNIT_TEST" ]
@@ -138,12 +138,12 @@ shared_library("mojo_java_unittests") {
android_apk("mojo_test_apk") {
testonly = true
deps = [
- ":mojo_javatests",
":mojo_java_unittests",
+ ":mojo_javatests",
":system_java",
"//base:base_java",
- "//mojo/public/java:bindings",
"//mojo/public/interfaces/bindings/tests:test_interfaces",
+ "//mojo/public/java:bindings",
]
native_libs = [ "libmojo_java_unittests.so" ]
apk_name = "MojoTest"

Powered by Google App Engine
This is Rietveld 408576698