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

Unified Diff: mojo/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/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 68aa297d0031a9d1e928afa8accb7c87b4d16586..9d0884bf49c848efe23ccdf6e51d39aa23b41a7b 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -33,33 +33,23 @@ group("mojo") {
}
if (is_android) {
- deps += [
- "//mojo/android",
- ]
+ deps += [ "//mojo/android" ]
}
if (mojo_use_go) {
- deps += [
- "//mojo/go",
- ]
+ deps += [ "//mojo/go" ]
}
if (mojo_use_dart) {
- deps += [
- "//mojo/dart",
- ]
+ deps += [ "//mojo/dart" ]
}
if (is_linux) {
- deps += [
- "//mojo/python",
- ]
+ deps += [ "//mojo/python" ]
}
if (!is_win) {
- deps += [
- "//mojo/shell:mojo_launcher",
- ]
+ deps += [ "//mojo/shell:mojo_launcher" ]
}
}
@@ -89,9 +79,7 @@ group("tests") {
]
if (is_android) {
- deps += [
- "//mojo/edk/system:mojo_system_unittests_apk",
- ]
+ deps += [ "//mojo/edk/system:mojo_system_unittests_apk" ]
}
if (use_aura) {
@@ -104,9 +92,7 @@ group("tests") {
}
if (mojo_use_dart) {
- deps += [
- "//mojo/dart/embedder/test:dart_unittests",
- ]
+ deps += [ "//mojo/dart/embedder/test:dart_unittests" ]
}
}

Powered by Google App Engine
This is Rietveld 408576698