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

Unified Diff: services/tracing/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: services/tracing/BUILD.gn
diff --git a/services/tracing/BUILD.gn b/services/tracing/BUILD.gn
index 6f6ba921d8c97f683dc524674ac7b8815d67e7cd..dcba9eb58acbd2c7f4da27f9a1b44583a935afa2 100644
--- a/services/tracing/BUILD.gn
+++ b/services/tracing/BUILD.gn
@@ -22,5 +22,7 @@ mojo_native_application("tracing") {
}
mojom("bindings") {
- sources = [ "tracing.mojom" ]
+ sources = [
+ "tracing.mojom",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698