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

Reformat all gn files in /ui/webui/resources/cr_components.

`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=stevenjb@chromium.org

Bug: 1041419
Change-Id: I2999fd57be53f68bd82b8d431f659d49a4efc436
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998507
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#731614}
parent 6cef2c84
......@@ -17,9 +17,7 @@ group("closure_compile") {
}
group("polymer3_elements") {
deps = [
"managed_footnote:managed_footnote_module",
]
deps = [ "managed_footnote:managed_footnote_module" ]
if (is_chromeos) {
deps += [ "chromeos:polymer3_elements" ]
}
......
......@@ -75,9 +75,7 @@ js_library("certificate_manager") {
}
js_library("certificate_manager_types") {
deps = [
":certificates_browser_proxy",
]
deps = [ ":certificates_browser_proxy" ]
}
js_library("certificate_password_decryption_dialog") {
......@@ -113,9 +111,7 @@ js_library("certificate_subentry") {
}
js_library("certificates_browser_proxy") {
deps = [
"//ui/webui/resources/js:cr",
]
deps = [ "//ui/webui/resources/js:cr" ]
}
js_library("certificates_error_dialog") {
......
......@@ -21,9 +21,7 @@ group("closure_compile") {
}
js_type_check("chromeos_resources") {
deps = [
":bluetooth_dialog",
]
deps = [ ":bluetooth_dialog" ]
}
js_library("bluetooth_dialog") {
......
......@@ -6,9 +6,7 @@ import("//third_party/closure_compiler/compile_js.gni")
import("//tools/polymer/polymer.gni")
js_type_check("closure_compile") {
deps = [
":managed_footnote",
]
deps = [ ":managed_footnote" ]
}
js_library("managed_footnote") {
......@@ -32,15 +30,11 @@ polymer_modulizer("managed_footnote") {
js_type_check("closure_compile_module") {
is_polymer3 = true
deps = [
":managed_footnote.m",
]
deps = [ ":managed_footnote.m" ]
}
js_library("managed_footnote.m") {
sources = [
"$root_gen_dir/ui/webui/resources/cr_components/managed_footnote/managed_footnote.m.js",
]
sources = [ "$root_gen_dir/ui/webui/resources/cr_components/managed_footnote/managed_footnote.m.js" ]
deps = [
"//third_party/polymer/v3_0/components-chromium/polymer:polymer_bundled",
"//ui/webui/resources/js:i18n_behavior.m",
......
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