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

Unified Diff: mojo/edk/test/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/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

Powered by Google App Engine
This is Rietveld 408576698