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

Unified Diff: mojo/go/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/go/BUILD.gn
diff --git a/mojo/go/BUILD.gn b/mojo/go/BUILD.gn
index 3407eacff69d2915c4b33345aad9249f3a8ceef2..4a8986fd91e0c3b1d1ad1afa7ae45060f67bc2ad 100644
--- a/mojo/go/BUILD.gn
+++ b/mojo/go/BUILD.gn
@@ -5,10 +5,10 @@
import("//build/go/rules.gni")
if (is_android) {
- group("go") {
- deps = [
- ":go_sample_app",
- ]
+ group("go") {
+ deps = [
+ ":go_sample_app",
+ ]
}
go_shared_library("go_sample_app") {
sources = [
@@ -20,9 +20,9 @@ if (is_android) {
}
} else if (is_linux) {
group("go") {
- deps = [
- ":system_test",
- ]
+ deps = [
+ ":system_test",
+ ]
}
go_test_binary("system_test") {
sources = [
@@ -35,5 +35,5 @@ if (is_android) {
deps = [
"//mojo/edk/system",
]
- }
-}
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698