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

Unified Diff: examples/surfaces_app/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: examples/surfaces_app/BUILD.gn
diff --git a/examples/surfaces_app/BUILD.gn b/examples/surfaces_app/BUILD.gn
index 000500da0930f0b7a4a55f29958eb8bbf32070ee..d28d955a8cff4b987c22d04c491017c4559bda92 100644
--- a/examples/surfaces_app/BUILD.gn
+++ b/examples/surfaces_app/BUILD.gn
@@ -45,7 +45,6 @@ mojo_native_application("parent_app") {
]
}
-
mojo_native_application("child_app") {
output_name = "surfaces_child_app"
@@ -135,5 +134,7 @@ mojom("bindings") {
"//mojo/services/public/interfaces/surfaces:surface_id",
]
- sources = [ "child.mojom" ]
+ sources = [
+ "child.mojom",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698