Commit f22056ea authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Reformat all gn files in /chrome/browser/resources/app_management.

`gn format` recently changed its formatting behavior
for deps, source, and a few other elements when they
are assigned (with =) single-element lists to be consistent
with the formatting of updates (with +=) with single-element.

Now that we've rolled in a GN binary with the change,
reformat all files so that people don't get presubmit
warnings due to this.

This CL was uploaded by git cl split.

R=dominickn@chromium.org

Bug: 1041419
Change-Id: I5ac27c005e97f8119d2637234ee4e3cc6845f5b9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1995513
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#731262}
parent 1c17e790
......@@ -178,9 +178,7 @@ if (!is_android) {
}
js_library("permission_toggle") {
deps = [
":util",
]
deps = [ ":util" ]
}
js_library("permission_view_header") {
......@@ -261,9 +259,7 @@ if (!is_android) {
}
js_library("types") {
deps = [
"//chrome/browser/ui/webui/app_management:mojo_bindings_js_library_for_compile",
]
deps = [ "//chrome/browser/ui/webui/app_management:mojo_bindings_js_library_for_compile" ]
}
js_library("util") {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment