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

Unified Diff: tools/json_schema_compiler/test/BUILD.gn

Issue 960413003: Apply gn format with 'sources' sorting to src/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-2
Patch Set: . Created 5 years, 10 months 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: tools/json_schema_compiler/test/BUILD.gn
diff --git a/tools/json_schema_compiler/test/BUILD.gn b/tools/json_schema_compiler/test/BUILD.gn
index 9b0c1b930f540a9812054f22f84a9a2a2563ac16..33e6219e0ac70ce9105d64a9a78c308725d17f35 100644
--- a/tools/json_schema_compiler/test/BUILD.gn
+++ b/tools/json_schema_compiler/test/BUILD.gn
@@ -15,15 +15,15 @@ json_schema_api("api") {
"choices.json",
"crossref.json",
"enums.json",
+ "error_generation.json",
"functions_as_parameters.json",
"functions_on_types.json",
"idl_basics.idl",
+ "idl_object_types.idl",
"idl_other_namespace.idl",
"idl_other_namespace_sub_namespace.idl",
- "idl_object_types.idl",
"objects.json",
"simple_api.json",
- "error_generation.json",
]
schemas = true

Powered by Google App Engine
This is Rietveld 408576698