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

Unified Diff: ui/accessibility/BUILD.gn

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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 | « tools/xdisplaycheck/BUILD.gn ('k') | ui/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/BUILD.gn
diff --git a/ui/accessibility/BUILD.gn b/ui/accessibility/BUILD.gn
index a95527f2196c682d3a7cef8ec80c578c9077b7d8..296af4fafe347691417a93d785b9c42b0788127b 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -45,11 +45,11 @@ component("accessibility") {
source_set("test_support") {
sources = [
"tree_generator.cc",
- "tree_generator.h"
+ "tree_generator.h",
]
deps = [
- ":accessibility"
+ ":accessibility",
]
}
@@ -72,8 +72,12 @@ test("accessibility_unittests") {
}
json_schema_api("ax_gen") {
- sources = [ "ax_enums.idl" ]
- deps = [ "//base/third_party/dynamic_annotations" ]
+ sources = [
+ "ax_enums.idl",
+ ]
+ deps = [
+ "//base/third_party/dynamic_annotations",
+ ]
root_namespace = "ui"
schemas = true
}
« no previous file with comments | « tools/xdisplaycheck/BUILD.gn ('k') | ui/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698