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

Unified Diff: mojo/public/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/BUILD.gn
diff --git a/mojo/public/BUILD.gn b/mojo/public/BUILD.gn
index 6d8077b7035efe6f49e9bcfb52732451c3c06113..4cc55482ca7768ec706270ea5dd16a3328d96dd5 100644
--- a/mojo/public/BUILD.gn
+++ b/mojo/public/BUILD.gn
@@ -19,15 +19,11 @@ group("public") {
]
if (is_linux) {
- deps += [
- "//mojo/public/python",
- ]
+ deps += [ "//mojo/public/python" ]
}
if (mojo_use_dart) {
- deps += [
- "//mojo/public/dart",
- ]
+ deps += [ "//mojo/public/dart" ]
}
if (is_android) {
@@ -52,5 +48,7 @@ group("sdk") {
static_library("libmojo_sdk") {
complete_static_lib = true
- deps = [ ":sdk" ]
+ deps = [
+ ":sdk",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698