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

Unified Diff: examples/aura_demo/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/aura_demo/BUILD.gn
diff --git a/examples/aura_demo/BUILD.gn b/examples/aura_demo/BUILD.gn
index 0619bb391cafddcd33579121e753609c1b7fb994..b58fb78477a565f15452e9541c39f2e6b5cc4b21 100644
--- a/examples/aura_demo/BUILD.gn
+++ b/examples/aura_demo/BUILD.gn
@@ -9,7 +9,7 @@ assert(use_aura)
mojo_native_application("aura_demo") {
sources = [
- "aura_demo.cc"
+ "aura_demo.cc",
]
deps = [
@@ -30,7 +30,9 @@ mojo_native_application("aura_demo") {
"//mojo/services/public/cpp/view_manager",
]
- datadeps = [ ":init" ]
+ datadeps = [
+ ":init",
+ ]
}
mojo_native_application("init") {

Powered by Google App Engine
This is Rietveld 408576698