Index: mojo/edk/test/BUILD.gn |
diff --git a/mojo/edk/test/BUILD.gn b/mojo/edk/test/BUILD.gn |
index 38a631bc5cb674004129b73390c8d9cca63b543f..42e8c033c413a2fccbe1934618b8df3bb3432a1f 100644 |
--- a/mojo/edk/test/BUILD.gn |
+++ b/mojo/edk/test/BUILD.gn |
@@ -33,7 +33,9 @@ source_set("run_all_unittests") { |
"//testing/gtest", |
] |
- sources = [ "run_all_unittests.cc" ] |
+ sources = [ |
+ "run_all_unittests.cc", |
+ ] |
} |
# GYP version: mojo/edk/mojo_edk.gyp:mojo_run_all_perftests |
@@ -47,10 +49,11 @@ source_set("run_all_perftests") { |
"//mojo/public/c/test_support", |
] |
- sources = [ "run_all_perftests.cc" ] |
+ sources = [ |
+ "run_all_perftests.cc", |
+ ] |
} |
- |
# GYP version: mojo/edk/mojo_edk.gyp:mojo_test_support_impl |
source_set("test_support_impl") { |
testonly = true |