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

Unified Diff: mojo/dart/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/dart/BUILD.gn
diff --git a/mojo/dart/BUILD.gn b/mojo/dart/BUILD.gn
index 1bab3223454653acb80cbb978b45fa1dfdc3ca7a..c3b13a1661c05231ba4139559a53bf64a6eb83a6 100644
--- a/mojo/dart/BUILD.gn
+++ b/mojo/dart/BUILD.gn
@@ -9,7 +9,6 @@ group("dart") {
]
}
-
copy("testing") {
sources = [
"test/bindings_generation_test.dart",
@@ -20,11 +19,10 @@ copy("testing") {
"testing/expect.dart",
]
outputs = [
- "{{source_gen_dir}}/{{source_file_part}}"
+ "{{source_gen_dir}}/{{source_file_part}}",
]
}
-
group("init_library") {
deps = [
":mojo_dart_init",
@@ -32,9 +30,8 @@ group("init_library") {
]
}
-
shared_library("mojo_dart_init") {
- defines = ["DART_SHARED_LIB"]
+ defines = [ "DART_SHARED_LIB" ]
sources = [
"system/mojo_dart_init.cc",
]
@@ -43,7 +40,6 @@ shared_library("mojo_dart_init") {
]
}
-
# This library is copied alongside the Dart sources so that it can be found
# under the Dart package root.
copy("copy_init_library") {
@@ -51,9 +47,9 @@ copy("copy_init_library") {
"$root_out_dir/libmojo_dart_init.so",
]
outputs = [
- "$root_out_dir/gen/mojo/public/dart/src/libmojo_dart_init.so"
+ "$root_out_dir/gen/mojo/public/dart/src/libmojo_dart_init.so",
]
- deps =[
- ":mojo_dart_init"
+ deps = [
+ ":mojo_dart_init",
]
}

Powered by Google App Engine
This is Rietveld 408576698