Commit 46250b20 authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Reformat all gn files in /components/keep_alive_registry.

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

Bug: 1041419
Change-Id: Idd7f6b91eb08ad3f5b3a44323eb03d14443d4ecf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998067
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarBen Wells <benwells@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#731929}
parent 40e48db5
...@@ -15,9 +15,7 @@ source_set("keep_alive_registry") { ...@@ -15,9 +15,7 @@ source_set("keep_alive_registry") {
"scoped_keep_alive.h", "scoped_keep_alive.h",
] ]
deps = [ deps = [ "//base" ]
"//base",
]
if (is_win) { if (is_win) {
deps += [ "//components/browser_watcher:stability_client" ] deps += [ "//components/browser_watcher:stability_client" ]
...@@ -26,9 +24,7 @@ source_set("keep_alive_registry") { ...@@ -26,9 +24,7 @@ source_set("keep_alive_registry") {
source_set("unit_tests") { source_set("unit_tests") {
testonly = true testonly = true
sources = [ sources = [ "keep_alive_registry_unittest.cc" ]
"keep_alive_registry_unittest.cc",
]
deps = [ deps = [
":keep_alive_registry", ":keep_alive_registry",
"//testing/gtest", "//testing/gtest",
......
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