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

Unified Diff: benchmarks/startup/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
« no previous file with comments | « BUILD.gn ('k') | examples/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: benchmarks/startup/BUILD.gn
diff --git a/benchmarks/startup/BUILD.gn b/benchmarks/startup/BUILD.gn
index 7bb0f95c750052532f152ef9c9b5d8573f1f0fc8..e0284b4df268364cf57f083daece8d3a36a4cb71 100644
--- a/benchmarks/startup/BUILD.gn
+++ b/benchmarks/startup/BUILD.gn
@@ -17,14 +17,20 @@ mojo_native_application("app") {
output_name = "mojo_benchmark_startup"
testonly = true
- sources = [ "startup.cc" ]
+ sources = [
eseidel 2014/12/05 16:55:42 Wonder why it does this? It seems to make other l
scottmg 2014/12/05 17:04:41 That's per the Brett style guide. https://coderevi
+ "startup.cc",
+ ]
}
executable("noop") {
output_name = "mojo_benchmark_startup_noop"
testonly = true
- sources = [ "noop.cc" ]
+ sources = [
+ "noop.cc",
+ ]
- deps = [ "//build/config/sanitizers:deps" ]
+ deps = [
+ "//build/config/sanitizers:deps",
+ ]
}
« no previous file with comments | « BUILD.gn ('k') | examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698