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

Unified Diff: mojo/public/java/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 side-by-side diff with in-line comments
Download patch
Index: mojo/public/java/BUILD.gn
diff --git a/mojo/public/java/BUILD.gn b/mojo/public/java/BUILD.gn
index 6f5d8e915f0345e5542c23c18c34f77aedf9fb8d..04d2ef660801395b5c44ff48de0eec4cbde2cf78 100644
--- a/mojo/public/java/BUILD.gn
+++ b/mojo/public/java/BUILD.gn
@@ -3,7 +3,7 @@
# found in the LICENSE file.
import("//build/config/android/rules.gni")
-
+
android_library("system") {
java_files = [
"system/src/org/chromium/mojo/system/AsyncWaiter.java",
@@ -49,5 +49,7 @@ android_library("bindings") {
"bindings/src/org/chromium/mojo/bindings/Struct.java",
]
- deps = [ ":system" ]
+ deps = [
+ ":system",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698