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", |
] |
} |