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

Unified Diff: ui/accessibility/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: ui/accessibility/BUILD.gn
diff --git a/ui/accessibility/BUILD.gn b/ui/accessibility/BUILD.gn
index 8b0a92efb866d3834de3f5bc0e5af3d9a8975c7c..80c400037c176da4e287b331f882ea134298abdc 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -44,11 +44,11 @@ component("accessibility") {
source_set("test_support") {
sources = [
"tree_generator.cc",
- "tree_generator.h"
+ "tree_generator.h",
]
deps = [
- ":accessibility"
+ ":accessibility",
]
}

Powered by Google App Engine
This is Rietveld 408576698